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

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 whe

Re: Wicket tester test coverage

2009-11-25 Thread ZedroS Schwart
Hi Kent On Wed, Nov 25, 2009 at 6:13 AM, Kent Tong 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 uncle bob saying so.

Re: Caching a resource on the browser side

2009-08-04 Thread ZedroS Schwart
23:00:00 GMT Expires: Tue, 04 Aug 2009 09:53:23 GMT Cache-Control: max-age=360, must-revalidate Content-Type: text/csv; charset=UTF-8 Content-Length: 5659 Date: Tue, 04 Aug 2009 08:53:23 GMT Server: Jetty(6.1.16) if anyone knows how to resolve that ++ On Wed, Jul 29, 2009 at 12:10 AM,

Re: Caching a resource on the browser side

2009-07-28 Thread ZedroS Schwart
blic String getContentType() >        { >            return "text/plain"; >        } > >       �...@override >        protected Charset getCharset() >        { >            return Charset.forName("ISO-8859-1"); >        } > >       �...@override

Re: Caching a resource on the browser side

2009-07-28 Thread ZedroS Schwart
", "no-cache"); >    } > > Check your headers. If Cache-Control is passed then resource should be > cached on user side. > > On Tue, Jul 28, 2009 at 1:02 AM, ZedroS Schwart > wrote: > >> hi >> >> We need to provide a flash application (www.a

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 Pa

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 : INFO

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=136&title=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: > > http://digg.com/pr

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,

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 ne

Re: Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
ble plugins > Sort by category, select to install : maven 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/qu

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: Nicer URLs in Wicket

2007-07-29 Thread ZedroS Schwart
That's great ! Could it become the basic behavior for wicket url ? Personally I find the current url behavior in wicket to be quite unfriendly. In fact, it's among the few aspects I dislike in wicket :$ ++ Joseph On 7/29/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > Hi folks, > > I've committed