I am not quite sure I am following this (it would help to see the relevant action mappings from your struts-config.xml but it sounds like you may not be saving the token *in the action preceding the JSP that contains the form*.

PC Leung wrote:

Error message is solved.
but the form does not display with token when it displays
at the first time.
I think the following line does not work properly.

UserMaint.jsp constructs:
   <html:link page="/AddUserProfile.jsp?method=setup">

In the setup DispatchAction, I try to saveToken().

On Wed, 25 Aug 2004 10:19:04 -0500, Joe Germuska <[EMAIL PROTECTED]> wrote:

At 10:54 PM +0800 8/25/04, PC Leung wrote:

my setup DispatchAction does not show a token when the form first displays.
When I click submit button to create record, it shows error messages
of handler. What does needs to be done?

What are the error messages?


AddUserProfile.jsp constructs:

 <html:form action="/addUserProfile?method=create" focus="firstName">
 <html:hidden property="action"/>
 <html:submit><bean:message
key="addUserProfileForm.submit"/></html:submit>

here you should probably pass "method=create" as a hidden form field; I don't think the html form tag will handle an action specified like that correctly.

Joe

--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn
back; I'll know I'm in the wrong place."
  - Carlos Santana


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



Reply via email to