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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to