Re: testing MultiFileUploadField

2010-08-09 Thread Loic
Hi, i have the same issue... did you find a way to make it work? thanks, regards Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/testing-MultiFileUploadField-tp1887475p2318631.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: WicketTester and Palette component

2010-08-03 Thread loic
It seems good but i would really like to be able to test Palette without a new framework Is it really impossible to test Palette with wicket-tester? Regards Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component

Re: WicketTester and Palette component

2010-08-02 Thread loic
Hi Kent, thanks a lot i will take a look a this Regards, Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component-tp2306743p2310424.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: FormComponentPanel Behavior

2010-07-30 Thread loic
Hello Bernard, why did you ask a new question in this topic? I think my issue is lost now :) Dos anybody have an idea for the original question? Thanks Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component-tp2306743p2307708.html

WicketTester and Palette component

2010-07-29 Thread loic
ecorder", new int[] {0}); I get a "Trying to select on null component" error ... Thanks for your help! Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component-tp2306743p23067

Re: WicketTester, navigate into tabs

2010-07-28 Thread loic
I've added a log4j.xml file in my src/test/resources folder, it works now, thanks a lot -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-navigate-into-tabs-tp2304649p2305094.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: WicketTester, navigate into tabs

2010-07-28 Thread loic
this. *** *** See Application#getConfigurationType() for more information. *** maybe the problem comes from log4j, maybe i must define the appender? Regards Loic -- View this message in context: http://apache-wicket.1842946.n4

Re: WicketTester, navigate into tabs

2010-07-28 Thread loic
I'm not sure to understand how wicketTester.debugComponentTrees() works, it does not output anything in the console. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-navigate-into-tabs-tp2304649p2304914.html Sent from the Wicket - User mailing list archi

Re: WicketTester, navigate into tabs

2010-07-28 Thread loic
Thanks i try this! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-navigate-into-tabs-tp2304649p2304700.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscr

WicketTester, navigate into tabs

2010-07-28 Thread loic
surprise, I get an error, " 'tabbedPanel:form' does not exists for page MyPage " Do you know how i could make this kind of test? Thanks, regards Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-navigate-into-tabs-tp2304649p2304649.html Sen

Datatable, style on ascending/descending

2010-03-23 Thread Loic Descotte
Hi all, i'm wondering if it is possible to customize easily a datatable component to display a different css style on headers when the row is sorted by ascending or descending (for example a little arrow small arrow up or down). Thanks a lot! -- Loïc

Re: Datatable Internationalization

2009-02-24 Thread Loic Descotte
, Feb 23, 2009 at 10:15 AM, Loic Descotte wrote: > Hi all, > I have a question about Wicket Datatable Component Internationalization. > In the datatable, in don't find how to change the text "Showing 1 to 10 of > N" in the navigation toolbar. > > The

Re: What IDE best fits with Wicket?

2009-02-23 Thread Loic Descotte
Hi, I use Eclipse with Wicket Bench plugin and it works very fine. On Mon, Feb 23, 2009 at 9:57 PM, Jeremy Thomerson wrote: > This is my choice, too, but the most concrete reason I have is "I like it" > and "it works well *for me*". Find one that fits those criteria for you, > and you'll be hap

Datatable Internationalization

2009-02-23 Thread Loic Descotte
Hi all, I have a question about Wicket Datatable Component Internationalization. In the datatable, in don't find how to change the text "Showing 1 to 10 of N" in the navigation toolbar. The Datatable component is associated to a NavigatorToolBar component, wich is associated to a NavigatorLabel. I