0 Replies Latest reply on Jun 21, 2007 1:10 PM by azalea

    <s:link> adds page parameters into URL automatically?

    azalea

      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.