Of course it should render editUser.xhtml in your example. That is the action you have specified. In most cases the action is a snip of EL that gets called, and the string that results from that call is used as the next view. In your case, you have used a static string instead of EL. It's doing what we expect it would do.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012869#4012869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012869 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
