thank you, David, actually i tried single quote '   ...' before, however 
it doesnt work, always  gave me
Cannot retrieve mapping for action /'  error





"Karr, David" <[EMAIL PROTECTED]>
10/02/03 01:20 PM
Please respond to "Struts Users Mailing List"

 
        To:     Struts Users Mailing List <[EMAIL PROTECTED]>
        cc: 
        Subject:        RE: can not get bean property, help!!


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> 
> Hi, I have an attribute called "actionName" in my actionformbean
> and I set it properly in my action class before forward to my jsp
> in the jsp I try to retrieve it like this:
> <form action=<nested:write property="actionName"/>>
> ...
> ...
> </form>
> 
> it always gives me "Attribute value must be quoted" error message in 
> action.jsp
> anything wrong ?

Well, I don't know how much clearer that error message could be.  You
need to change this:

<form action=<nested:write property="actionName"/>>

To:

<form action='<nested:write property="actionName"/>'>

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





= = = = = = = = = == = = = = = == = = = = = = = == = = = = = == = = = = 
This transmittal and any attachments may contain confidential, privileged or sensitive 
information and is solely for the use of the intended recipient. If you are not 
intended recipient, you are hereby notified that you have received this transmittal 
and any such attachments in error and any review, dissemination, distribution or 
copying thereof is strictly prohibited. If you have received this transmittal and any 
attachments in error please notify the sender and immediately destroy the message and 
all its attachments. Any opinions herein expressed may be those of the author and not 
necessarily of Mizuho Corporate Bank, Ltd (the "Bank"). The Bank accepts no 
responsibility for the accuracy or completeness of any information herein contained.
= = = = = = = = = == = = = = = == = = = = = = = == = = = = = == = = = = 

Reply via email to