Re: More Convention Confusion.

2009-10-09 Thread RogerV
There a large number of better qualified people than me, and that makes me wonder why this hasn't been done before. Regards -- View this message in context: http://www.nabble.com/More-Convention-Confusion.-tp25816249p25826108.html Sent from the Struts - User mailing list archive at Nabble

Re: More Convention Confusion.

2009-10-09 Thread Greg Lindholm
>From what I can tell you cannot pass extra parameters with the 'method' attribute > method="display?templateId=%{#status.index}" /> Whatever you specify for method will be taken as the method name. So it is looking for a method named "display?templateId=0" which is invalid and not found. The

More Convention Confusion.

2009-10-08 Thread RogerV
if anyone would like to take a look. I'd appreciate some help as otherwise I'm going to have to convert my app back to Struts "Classic" Regards -- View this message in context: http://www.nabble.com/More-Convention-Confusion.-tp25816249p25816249.html Sent from the Strut