using action in welcome file list

2011-12-13 Thread aum strut
Hi All, I am trying to user struts2 action in my welcome file list of web.xml here is the entry action2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter action2 /* REQUEST FORWARD INCLUDE ERROR

Re: How to compare string reference variables using ognl?

2011-12-13 Thread Greg Lindholm
On Mon, Dec 12, 2011 at 3:08 AM, mohan rao wrote: > Please delete my previous thread my query was not posted completely. > > > > > T/F  Nothing is > printing. > > T/F Always printing false > even both are having same values. > > Thanks. > > -- You are using so you need to use '#' to reference

Re: Struts2 ScopeInterceptor scope.type end problem

2011-12-13 Thread Volker Krebs
Hello, yes the problem is that all scope objects managed by the scope Interceptor will be cleared if the scope.type is "end". I was looking for a way to copy it to the request, so that I could display a confirmation/summary on the last page involved in my scope. But the ScopyInterceptor does not

Re: Help Struts 1.3

2011-12-13 Thread Christian Grobmeier
Hello, On Tue, Dec 13, 2011 at 10:46 AM, AlexCross wrote: > How can i read data from DB and display using Jsp with Struts? > What's the correct logic of struts(1.3)? Not sure what you expecting as an answer. Basics are: create a struts.xml and tie a view and an action together. The action should

Re: Struts2 ScopeInterceptor scope.type end problem

2011-12-13 Thread mohan rao
Once you action execution is done all the valueStack objects will be cleared. This is might be causing the problem. And can you please elaborate your requirements. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-ScopeInterceptor-scope-type-end-problem-tp5058274p50607

Re: struts2 string to map conversion

2011-12-13 Thread mohan rao
Parameters will returns String[] but not string check out that might be causing the problem. -- View this message in context: http://struts.1045723.n5.nabble.com/struts2-string-to-map-conversion-tp5052114p5060791.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: How to compare string reference variables using ognl?

2011-12-13 Thread mohan rao
Thanks for your response, if i put that same thing will happen. First the expression is evaluated after that is going to processed. I want to know whether the expression is true or false. After that i will use tag. -- View this message in context: http://struts.1045723.n5.nabble.com/How-to-com

Struts2 + SHIRO, struts action can't get the values from submit page

2011-12-13 Thread wsncqs
*I get a problem when combine struts &shiro &spring , the struts LoginAction can't get the values form the submit page(login.jsp),when apply shiro filter(shiroFilter).when I comment the shiro filter,it Transfer values successfully. how to solve this problem?* *web.xml* St

Help Struts 1.3

2011-12-13 Thread AlexCross
Hi all, How can i read data from DB and display using Jsp with Struts? What's the correct logic of struts(1.3)? Thank's to all. -- View this message in context: http://struts.1045723.n5.nabble.com/Help-Struts-1-3-tp5070969p5070969.html Sent from the Struts - User mailing list archive at Nabbl