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 <blmulholl...@gmail.com>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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to