Re: Struts Validation with restful URL

2010-11-08 Thread Edward Seager
Had a look in the soruce for 2.21 AnnotationActionValidatorManager line 226 replaces any / in the action alias with -. So in the example below I would have to give the file the succinct name CreatePortalUserAction-CreatePortalUser-persistCustomer-validation.xml :-) On Thu, Nov 4, 2010 at 12:00 PM,

Struts Validation with restful URL

2010-11-04 Thread Edward Seager
Hi all, I've just started using Struts 2.21 and I've wired up an action with RESTfulish way of calling different methods: /WEB-INF/jsp/internal/createPortalUserHome.jsp /WEB-INF/jsp/internal/createUser.jsp /WEB-INF/jsp/internal/createCustomer.jsp so I can p