exclude wicket:panel

2009-09-30 Thread Martin Letendre
=actionMenuOne tag ? -- Martin Letendre 4230 Wilson Montréal, Qc 514.690.8027

Re: exclude wicket:panel

2009-09-30 Thread Martin Letendre
: getMarkupSettings().setStripWicketTags(true); Martin Letendre wrote: Don't display the wicket:panel tag 1- I am using a wicket panel to create a component here is the code. wicket:panel div ... some code /div /wicket:panel 2- The call

Re: 32 External CSS Files Limitation of Internet Explorer 6,7,8

2009-09-02 Thread Martin Letendre
Thanks for your time. On Tue, Sep 1, 2009 at 10:45 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hmm what about the merged resources from wicketstuff: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-merged-resources 2009/9/1 Martin Letendre letendre.mar

32 External CSS Files Limitation of Internet Explorer 6,7,8

2009-09-01 Thread Martin Letendre
are using IE (6,7 or 8) and have more than 31 css file included in one Wicket page. Please read this article for more details: http://acidmartin.wordpress.com/2008/11/25/the-32-external-css-files-limitation-of-internet-explorer-and-more/ Martin Letendre Montreal, Quebec Canada

DatePicker

2009-07-16 Thread Martin Letendre
In the latest wicket javadoc I see that there is a DatePicker componenent based on yui. http://wicket.apache.org/docs/1.4/org/apache/wicket/extensions/yui/calendar/DatePicker.html Great ! I have these dependencies in my project dependency groupIdorg.apache.wicket/groupId

CheckBoxMultipleChoice Construtor Nigthmare...

2009-07-15 Thread Martin Letendre
I am trying to use this constructor http://wicket.apache.org/docs/1.4/org/apache/wicket/markup/html/form/CheckBoxMultipleChoice.html#CheckBoxMultipleChoice%28java.lang.String,%20org.apache.wicket.model.IModel,%20java.util.List%29 Here is my best result // Days is an enum and is

Re: Set the HTML id programmatically

2008-11-24 Thread Martin Letendre
Works fine: thank you ! igor.vaynberg wrote: also need to call setoutputmarkupid(true) -igor On Fri, Nov 21, 2008 at 12:08 PM, Martin Letendre [EMAIL PROTECTED] wrote: I am usign this version of Wicket: 1.3.5 1- I would like to override an id for a TextArea programmatically

Set the HTML id programmatically

2008-11-21 Thread Martin Letendre
I am usign this version of Wicket: 1.3.5 1- I would like to override an id for a TextArea programmatically textarea wicket:id=description id=toOverride name=description rows=10 cols=50