Re: [s2] Is it possible to have seperate validtion files for each method without using wildcards.

2007-09-13 Thread Zoran Avtarovski
We use conditional validation by placing a method string our model and using that as a conditional check during validation. Z. > Is it possible to have seperate validtion files for each method. > > Bascially it would be very nice to be able to have > > > > > and be able to ha

[s2] Is it possible to have seperate validtion files for each method without using wildcards.

2007-09-12 Thread David Harland
Is it possible to have seperate validtion files for each method. Bascially it would be very nice to be able to have and be able to have seperate validations for both methods instead of using the alias. This approach seems to be a more elegant way of valida

Action mapping order and using wildcards

2005-05-05 Thread Allistair Crossley
Hi, My scenarion is that I need all URLs into our domain to route to the struts controller. Furthermore, we do not want to add new action mappings when we come up with new pages. Our "pages" are actually database driven by the inbound URL, e.g http://www.domain.com/this/is/a/page http://www.do

Re: Using WildCards

2004-09-30 Thread Don Brown
Unfortunately, set-property is processed at config parsing time, rather than runtime, so it is not possible to use wildcard replacement in it. Don On Thu, 30 Sep 2004 14:59:17 -0300 (ART), Jose Alecio Carvalho <[EMAIL PROTECTED]> wrote: > Hi! I'm having some troubles using Wil

Using WildCards

2004-09-30 Thread Jose Alecio Carvalho
Hi! I'm having some troubles using WildCards. I have a Action declaration like this: The WildCard for this declaration works fine with all the items, except the one which is into the : "" It doesn't replace the flag. How can i do such a thi