Hi,

Give more information what you want to do.
Show us some more code too.


On Sun, Apr 28, 2013 at 9:55 PM, Taro Fukunaga <[email protected]> wrote:

> Thanks Martin.
>
> I changed my code from Button to AjaxButton. But now when I try to validate
> some input I'm not getting any value.
>
> public class MyFormValidator
>     extends AbstractFormValidator
>     implements Serializable {
>
>       @Override
>       public void validate( Form<?> form ) {
>         Integer value = textField.getConvertedInput(); // returns null
>
> This technique was mentioned in
> http://tomaszdziurko.pl/2010/02/wicket-ajax-modal-are-you-sure-window/
> <http://tomaszdziurko.pl/2010/02/wicket-ajax-modal-are-you-sure-window/>
> but it's not working for me.
>
> I've read something about adding an AjaxFormComponentUpdatingBehavior to a
> field, but I'm not sure if this is what I want. I want the value of the
> field at the time that I submit it, not every time I type in something.
>
> Looking at
> http://tomaszdziurko.pl/2010/02/wicket-ajax-modal-are-you-sure-window/
> <http://tomaszdziurko.pl/2010/02/wicket-ajax-modal-are-you-sure-window/>
>   I
> may have to change my code in the form even further. Right now my form
> doesn't have a reference to the ModalWindow, but this post suggests that I
> need to explictly call ModalWindow.close() in order to close it from an
> AjaxButton.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Form-not-displaying-messages-correctly-tp4658351p4658363.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]
>
>


-- 
Martin Grigorov
Wicket Training & Consulting
http://jWeekend.com <http://jweekend.com/>

Reply via email to