Hi all,

Thanks to everyone who has responded so far!

One thing I failed to mention was that the error is caused at the bean
declaration. I have removed the property tag and attempted to run it and I
still get the error! For some reason it the code does not like by ViewBean.
I also used java <% %> code instead of tags and still get the same error.


Best Regards

Marc

-----Original Message-----
From: Gokul Singh [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 12 September 2000 2:14 PM
To: [EMAIL PROTECTED]
Subject: Re: request.setAttribute + response.sendRedirect + JSP


>
> Result: <jsp:getProperty name="thisViewBean" property="CurrentValue"/>
>

Try replacing *"CurrentValue"* with *"currentValue"*. (note that the first
letter is lower case)

It might just work for you..

regds,
Gokul

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to