[jboss-user] [JBoss Seam] - Re: setParameter() and setPageParameter()

hubaghdadi do-not-reply at jboss.com
Tue Feb 12 03:05:56 EST 2008


I have something like:

  | <pages>
  |       <page view-id="/hello.jsp" action="#{helloWorld.sayHello}">
  |           <param name="firstName" value="#{helloWorld.firstName}"/>
  |           <param name="lastName" value="#{helloWorld.lastName}"/>
  |       </page>
  | </pages>
  | 
In this case, firstName and lastName are page parameters or request parameters? and why?
Sorry, but I didn't get what is the difference.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128612#4128612

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128612



More information about the jboss-user mailing list