Re: [Stripes-users] Database backed ResourceBundle

2010-06-09 Thread Oscar Westra van Holthe - Kind
On 09-06-2010 at 04:08, Daniel Cane wrote: Please point me in the right direction on how to create a db backed resource bundle and us it with stripes. I found a few links to the stripes book's (which I own -- good book) blog, but those have been removed. I have extended runtimeConfiguration

Re: [Stripes-users] guice- and/or spring-managed actionbeans

2010-06-09 Thread kdeveloper
Michael, Did you try Stripes 1.6 (trunk)? Because it has an working object factory for Spring beans. On 24-05-09 9:17, Michael Day wrote: I'm trying to instantiate my ActionBeans through guice so that I can put @Transactional annotations on my event handler methods. So far it seems to be my

[Stripes-users] howto access some context in TypeConverters?

2010-06-09 Thread Egon Nijns
Dear Stripes users, I'm trying to create a dynamic user interface for stored procedures. Suppose we've got a stored proc with a datetime and a bit input. In my Java code this would be represented as a ParameterInputDate and a ParameterInputBoolean. The user interface (JSP) should reflect these

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

2010-06-09 Thread Erkan Kör
Hi, I have an action bean with the @SessionScope annotation. In the ActionBean constructor I do few initializations. When I now login to my app it does 3 ajax calls to the action bean (almost concurrently). But somehow the constructor is called 3 times. But when my frontend calls the methods

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

2010-06-09 Thread Erkan Kör
Sorry there was a type in the code snippet. The constructor was wrong. @UrlBinding(/JSONDispatcher) @SessionScope public class MainActionBean implements ActionBean { private MessageResolver() { initMessageResolver(); } .

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

2010-06-09 Thread M.C.S.
Hi Erkan, Am 09.06.2010 14:30, schrieb Erkan Kör: I have an action bean with the @SessionScope annotation. In the ActionBean constructor I do few initializations. When I now login to my app it does 3 ajax calls to the action bean (almost concurrently). But somehow the constructor is

Re: [Stripes-users] Database backed ResourceBundle

2010-06-09 Thread Freddy Daoud
Hi Daniel, I found a few links to the stripes book's (which I own -- good book) blog, but those have been removed. Thanks for the comment, I'm glad you like the book. As for the blog, unfortunately I had to take it down for security issues and I did not have a chance to retrieve the archives

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

2010-06-09 Thread Erkan Kör
Hi Marcus, I just verified it and the same JSESSIONID is passed with all three ajax calls. So it must be something different- Date: Wed, 9 Jun 2010 14:42:03 +0200 From: m...@syn-online.de To: stripes-users@lists.sourceforge.net Subject: Re: [Stripes-users] Concurrent call problem with

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

2010-06-09 Thread David Miller
I have stripes:link tag in a jsp with an event attribute: stripes:link href=${actionBean.context.currentStage.stripesForwardAction} addSourcePage=true event=showTab2Link This triggers the validation to trigger on nested properties: @ValidateNestedProperties({