Portlet, DirectRenderFromEventAction - how to change the interceptor stack?

2008-11-16 Thread Nils-Helge Garli Hegvik
> Did what you told but now i have got an really odd behaviour. > I am using this strus config: > > >/WEB-INF/view/jasper.jsp > >/WEB-INF/view/jasper.jsp > > >

Re: Something special about action named "logout"

2008-11-16 Thread Adam Ruggles
I'm using 2.1.2. I have another application running on 2.0.11.2 without that issue, so maybe it was introduced in the 2.1 branch. The weirdest part is that it works just fine if I use a different action name. nuwan chandrasoma-2 wrote: > > I have done a similar thing in one of my application

Struts 2 on Java 1.4

2008-11-16 Thread Musachy Barroso
Hi All, How many of you are still running Struts 2 on Java 1.4? regards musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd

dojo undefined

2008-11-16 Thread JJ__
Hello, I'm trying to use optiontransferselect tag in struts 2.0.12. So I have used this tag, and in head tag I have set . But when I execute it I get this error in FireFox with Firebug addon: dojo is not defined (?)()newProject.action (line 198) [Break on this error] dojo.require("doj

dojo undefined

2008-11-16 Thread JJ__
-- View this message in context: http://www.nabble.com/dojo-undefined-tp20527510p20527510.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Something special about action named "logout"

2008-11-16 Thread Nuwan Chandrasoma
I have done a similar thing in one of my applications. i don't have any issue. i am using version 2.0.12 and struts-default package without any modification to the interceptor stack. Adam Ruggles wrote: I logged bug for this https://issues.apache.org/struts/browse/WW-2873 ---

Re: Resource Bundle per session

2008-11-16 Thread Nuwan Chandrasoma
http://struts.apache.org/2.x/docs/how-do-i-set-a-global-resource-bundle.html Instead of this ServletContextListener you can have a HttpSessionListener, just a suggestion, i haven't tried it. Thanks, Nuwan C. Ram

Re: Validation causing me problems

2008-11-16 Thread Dave Newton
I think having two results named "input" might be confusing. --- On Sat, 11/15/08, veerapaneni <[EMAIL PROTECTED]> wrote: > When you use validation, the action declaration expects an > input option. > > So, change: > > > user.form > user.form > UserHome > > > > as > >

Resource Bundle per session

2008-11-16 Thread Ramez Hassan
Dear All, Are there any configuration or mechanism for struts 2 to load resource bundle for localized messages per user session? In other words I need to display localized messages for users based on their profile and role, but struts 2 loads messages either by request which is for development