You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by jchappelle <jc...@4redi.com> on 2011/09/18 20:10:20 UTC

Re: YUI menu and development mode

I am having the same issue. Has anyone found a solution to this? I am using
wicket version 1.4.15. 

Thanks,

Josh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/YUI-menu-and-development-mode-tp1882092p3822359.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: YUI menu and development mode

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Glad to be of some help:-) Yes, that is the setting I had to use as well.

Best,

Ernesto

On Sun, Sep 18, 2011 at 9:03 PM, jchappelle <jc...@4redi.com> wrote:
> Thanks a lot Ernesto! That pointed me in the right direction and I found the
> specific setting that was causing the problem. The following code is in my
> Application subclass's init method and it seems to fix the problem for me.
>
> getMarkupSettings().setStripWicketTags(true);
>
> Thanks,
>
> Josh
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/YUI-menu-and-development-mode-tp1882092p3822415.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: YUI menu and development mode

Posted by jchappelle <jc...@4redi.com>.
Thanks a lot Ernesto! That pointed me in the right direction and I found the
specific setting that was causing the problem. The following code is in my
Application subclass's init method and it seems to fix the problem for me.

getMarkupSettings().setStripWicketTags(true);

Thanks,

Josh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/YUI-menu-and-development-mode-tp1882092p3822415.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: YUI menu and development mode

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
I´m not  using this menu but I have seen similar problems with other
components because of  <wicket:panel> and other development info
wikcet generates (by default) on development mode.

Best,

Ernesto


On Sun, Sep 18, 2011 at 8:10 PM, jchappelle <jc...@4redi.com> wrote:
> I am having the same issue. Has anyone found a solution to this? I am using
> wicket version 1.4.15.
>
> Thanks,
>
> Josh
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/YUI-menu-and-development-mode-tp1882092p3822359.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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