Re: DispatchAction

2004-12-30 Thread Anders R. Sveen
Use the html:link tag with an action attribute. (action="MyDispatchActionMapping?cmd=myMethod" should do it) You can also use a normal html href if you absolutley wanted to. Anders, There's also no problem Rudi Doku wrote: Hello, I'm a struts newbvie! I have created a class that extends DispatchA

Re: DispatchAction

2004-12-30 Thread Anders R. Sveen
turn mapping.findForward("success"); } and my mapping looks like this: I don't think I need a name or input. Can you please advise me on how I can get this mapping to work? Thanks for your help, Rudi --- "Anders R. Sveen" <[EMAIL PROTECTED]> wrote: Use th

Validation ignored

2004-08-05 Thread Anders R. Sveen
config.xml --- --- validation.xml --- Is there something really obvious I'm missing here or is there something else wrong? Thanks, Anders, -- Anders R. Sveen [EMAIL PROTECTED] -

Re: Validation ignored

2004-08-05 Thread Anders R. Sveen
Sorry guys. I figured it out. It helps extending ValidatorForm. Doh. ;) Anders, Quoting "Anders R. Sveen" <[EMAIL PROTECTED]>: > I've got a formbean and a action that is working, but I can't apply > validation. > (config below) Through my debugger I ca