RE: Struts2 JSF Plugin

2008-01-11 Thread Sanjeev Vijapurapu
So you mean we should push all JSF actions onto OGNL stack? Shouldn't the jsf interceptor stack do it for us? I mean if you are using plain jsf, whatever backing beans you configure in faces-config, can be invoked from any jsf component from anywhere and not just the action which renders it which i

Re: [S2] Libraries in JDK 1.4 distribution

2008-01-11 Thread Antonio Petrelli
2008/1/11, Don Brown <[EMAIL PROTECTED]>: > > I'm leaning more and more to not shipping dependencies by > default Do you mean in the "lib" and "all" distributions too? I don't know: if you don't put them in, you have not a working distribution. IMO, if a developer downloads a distribution expect

Re: [S2] Libraries in JDK 1.4 distribution

2008-01-11 Thread Don Brown
Personally, I'm leaning more and more to not shipping dependencies by default, so I'd prefer the 1.4 distro to not have them. Our download sizes are way too big already. Don On 1/12/08, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > Hi all, > Currently in the JDK 1.4 distribution, that contains b

[S2] Libraries in JDK 1.4 distribution

2008-01-11 Thread Antonio Petrelli
Hi all, Currently in the JDK 1.4 distribution, that contains backported Struts 2 artifacts, all the dependencies are added, while in release builds only the backported artifacts (along with Retrotranslator runtime libraries) are included. What are your feelings? Do you think that adding dependencie

XSS and the "encode" attribute of

2008-01-11 Thread GF
Can someone explain me the use of the "encode" attribute of ? I'm trying to do something like this: http://localhost:8080/myTest/content/hello.action?>'">alert(document.cookie) But.. when it output the it doesn't encode the query string and this cause the Javascript being executed and all t

Re: Want to get the value of label key which is there in the ApplicationResources.properties in action class

2008-01-11 Thread Antonio Petrelli
Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html Antonio 2008/1/11, arunabh <[EMAIL PROTECTED]>: > > > hi , > I have a requirement to get the value of label key , which is there in > the > ApplicationResources.properties file . > > Let me explain with

Want to get the value of label key which is there in the ApplicationResources.properties in action class

2008-01-11 Thread arunabh
hi , I have a requirement to get the value of label key , which is there in the ApplicationResources.properties file . Let me explain with an example :- In my Jsp i get my label like In my ApplicationResources.properties file i have mapped this key to some value as :- cust.firstName=First