Re: [appfuse-user] validation annotation

2009-08-10 Thread Matt Raible
I guess you're not subscribed to the developer's list - we voted you in last week. http://www.nabble.com/Re%3A--VOTE--Add-Tibor-Strausz-as-an-AppFuse-Committer-p24879933s2369.html ;-) Matt On Mon, Aug 10, 2009 at 12:19 PM, tibi wrote: > ok i will change it.. when voting is done ;) > or i will a

Re: [appfuse-user] validation annotation

2009-08-10 Thread tibi
ok i will change it.. when voting is done ;) or i will add a patch :( tibi Matt Raible wrote: > On Mon, Aug 10, 2009 at 11:59 AM, tibi wrote: > >> i think it will go back to 'input' >> but then i have multiple inputs.. so i split them in the struts xml >> giving something like this: >>

Re: [appfuse-user] validation annotation

2009-08-10 Thread Matt Raible
On Mon, Aug 10, 2009 at 11:59 AM, tibi wrote: > i think it will go back to 'input' > but then i have multiple inputs.. so i split them in the struts xml > giving something like this: >         >             name="input">/WEB-INF/pages/consumer/secure/payDirectDebitData.jsp >             name="succe

Re: [appfuse-user] validation annotation

2009-08-10 Thread tibi
i think it will go back to 'input' but then i have multiple inputs.. so i split them in the struts xml giving something like this: /WEB-INF/pages/consumer/secure/payDirectDebitData.jsp /WEB-INF/pages/consumer/secure/payFinish.jsp

[appfuse-user] validation annotation

2009-08-10 Thread tibi
i started using annotation for my validation. that is great another xml files is gone. but when things got more complicated i had more methods in my action. and on all methods there was done validation. after a some search i found this: -- When multiple methods are