| Author |
FormAction and Form tag
|
Dale DeMott
Ranch Hand
Joined: Nov 02, 2000
Posts: 514
|
|
Is there a way to use the <html:form> tag without having to use a form bean? Reason I ask is I would like to incorporate the tokens in my navigation to avoid some back button errors. In order to do so, I need to use the <html:form> tag. [ March 31, 2006: Message edited by: Dale DeMott ]
|
By failing to prepare, you are preparing to fail.<br />Benjamin Franklin (1706 - 1790)
|
 |
Brent Sterling
Ranch Hand
Joined: Feb 08, 2006
Posts: 948
|
|
I would think so. You can configure an Action to not be associated with a form by not specifying the Name attribute in your struts-config entry. - Brent
|
 |
 |
|
|
subject: FormAction and Form tag
|
|
|