Re: Wicket tester test coverage

2009-12-01 Thread ZedroS Schwart
If the element is not in a loop, just specify the HTML ID in the template. If it is in a loop, use xpath. oh. Thanks :$ I thought wicket id were incremeting on request, meaning that even without loop the same page loaded twice would end up with a different id (with an incremented number). I

Re: Wicket tester test coverage

2009-11-25 Thread ZedroS Schwart
Hi Kent On Wed, Nov 25, 2009 at 6:13 AM, Kent Tong k...@cpttm.org.mo wrote: What you need is TDD. Once you adopt TDD, you will have every page tested. I was under the assumption that unit testing isn't valuable for GUI, esp. web gui, since the effort is too important... I think I even read

Re: Wicket tester test coverage

2009-11-25 Thread ZedroS Schwart
Without reference to his article, I can only guess that it may be pointless to test the position or the color of a button in automated tests. I think it was this one : http://www.infoq.com/news/2009/11/uncle-bob-tdd-applicability but in fact uncle bob mainly says it's pointless to do TDD when

Re: Caching a resource on the browser side

2009-08-04 Thread ZedroS Schwart
-8859-1);        }       �...@override        protected String getString()        {            return bla bla ;        }    } } On Tue, Jul 28, 2009 at 10:44 AM, ZedroS Schwart zedros.schwa...@gmail.comwrote: Thanks for this answer Juri. I tried it (once again) and it didn't work

Re: Caching a resource on the browser side

2009-07-28 Thread ZedroS Schwart
. If Cache-Control is passed then resource should be cached on user side. On Tue, Jul 28, 2009 at 1:02 AM, ZedroS Schwart zedros.schwa...@gmail.comwrote: hi We need to provide a flash application (www.amcharts.com if anyone is interested) with some content through some files. As the files

Re: Caching a resource on the browser side

2009-07-28 Thread ZedroS Schwart
Charset.forName(ISO-8859-1);        }       �...@override        protected String getString()        {            return bla bla ;        }    } } On Tue, Jul 28, 2009 at 10:44 AM, ZedroS Schwart zedros.schwa...@gmail.comwrote: Thanks for this answer Juri. I tried it (once again

Caching a resource on the browser side

2009-07-27 Thread ZedroS Schwart
hi We need to provide a flash application (www.amcharts.com if anyone is interested) with some content through some files. As the files are users specific (and determined with data from the session), we went for some page delivering the content like this : public AMChartDataProviderPage(final

AjaxLink ERROR: Received Ajax response with code: 404 = at random after short delay

2009-06-04 Thread ZedroS Schwart
Hi I currently have a page with a LinkTree (with AjaxLinks) as well as multiples others ajax link (sometime opening some modal windows). Quite often, after a short pause (way less than the session time out, just the time to say 2/3 phrases) the next time I use an ajax link I get this error :

Re: [ANNOUNCE] Apache Wicket 1.3 released

2008-01-03 Thread ZedroS Schwart
Hi Congratulations ! I put a word about it there http://blog.developpez.com/index.php?blog=136title=wicket_1_3_est_arrive , I hope it'll help ! Cheers ! ZedroS On Jan 3, 2008 10:37 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: Help promote wicket: digg our release:

Re: Wicket and Netbeans 6

2007-10-23 Thread ZedroS Schwart
hi all Great answers ! I'm downloading the latest NB to avoid bugs corrected in the Beta 1, and then I'll follow your advice Ayodeji. I'll let you know of the outcome :) Cheers ZedroS On 10/23/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: I have checked out and built wicket support for

Re: Wicket and Netbeans 6

2007-10-23 Thread ZedroS Schwart
Hi again So, it's great : the latest nightly build of NB 6 managed to retrieve a lost UML project and, even better, the modules you've indicated were of fact for Wicket 1.3 and not 1.2 as I was fearing :) Let's continue digging in ! Thanks a lot Cheers, ZedroS On 10/23/07, ZedroS Schwart

Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
Hi all Following what's written here http://wicket.apache.org/quickstart.html I've tried to have the quickstart to run in Netbeans 6 beta 1. I successfully managed to create the project using the mvn archetype:create ... command, but I don't manage to use it with Netbeans 6 even if I read :

Re: Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
in category java, and if you want (optional) other plugin in category maven. Regard ZedroS Schwart wrote: Hi all Following what's written here http://wicket.apache.org/quickstart.html I've tried to have the quickstart to run in Netbeans 6 beta 1. I successfully managed to create