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#4056599

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056599
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to