[richfaces-svn-commits] JBoss Rich Faces SVN: r14061 - in trunk/examples/photoalbum/source/web/src/main: webapp/includes/userPrefs and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu May 7 08:55:17 EDT 2009
Author: amarkhel
Date: 2009-05-07 08:55:17 -0400 (Thu, 07 May 2009)
New Revision: 14061
Modified:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/ActionMapperTagHandler.java
trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
Log:
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/ActionMapperTagHandler.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/ActionMapperTagHandler.java 2009-05-07 12:32:47 UTC (rev 14060)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/ActionMapperTagHandler.java 2009-05-07 12:55:17 UTC (rev 14061)
@@ -165,7 +165,6 @@
MethodExpression actionExpression = remap(ctx, ACTION, String.class, ACTION_PARAM_TYPES);
MethodExpression actionListenerExpression = remap(ctx, ACTION_LISTENER, null, ACTION_LISTENER_PARAM_TYPES);
- if (actionExpression != null || actionListenerExpression != null) {
VariableMapper initialVarMapper = ctx.getVariableMapper();
try {
VariableMapperWrapper varMapper = new VariableMapperWrapper(initialVarMapper);
@@ -193,8 +192,5 @@
} finally {
ctx.setVariableMapper(initialVarMapper);
}
- } else {
- nextHandler.apply(ctx, parent);
- }
}
}
\ No newline at end of file
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
===================================================================
(Binary files differ)
More information about the richfaces-svn-commits
mailing list