may you try extending & overriding your form :?
YourForm extends Form {
...
... onComponentTag(ComponentTag tag) {
... super.onComponentTag(tag);
String action = tag.getString("action");
...
}
On Fri, Nov 4, 2011 at 3:06 PM, Brian Mulholland <[email protected]>wrote:
> How do I get the value wicket is going to write out in the form action
> from the form component. The links have a getURL method, but I
> haven't seen an equivalent method for the form.
>
> Brian Mulholland
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>