[jboss-user] [JBoss Seam] - Re: invoke a action method everytime a page is accessed FROM

petemuir do-not-reply at jboss.com
Fri Jan 12 05:00:15 EST 2007


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



More information about the jboss-user mailing list