[Wicket-user] Palette with sorted elements

2007-04-03 Thread Flavia Paganelli
Hi! Did anyone have to use a Palette component showing the elements in a sorted way (e.g. using a comparator, or the compareTo() method)? I tried providing a SortedSet to the Palette (a TreeSet), but that doesn't work... I guess the Palette internally uses its own List or something of that kin

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-21 Thread Flavia Paganelli
Hi! I've also been making JMeter tests over Wicket applications. I had to use the HTTP Cookie Manager. But still sometimes I found strange behaviour, like it sometimes stopped working, I recorded the same test again and it worked. The problem always appeared with a submit (POST). Not much help, b

Re: [Wicket-user] Ajax Fallback Submit Link

2007-02-01 Thread Flavia Paganelli
cannot submit the form using a link! so you have to user a button to submit it, and that is easy then, just look at the sourcecode from AjaxFallbackLink and add the ajax behavior to a button instead of a link. -igor On 1/30/07, Flavia Paganelli <[EMAIL PRO

[Wicket-user] Ajax Fallback Submit Link

2007-01-30 Thread Flavia Paganelli
at the classes to try to implement a new component with this characteristics, but I got lost. Maybe there is an alternative solution that I'm not seeing... Any help will be very much appreciated. saludos, Flavia -- Flavia Paganelli Func. Internet Integration W http://www.func.nl T +31

[Wicket-user] logout using BASIC authentication

2006-06-08 Thread Flavia Paganelli
Hi! I've been searching the list for an answer to this but couldn't find it. I found several discussions about similar topics but not an answer to this. I want to implement logout when using BASIC authentication. Invalidating the session (Session.invalidate()) does not seem to work because the