1) If you put a
<param name="bar" value="#{actionBean.bar}"/> into pages.xml it causes the
param to be propagated.
2) Try this in the action bean (without param in pages.xml)
@RequestParameter
| private String bar;
|
| @Begin(join=true)
| public void foo() {
| if(player!=null)
| log.debug("set");
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000813#4000813
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000813
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user