RE: Issue with Type Conversion and Select Boxes

2007-11-26 Thread Gunnar Hillert
by calling foo.getId() and therefore returning an integer? Is this possibly an issue and worth opening a Jira ticket or do I miss something here in my setup? Thanks a lot in advance! Regards, Gunnar Hillert -- View this message in context: http://www.nabble.com/Issue-with-Type

Issue with Type Conversion and Select Boxes

2007-11-23 Thread Gunnar Hillert
returning an integer? Is this possibly an issue and worth opening a Jira ticket or do I miss something here in my setup? Thanks a lot in advance! Regards, Gunnar Hillert -- View this message in context: http://www.nabble.com/Issue-with-Type-Conversion-and-Select-Boxes-tf4864875.html

Thanks! Works also with redirect actions...

2007-11-07 Thread Gunnar Hillert
language reference (at least the one I know about) is here: http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/index.html - Gary Gunnar Hillert wrote: Hi, A typical requirement in my webapps is to redirect to result pages after form submission. This is quite nicely described

Redirects - Dynamic Parameters

2007-11-06 Thread Gunnar Hillert
allow this? E.g. some additional attribute on the param element would be nice ${foo} Or do I have to create my own custom result-type? Thanks! Gunnar Hillert -- View this message in context: http://www.nabble.com/Redirects---Dynamic-Parameters-tf4758978.html#a13609701 Sent from the Struts - User

Re: [S2] Configure Message Store Interceptor via Annotations

2007-10-13 Thread Gunnar Hillert
method, anything in the session, I remove and put into the request. Just like you say, works like a charm. Adam Gunnar Hillert on 12/10/07 05:15, wrote: Hi Adam, Thanks for your comments. Yes, I looked at the sources for the MessageStoreInterceptor and indeed it looks quite simple. I

Re: [S2] Configure Message Store Interceptor via Annotations

2007-10-11 Thread Gunnar Hillert
the message store interceptor to have success message to survive redirects. Well, it looks like the the message store interceptor does not have annotations support (bummer). But maybe is there another way to solve this issue? Thanks a lot! Gunnar Hillert

Configure /Message+Store+Interceptor

2007-10-10 Thread Gunnar Hillert
-- View this message in context: http://www.nabble.com/Configure--Message%2BStore%2BInterceptor-tf4604931.html#a13148924 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

[S2] Configure Message Store Interceptor via Annotations

2007-10-10 Thread Gunnar Hillert
success message to survive redirects. Well, it looks like the the message store interceptor does not have annotations support (bummer). But maybe is there another way to solve this issue? Thanks a lot! Gunnar Hillert -- View this message in context: http://www.nabble.com/-S2--Configure-Message

Re: [S2] Form Processing - Security - ParameterNameAware

2007-07-09 Thread Gunnar Hillert
Hi, Bump...Nobody using the ParameterNameAware interface? Any responses would be highly appreciated. Thanks! Gunnar Gunnar Hillert wrote: Hi, I have a question regarding the ParametersInterceptor, specifically the ParameterNameAware interface. Since Struts 2 is typically injecting

[S2] Form Processing - Security - ParameterNameAware

2007-06-18 Thread Gunnar Hillert
a dedicated annotation for this? Thanks! Regards, Gunnar Hillert -- View this message in context: http://www.nabble.com/-S2--Form-Processing---Security---ParameterNameAware-tf3944023.html#a11187846 Sent from the Struts - User mailing list archive at Nabble.com

RE: [S2] ActionMessages and redirects

2007-06-05 Thread Gunnar Hillert
:(. Hope this helps, Al. -Original Message- From: Gunnar Hillert [mailto:[EMAIL PROTECTED] Sent: 04 June 2007 05:52 To: user@struts.apache.org Subject: [S2] ActionMessages and redirects Hi, Still learning but I am really going to like Struts 2. An area where I find

[S2] ActionMessages and redirects

2007-06-03 Thread Gunnar Hillert
is the status on that? Is this something that will be added to one of the next Struts 2 releases? Thanks a lot! Regards, Gunnar Hillert -- View this message in context: http://www.nabble.com/-S2--ActionMessages-and-redirects-tf3863054.html#a10943759 Sent from the Struts - User mailing list

Re: Re: [S2] Form handling life cycle with HTTP GET/POST

2007-05-25 Thread Gunnar Hillert
when the input method is called, but tries to validate anything else. Don On 5/11/07, Gunnar Hillert [EMAIL PROTECTED] wrote: Hi, I worked with Spring-MVC in my past projects and I really liked the idea of my form actions/controllers to initialize my forms when I access them

[S2] Form handling life cycle with HTTP GET/POST

2007-05-10 Thread Gunnar Hillert
) result name=input/editUser.jsp/result result name=success type=redirect/main.html/result /action Thanks a lot for any insights! Regards, Gunnar Hillert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Re: [S2] Form handling life cycle with HTTP GET/POST

2007-05-10 Thread Gunnar Hillert
anything else. Don On 5/11/07, Gunnar Hillert [EMAIL PROTECTED] wrote: Hi, I worked with Spring-MVC in my past projects and I really liked the idea of my form actions/controllers to initialize my forms when I access them with an HTTP GET and then process the forms with an HTTP POST. The nice