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

2009-10-01 Thread Nicolas Melendez
dojo.require("dojo.gfx.*"); >>> dojo.require("dojo.html.*"); >>> >>> >>> /*-->]]>*/ >>> >>> >> id="txt11DojoParse"><!--/*--><![CDATA[/*><!--*/ >>> djConfig.searchIds.push(&quo

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

2009-09-23 Thread jWeekend
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 that are not

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 &

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. &

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

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