[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 kind.

Any ideas?

Thank you!

Flavia

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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, but...

 Date: Wed, 14 Feb 2007 10:18:42 +0100
 From: Nino Wael [EMAIL PROTECTED]
 Subject: [Wicket-user] Testing Wicket with JMeter
 To: wicket-user@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 Hi 

  

 Im trying to test an application with jmeter , I keep getting page expired 
 when testing. I have a cookie manager and save jsessionid, are there any 
 thing else I should be aware of in that direction?

  

 The application are rather simple although there are some ajax calls. The 
 test fails on the first submit with a page expired.. Any ideas on what im 
 doing wrong ? Please ask if you need more information...

 Nino Wael

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Ajax Fallback Submit Link

2007-02-01 Thread Flavia Paganelli
 guess the class works ok...

saludos,

Flavia

From: Igor Vaynberg [EMAIL PROTECTED]

you say you want it to work even if javascript is disabled, but then you
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 PROTECTED] wrote:
 
  Hi!
 
  I'm working on a page that provides ajax behavior but also supports
  simple request-response without javascript.
  I realized I need a component that provides the behavior of both
  AjaxFallbackLink and AjaxSubmitLink at the same time. On one hand I need
  it to be a submit link, because on click it has to access the data
  entered by the user. And on the other hand I also would like that my
  form worked even when javascript is not enabled.
 
  Both requirements don't seem so odd, so I wonder if someone already had
  the same problem and found a solution for it. I've been looking 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 20 423
F +31 20 4223500


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Ajax Fallback Submit Link

2007-01-30 Thread Flavia Paganelli
Hi!

I'm working on a page that provides ajax behavior but also supports 
simple request-response without javascript.
I realized I need a component that provides the behavior of both 
AjaxFallbackLink and AjaxSubmitLink at the same time. On one hand I need 
it to be a submit link, because on click it has to access the data 
entered by the user. And on the other hand I also would like that my 
form worked even when javascript is not enabled.

Both requirements don't seem so odd, so I wonder if someone already had 
the same problem and found a solution for it. I've been looking 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 20 423
F +31 20 4223500


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[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 user principal still remains in the request after the 
session is invalidated.

And it seems it's impossible to remove the user principal from the 
request (servlet API HttpServletRequest does not implement 
setUserPrincipal() or anything similar)...

Any ideas?

Thank you!!

Flavia




___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user