Re: How to invoke annotation validation manually

2009-05-11 Thread joea88
er solution. Cheers, Joe newton.dave wrote: > > joea88 wrote: >> I've an action class like below. I put the skipvalidation annotation >> because >> I don't want strut to validate all annotated fields. My problem is that I >> still want to do the validation for

How to invoke annotation validation manually

2009-05-10 Thread joea88
Hi I've an action class like below. I put the skipvalidation annotation because I don't want strut to validate all annotated fields. My problem is that I still want to do the validation for 'name' field. So.. is there a way to manually invoke only certain fields' annotation validation? I could

Re: ActionMapper doesn't add Parameter

2009-04-01 Thread joea88
You need to add to your struts.xml. Stephan Schröder wrote: > > the objectiv is to be able to have url like ".../public/123.mp3" so this > customized ActionMapper was written. > > public class MyActionMapper extends DefaultActionMapper { > >static ActionMapper fallback = new DefaultA