Jos Vos wrote:
On Mon, Jan 10, 2005 at 06:54:09PM +0100, Erik Bruchez wrote:


I am confused too, because if there is a <form method="post"> on your page you should not have any URL size issue. And if your model specifies a submission with a "post", the generated HTML should also have a "post".


In the HTML page, the form is defined as:

  <form id="wsrp_rewrite_form_1" method="post" action="/xos/test1/search">

The submit button I press is included as:

  <input name="$action^setvalue%26ref%26%2Fform%2Faction%26content%26search" value="Search!" 
type="submit">

And the URL I see after pressing the submit button is:

  
http://hostname:8080/xos/test1/search?%24hidden=persontype%5B1%5D%5E%5Ename%5B2%5D%5E%5Eaction%5B3%5D%5E&%24submitted=true

Hope this helps,

Here I don't get it either: if the action is "/xos/test1/search" and the method is "post", how can the parameters be passed on the URL? This suggests that there is a redirect done after the "post".


Can you try an instance-passing="forward" attribute on the root element of your page-flow.xml?

-Erik


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to