On 6 Oct 2002, K Br wrote:

> I would like to make the JSP more readable by
> specifying distinct actions to distinct buttons:
>    Add -> /performAdd.do
>    Delete -> /performDelete.do
>    Logout -> /logout.do
> 
> (these actions may be implemented by the same
> Action class, but that's hidden from the JSP 
> author).

@see org.apache.struts.actions.DispatchAction

pavel



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to