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

Re: Convention Confusion [BUG]?

2009-10-03 Thread RogerV
Musachy Barroso wrote: > > that is pretty suspicious, can you open a jira ticket with the details? > Logged. I have a demo war file (with source) available, but I couldn't see where to attach it to the JIRA report. Regards -- View this message in context: http://www.nabble.

Re: Convention Confusion [BUG]?

2009-09-30 Thread Roger
On Wednesday 30 September 2009 18:15:00 Musachy Barroso wrote: > that is pretty suspicious, can you open a jira ticket with the details? > > thanks > musachy > Will do. I need to construct a test case to remove all the DB activities etc. Is there a site with instructions on how to prepare a jira

Re: Convention Confusion [BUG]?

2009-09-30 Thread Musachy Barroso
on the > corresponding button on the jsp, the action method gets called! If I press > the next button in the list I get "There is no Action mapped for namespace / > and action name deletegroup?deleteId=2." > > Regards > > -- > View this message in context: > h

Re: Convention Confusion [BUG]?

2009-09-30 Thread RogerV
egroup?deleteId=2." Regards -- View this message in context: http://www.nabble.com/Convention-Confusion-tp25658114p25677619.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-u

Re: Convention Confusion [BUG]?

2009-09-30 Thread RogerV
the action deletegroup. I think struts is looking for an action called "deletegroup?deleteId=3" rather than deletegroup with parameter deleteId. Which leaves me with the problem of how to display individual "delete" buttons against a list :( Regards -- View this message in c

Re: Convention Confusion

2009-09-29 Thread Musachy Barroso
ikon.actions.EditCCFGroup (which is where I placed the @Action > annotation) and a result type of "saved" defined. However, when I press the > the "delete" button I get the "There is no Action mapped for namespace / and > action name deletegroup?deleteId

Convention Confusion

2009-09-29 Thread RogerV
However, when I press the the "delete" button I get the "There is no Action mapped for namespace / and action name deletegroup?deleteId=" message. What am I missing? Regards -- View this message in context: http://www.nabble.com/Convention-Confusion-tp25658114p2