You could just have the forms be two different classes (or instances) and have 
them bound via PropertyModels to different objects, in order to keep separate 
states. Why do you want URL query strings (and hence GET requests) with forms 
anyway?

-----Original Message-----
From: Joel Halbert [mailto:[EMAIL PROTECTED]
Sent: Friday, May 09, 2008 9:04 AM
To: users@wicket.apache.org
Subject: form action

Hi,

Does anyone know if there is an easy way of appending page parameters to the 
action query string of a stateless form without overriding 
Page.getPageParameters() ?

The reason I would want to do this is if I had two forms on the page and I 
wanted to hold different state in each form.
(I would like to do this without using hidden fields - so as parameters tagged 
on to the forms action string)

Thanks,
joel

_______________________________________________________

The  information in this email or in any file attached
hereto is intended only for the personal and confiden-
tial  use  of  the individual or entity to which it is
addressed and may contain information that is  propri-
etary  and  confidential.  If you are not the intended
recipient of this message you are hereby notified that
any  review, dissemination, distribution or copying of
this message is strictly prohibited.  This  communica-
tion  is  for information purposes only and should not
be regarded as an offer to sell or as  a  solicitation
of an offer to buy any financial product. Email trans-
mission cannot be guaranteed to be  secure  or  error-
free. P6070214

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to