Re: [Stripes-users] Stripes link event triggering validation that is incorrect.

2010-06-10 Thread David Miller
Ok, I have found answer to the problem. I can either add each value to the link parameters, or disable the validation within the annotation: @Validate(field=county, on=!showTab2Link.. This didn't quite match what I needed to do, as I needed the validation for all, so I have simply styled a

Re: [Stripes-users] Concurrent call problem with @SessionScope annotation

2010-06-10 Thread Nikolaos Giannopoulos
Erkan, When I now login to my app it does 3 ajax calls to the action bean (almost concurrently). You'll need to post enough relevant code for us to see what exactly you are doing and what could be wrong. As far as @SessionScope is concerned... the 1st time a bean used it is added to the

[Stripes-users] Problems using indexed properties

2010-06-10 Thread daniel cioriia
Hello, I want to use stripes indexed properties in my jsp pages, but I have encountered some problems in doing so, although I tried to follow closing the example provided on the web site. I have the folowing jsp page: stripes:form