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

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* filter

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 s:if is going to processed. I want to know whether the expression is true or false. After that i will use s:if tag. -- View this message in context:

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: 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:

Re: Help Struts 1.3

2011-12-13 Thread Christian Grobmeier
Hello, On Tue, Dec 13, 2011 at 10:46 AM, AlexCross mattiap...@yahoo.it 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.

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: 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 mohanara...@gmail.com wrote: Please delete my previous thread my query was not posted completely. s:set var=selectedOffer value=%{offers.dicountkey}/ s:iterator var =entry value = #session.eligibleEcOffersMap s:set var=queryString

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 filter filter-nameaction2/filter-name filter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class /filter filter-mapping