10 Replies Latest reply on Dec 22, 2009 5:12 PM by bashan

    Request paramter, url rewrite and form submit

    bashan

      Hi,


      I am using Seam built-in rewrite capabilities. I have a page with one parameter. On a form submit my parameter disappears. I don't want to use: s:button, since it corrupts the url and adds cid parameter. the urls looks something like this after the postback:


      http://localhost:8080/upload/scheduled?actionMethod=upload.xhtml%3AphotoUpload.save&cid=16



      which is totally unacceptable. Any solution to this issue?