when a form is posted all the values the user entered are pushed into
the model. i suggest you read the models page on the wiki and look at
forminput example. in wicket you do not have a "post" page, the form
submits to itself...

-igor


On Tue, Feb 26, 2008 at 12:52 PM, taygolf <[EMAIL PROTECTED]> wrote:
>
>  ok I know I am missing something simple but I do not know what. I have a form
>  with a CompoundPropertyModel. I am creating several textfields using panels
>  so it is all on the fly and can be created from a query.
>
>  Anyway I now want to submit my form and get the values in the Post page but
>  I am not sure how to do this. I am guessing it has something to do with
>  PageParameters but I have not gotten the right call yet.
>
>  SO the question is simple. How do I get all the values from a form after it
>  is posted on another page. in JSP I would call
>  request.getParameter("filedname"); What do I do for wicket?
>
>  I am really not sure where to look but i have been playing with
>  PageParameters and form.getMarkupAttributes with no luck so far. Please
>  point me in the right direction
>
>  Thanks for the help
>
>  T
>  --
>  View this message in context: 
> http://www.nabble.com/get-Form-information-after-submit-tp15699234p15699234.html
>  Sent from the Wicket - User 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