RE: Struts 2.6.1 key attribute not working as it did in Struts 2.0.11

2009-03-09 Thread Martin Gainty
in your 2.0.11 test where did you populate personBean.firstName with 'Bruce' ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a

Re: Struts 2.6.1 key attribute not working as it did in Struts 2.0.11

2009-03-09 Thread Musachy Barroso
That look like a bug, I will take a look at it. musachy On Mon, Mar 9, 2009 at 11:00 AM, phillips1021 bphill...@ku.edu wrote: We are moving some applications from using Struts 2.0.11 to Struts 2.1.6.  In our applications using Struts 2.0.11 we used the label tag's key attribute to specify

Re: Struts 2.6.1 key attribute not working as it did in Struts 2.0.11

2009-03-09 Thread Musachy Barroso
I was able to replicate this problem in showcase, I opened a ticket with your email: https://issues.apache.org/struts/browse/WW-3029 I am looking into it. thanks musachy On Mon, Mar 9, 2009 at 11:52 AM, Musachy Barroso musa...@gmail.com wrote: That look like a bug, I will take a look at it.

RE: Struts 2.6.1 key attribute not working as it did in Struts 2.0.11

2009-03-09 Thread phillips1021
The personBean's attributes are given values in an ActionSupport class. As I mentioned using s:property value=personBean.firstName shows the value (Bruce) correctly. This is done in the same jsp as s:label key=personBean.firstName which doesn't show the value (Bruce) correctly but instead

Re: Struts 2.6.1 key attribute not working as it did in Struts 2.0.11

2009-03-09 Thread Musachy Barroso
It was broken as a fix to another problem: https://issues.apache.org/struts/browse/WW-2171 musachy On Mon, Mar 9, 2009 at 3:06 PM, phillips1021 bphill...@ku.edu wrote: The personBean's attributes are given values in an ActionSupport class. As I mentioned using s:property

Re: Struts 2.6.1 key attribute not working as it did in Struts 2.0.11

2009-03-09 Thread Musachy Barroso
Fixed in trunk. thanks for reporting. musachy On Mon, Mar 9, 2009 at 3:15 PM, Musachy Barroso musa...@gmail.com wrote: It was broken as a fix to another problem: https://issues.apache.org/struts/browse/WW-2171 musachy On Mon, Mar 9, 2009 at 3:06 PM, phillips1021 bphill...@ku.edu wrote: