RE: [Webwork-user] command driven actions

2002-01-30 Thread Kjetil Paulsen
Do you extend ActionSupport or just implement Action when trying to do validation? Have a look at the User registration example (in CVS only) public class UserRegistration extends ActionSupport implements ServletRequestAware, Se

AW: [Webwork-user] Command driven actions and actions.xml

2002-01-30 Thread Sven Kuenzler
Well, now it does ;-) Thx, Sven > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Matt > Baldree > Gesendet: Donnerstag, 31. Januar 2002 01:15 > An: Sven Kuenzler; Webwork-User > Betreff: Re: [Webwork-user] Command driven actions and ac

[Webwork-user] command driven actions

2002-01-30 Thread Toby Hede
I have a couple of queries about command driven actions. My commands are working fine, I implement CommandDriven, but I am finding a couple of things: - parameters are not being set - validation is not occurring I have overcome these issues by implmenting Parameter aware to retirve parameters

Re: [Webwork-user] Command driven actions and actions.xml

2002-01-30 Thread Matt Baldree
Does your action implement CommandDriven? - Original Message - From: "Sven Kuenzler" <[EMAIL PROTECTED]> To: "Webwork-User" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 5:11 PM Subject: [Webwork-user] Command driven actions and actions.xml > Hello! > > I am running into a probl

[Webwork-user] Command driven actions and actions.xml

2002-01-30 Thread Sven Kuenzler
Hello! I am running into a problem configuring a command driven action in actions.xml. My config file looks like this: xslt/norm.xsl xslt/search2.xsl xslt/copy.xsl When hitting http://host/context/StandardSearch.action, WebWork calls Search2.doExecute().