No, you need to have matching markup and java code.

Perhaps you could set the form to invisible and
setOutputMarkupPlaceholder(true), that way an invisible tag (not form)
is used instead. However before you could submit the form you would
have to make it visible again on the server side (via ajax or a
regular request) the placeholder tag will then be replaced by the form
and you can immediately trigger some javascript to submit it if so
desired.

Maurice

On Thu, Apr 24, 2008 at 6:15 PM, Vitaly Tsaplin
<[EMAIL PROTECTED]> wrote:
>    Hi,
>
>    I have the case where I need to create a hidden form to provide a
>  server side with some javascript values (no ajax, just a regular
>  get/post). The form is essentially auxiliary and so it isn't
>  represented into a markup somehow but it's going to be created on the
>  fly. However I would like to have a wicket form bounded with it. Is it
>  possible with wicket?
>
>    Vitaly
>
>  ---------------------------------------------------------------------
>  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