you dont need that inner form if you are using
ajaxformcomponentupdatingbehavior,
for validation you can just add validator ,you will need to add the
behaviors to both formcomponents if you use
ajaxformcomponentupdatingbehavior

if you want that inner form and you want it to submit than either add
ajaxformsubmitbehavior on that dropdown to submit form or add a
ajaxbutton in your form for the same purpose

On Wed, Jun 20, 2012 at 12:22 AM, srinash <[email protected]> wrote:
>
> srinash wrote
>>
>> thank you , will take a look
>>
>> Sri
>>
>
> Was able to use the ajaxformcomponentupdatingbehavior,
> this is my scenario
>
> <form>
> textfield
> select box
>   submit (for these 2 fields after validation)
> </form>
>
> Can you let me know how i can validate and click on submit. Once I submit i
> take those values user has just entered (in textfield and selectbox) and
> call a webservice to retrieve some values. Those values are retrieved by the
> webservice are presented to the user, on selecting one of the values, that
> value is taken by the bigger form.
>
> Thank you
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/validation-without-form-tp4649992p4650062.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
thanks,

Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to