vineetsemwal wrote
> 
> 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
> 
> Thanks,
> 
> <form>
>> textfield
>> select box
>>   submit (for these 2 fields after validation)
>> </form>
> 
> The form above is the outer form. There is no inner form, only one form
> the outer form.
> 
> Let me try what you said.
> 
> On Wed, Jun 20, 2012 at 12:22 AM, srinash &lt;avisridhar@&gt; 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: users-unsubscribe@.apache
>> For additional commands, e-mail: users-help@.apache
>>
> 
> 
> 
> -- 
> thanks,
> 
> Vineet Semwal
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@.apache
> For additional commands, e-mail: users-help@.apache
> 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/validation-without-form-tp4649992p4650083.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to