Wendy Smoak wrote:
On 1/9/06, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote:
Sometimes in my application, I call an action by this way :
<html:link action="/list.do" ................
In this case the ActionForm received in my struts action is null,
Null usually means no form bean is associated with the Action. What
does the action mapping in struts-config.xml look like?
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Nice advice ;-)
I was missing that attribute in this action