Re: Struts 2 Testing - odd behaviour

2010-11-26 Thread Ashlon Hill
Dave, I'm just following, so there is a typo in value={platformName} ? On Fri, Nov 26, 2010 at 7:05 AM, Dave Newton davelnew...@gmail.com wrote: After fixing the typo in the value attribute. On Fri, Nov 26, 2010 at 6:55 AM, Maurizio Cucchiara maurizio.cucchi...@gmail.com wrote: Could

Re: checkbox problem

2010-10-26 Thread Ashlon Hill
Dave/Peter, Was the issue resolved due to names of methods and properties not matching? Curious, Ashlon On Tue, Oct 26, 2010 at 2:42 PM, Peter Bliznak pbliz...@gmail.com wrote: Yep, got it ... I really didn't realize that method of referring to stuff on OLGN stack could make such a

Re: checkbox problem

2010-10-26 Thread Ashlon Hill
Dave/Peter, Was the issue resolved due to names of methods and properties not matching? Curious, Ashlon On Tue, Oct 26, 2010 at 2:42 PM, Peter Bliznak pbliz...@gmail.com wrote: Yep, got it ... I really didn't realize that method of referring to stuff on OLGN stack could make such a

Re: OGNL and init params

2010-10-07 Thread Ashlon Hill
s:property value=#*application*['simpleParamName']/ will it always be listed as *application*? or does that value change? On Thu, Oct 7, 2010 at 10:23 AM, Altenhof, David Aron dalte...@iupui.eduwrote: That did it ... thanks! -David -Original Message- From: Maurizio Cucchiara

Re: Submit with several methods in Struts 2.2

2010-09-14 Thread Ashlon Hill
I am using Struts 2 tags. Is there an easy way for me to ghost out one of the above textfields if the other one is clicked/selected? I can do it without using the struts 2 tags but how do you do it with them?  s:form name=exampleForm action=exampleAction     s:textfield name=txtName