I see your problem... In my case I am posting from a simple form (no validation 
or pre-populated values) that just needs to pass the parameters to my wicket 
form on a secure page.

So.. it is back to your main question, how to stop the wicket form from posting 
to itself, but to get it to post to different url.

You could try something suggested by Igor....

http://apache-wicket.1842946.n4.nabble.com/RelativePathPrefixHandler-and-form-quot-action-quot-attributes-td1867803.html
------------
override oncomponenttag() of the form and call super followed by 
tag.put("action", "whateverurl"); 

-igor 
-----------------

On 01 Dec 2010, at 12:26 PM, 96silvia wrote:

> 
> the problem is the hidden input values are coming from a wicket session. so
> if I use a non wicket form how do I get the values from a wicket session to
> the non wicket form?
> -- 
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067719.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to