Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-10-01 Thread Nicolas Melendez
mean. >> so please provide an example. >> thx >> >> -Ursprüngliche Nachricht----- >> Von: Giambalvo, Christian [mailto:christian.giamba...@excelsisnet.com] >> Gesendet: Do 24.09.2009 02:45 >> An: users@wicket.apache.org >> Betreff: AW: FXValidatio

re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread jWeekend
understand what you mean. so please provide an example. thx -Ursprüngliche Nachricht- Von: Giambalvo, Christian [mailto:christian.giamba...@excelsisnet.com] Gesendet: Do 24.09.2009 02:45 An: users@wicket.apache.org Betreff: AW: FXValidationAjaxHandler - Javascript not added if component is

Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Jeremy Thomerson
An: users@wicket.apache.org > Betreff: Re: FXValidationAjaxHandler - Javascript not added if component is > set visible(false) in page constructor > > i meant add the javascript to a container that is visible. > > components that are not visible do not render their javascript, it &

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Do 24.09.2009 02:32 An: users@wicket.apache.org Betreff: Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor i meant add the javascript to a container that is visible. components tha

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
24.09.2009 02:32 An: users@wicket.apache.org Betreff: Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor i meant add the javascript to a container that is visible. components that are not visible do not render their javascript, it wouldnt make any

Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Igor Vaynberg
nels into a parent container that is always visible. > > -igor > > On Wed, Sep 23, 2009 at 1:37 PM, Giambalvo, Christian > wrote: >> Hi, >> >> first thanks for reply. >> Well, it's not possible to add it to a visible component. >> Let me explain. &

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
t; set it invisible. If i then select it in the dropdownchoice i gets visible. > And now the problem begins. Cause of the initial invisibility the needed > javascript code for validation of the panel fields isn't injected. How can i > workaround this? > > Thanks in advance

Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Igor Vaynberg
rg [mailto:igor.vaynb...@gmail.com] > Gesendet: Mi 23.09.2009 19:20 > An: users@wicket.apache.org > Betreff: Re: FXValidationAjaxHandler - Javascript not added if component is > set visible(false) in page constructor > > javascript contributions do not show up for components that a

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
Thanks in advance chris -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Mi 23.09.2009 19:20 An: users@wicket.apache.org Betreff: Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor javascript contri

Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Igor Vaynberg
javascript contributions do not show up for components that are not visible, add it to a visible component instead. -igor On Wed, Sep 23, 2009 at 7:15 AM, Giambalvo, Christian wrote: > Hi all, > > ich have a component (textfield) with an FXValidationAjaxHandler. If i > set this component in page

FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
Hi all, ich have a component (textfield) with an FXValidationAjaxHandler. If i set this component in pageconstructor to visible(false) then the needed javascript code for validation is not contributed to pageheader. if set to visible(true) all is fine. does anyone had the same problem and if so, i