Re: Struts 2.0.11 localization issue

2007-11-30 Thread Andrew Stepanenko
Hi Dave, I didn't notice it was sent to dev list. I apologise for this. Andrew On Dec 1, 2007 1:01 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > Please move this discussion over to the struts-user > mailing list. Thanks! > > Dave > > --- Andrew Stepanenko <[EMAIL PROTECTED]> > wrote: > > > > I ha

Re: Struts 2.0.11 localization issue

2007-11-30 Thread Dave Newton
Please move this discussion over to the struts-user mailing list. Thanks! Dave --- Andrew Stepanenko <[EMAIL PROTECTED]> wrote: > I have something similar like this. If I append > request_locale=uk to a > JSP there is no effect, and still the default locale > from > struts.properties is displaye

RE: JSP EL in struts2 tags

2007-11-30 Thread Bob Tiernay
I also agree that JSP EL should be enabled by default. Having to create a seperate tld just to use EL in tag attributes isn't very maintainable if the taglib changes. Could this be solved by creating 2 versions of the tld? I know other taglibs have such things as "taglibname" and "taglibna

Re: JSP EL in struts2 tags

2007-11-30 Thread Ing. Andrea Vettori
Il giorno 30/nov/07, alle ore 17:22, Brian Pontarelli ha scritto: Andrea Vettori wrote: Already posted on user list but maybe more appropriate here... Hi, It's long time I was away from this list. I've found with big surprise that JSP EL is not available in S2 tags anymore. I've looked at

Re: JSP EL in struts2 tags

2007-11-30 Thread Brian Pontarelli
Andrea Vettori wrote: Already posted on user list but maybe more appropriate here... Hi, It's long time I was away from this list. I've found with big surprise that JSP EL is not available in S2 tags anymore. I've looked at the release notes and found it was because of a security problem simi

Re: Struts 2.0.11 localization issue

2007-11-30 Thread Andrew Stepanenko
I have something similar like this. If I append request_locale=uk to a JSP there is no effect, and still the default locale from struts.properties is displayed. If I append request_locale=uk to an .action link, than the locale is changed, but only for this current HTTP request. Next clicks on links

Struts 2.0.11 localization issue

2007-11-30 Thread giglian
my web app display message in jsp page ( using ) always in one language. I have two localization files (package.properties and package_it.properties in the same folder), and I always get the messages in Italian language even if the client language is English (en-us). Rather in my production enviro

Re: Keeping up with Toby :)

2007-11-30 Thread Ted Husted
That would be great, Wes. There's plenty to go around. On Nov 30, 2007 9:21 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > Ted, > > I'd like to take a crack at this one. I am not a committer, but I've > worked in both the s2 and xwork2 codebase. > > -Wes > > > On 11/30/07, Ted Husted <[EMAIL PRO

Struts 2.0.11 executing twice of action execute method

2007-11-30 Thread giglian
My web app have an action to delete one row in a MS Access table (access though sun.jdbc.odbc.JdbcOdbcDriver). The method return the number of rows deleted. The first time it's executed, it return the right number of deleted rows: 1. The action after reading the method result, it return SUCCESS, b

Re: Keeping up with Toby :)

2007-11-30 Thread Wes Wannemacher
Ted, I'd like to take a crack at this one. I am not a committer, but I've worked in both the s2 and xwork2 codebase. -Wes On 11/30/07, Ted Husted <[EMAIL PROTECTED]> wrote: > I'd also suggest focusing on the 2.1.x head, rather than worrying > about backporting to the 2.0.x branch, unless of cour

Re: Keeping up with Toby :)

2007-11-30 Thread Ted Husted
I'd also suggest focusing on the 2.1.x head, rather than worrying about backporting to the 2.0.x branch, unless of course it's something so nasty that we should roll a 2.0.12 release. We're probably in good shape for 2.1.x. I believe it's mainly a matter of catching up on the patches and wrapping

Re: Keeping up with Toby :)

2007-11-30 Thread Ted Husted
Sure. Just try to see if there is already a matching ticket. Phil created a few during the transition period that might still be open. On Nov 30, 2007 8:15 AM, Martin Gilday <[EMAIL PROTECTED]> wrote: > Should we just create a matching Struts 2 JIRA issue, linking to the WW > one and attach the pa

OGNL Object indexed properties in Struts2

2007-11-30 Thread appfan
I'm working with Struts2 and I have on the value stack an object with the following methods: public void setProperty(String index, Object value) public Object getProperty(String index) According to the OGNL docs, I should be able to retrieve properties from this object using something like this:

Re: Keeping up with Toby :)

2007-11-30 Thread Martin Gilday
Should we just create a matching Struts 2 JIRA issue, linking to the WW one and attach the patch there? - Original message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Developers List" Date: Fri, 30 Nov 2007 07:50:05 -0500 Subject: Keeping up with Toby :) Our good friend Toby (t

Keeping up with Toby :)

2007-11-30 Thread Ted Husted
Our good friend Toby (tm_jee) has been closing a lot of tickets on the WebWork side. I expect that some of these could be ported to Struts 2. If anyone is looking for an opportunity to learn more about Struts 2, we could use volunteers to review Toby's WW patches and port them to S2. Of course, if

JSP EL in struts2 tags

2007-11-30 Thread Andrea Vettori
Already posted on user list but maybe more appropriate here... Hi, It's long time I was away from this list. I've found with big surprise that JSP EL is not available in S2 tags anymore. I've looked at the release notes and found it was because of a security problem similar to one I've discove