Re: How to compare string reference variables using ognl?

2011-12-08 Thread Łukasz Lenart
Compering ? What I see is that you're nesting tags 2011/12/9 mohan rao : > > > >   Even if the both values are same it's giving false. > > It's giving true only when both are pointing to null. And even i tried > following as well >

How to compare string reference variables using ognl?

2011-12-08 Thread mohan rao
Even if the both values are same it's giving false. It's giving true only when both are pointing to null. And even i tried following as well Thanks. -- View this message in context: http://struts.1045723.n5.nabble.com/How-to-compare-string-reference-variables-using-ognl-tp5060783p5060

Re: Dynamically setting the template directory in an Action

2011-12-08 Thread Gurcharan Singh
In the same line, I've a question - How to setup Struts2 to use templates which are located outside document root directory. Why we want to do it - We want to keep UI and Dev work separate and in-case any change is made in the template, we shouldn't be re-building the whole app. Thanks Gurcharan

Struts2 ScopeInterceptor scope.type end problem

2011-12-08 Thread Volker Krebs
Hello, I've made an small workflow using the ScopeInterceptor. All works fine, but I have one small problem, where I want to discuss a solution. My last action is defined as scope.type=end end /confirm.jsp on the confirm.jsp I have no access to the objects which the ScopeInterceptor