Re: Validator hates ActionDispatcher

2005-08-25 Thread Hubert Rabago
Oh kay. You kinda threw me off a bit because there's DispatchAction, and there's ActionDispatcher: DispatchAction (also check its Direct Known Subclasses): http://struts.apache.org/api/org/apache/struts/actions/DispatchAction.html ActionDispatcher: http://struts.apache.org/api/org/apache/struts/

Re: Validator hates ActionDispatcher

2005-08-25 Thread Danny Lee
Hi Hubert, maybe you're right and they just don't like each other a little bit ;) "what flavor of ActionDispatcher are you using?" eeeh, don't know what you mean with "flavor" but I just use it for working with multiple buttons on my page. I have a "public class BookEditAction extends Dispat

Re: Validator hates ActionDispatcher

2005-08-25 Thread Hubert Rabago
Whoa. Hate is a strong word. Maybe Validator just dislikes ActionDispatcher? :) I'm having trouble making the connection between a change in form to ActionDispatcher not working. Then again maybe it's just me. Can you provide more info? Like, what flavor of ActionDispatcher are you using? W