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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...