Vítor Souza wrote:
Therefore, I have the following action:
ex01-success.jsp
This action execute() method just sets the value of a parameter
(private
String hello;) and returns SUCCESS. The action class also supplies a
accessor for the parameter (public String getHello()).
M
.e. you hit the page
without executing the Action)...
Jason
> -Original Message-
> From: Vítor Souza [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 02, 2004 4:41 PM
> To: (Lista) WebWork
> Subject: [OS-webwork] WebWork2 Tutorial
>
>
> Hi,
>
> I&
Hi,
I'm working on a WebWork2 tutorial and I'm trying to explain a WebWork
concept at a time, with examples, so it can be as easy as possible for a
newbie to understand. Right now I'm trying to write an example to explain
what an action is.
Therefore, I have the following action:
e