[Webwork-user] command driven in examples
Brought to you by:
baldree,
rickardoberg
From: Marc L. <dev...@lo...> - 2002-07-08 20:21:32
|
Hi, in the process of understanding your framework...here i go: in the examples i see a lot of CommandDriven implementations (HelloWorld, Login,...) but i didnt see the usage of the interface. As far as i can read from the code, the commandDriven Bean is used for calling a selfnamed method in your bean, so when you request myAction!myCommand.action or myAction.action?command=myCommand, you must have a method called doMyCommand() in your Bean to do additional things. But in the examples i dont see any doXXX (not mentioned the normal workflow doXXX methods). Am i missing something with CommandDriven, is the usage different than i described? thx for input. Sorry to bother you with question around WW, but i really wanna use it in a sophisticated way and try to give back input to the project as soon as possible. --- Marc Logemann (see him @ www.logemann.info) |