Hi,
<s:link> seems to add page parameters into URL automatically.
Is this right?
| <s:link view="/DepartmentList.xhtml" value="Department List"
propagation="none"/>
|
For example, this <s:link> tag created the following URL:
http://localhost:8080/myseam/DepartmentList.xhtml?order=name+desc
"order" is a page parameter.
How can I stop <s:link> adding page parameters into URL automatically?
----
JBoss AS 4.2.0.GA
JBoss Seam CVS
seam gen-Generated project
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056599#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...