From: "Caroline Jen" <[EMAIL PROTECTED]>
> The page I am building is a form.  I am not even ready
> to submit that form.  Therefore, I took out the
> <html:form> </html:form> tags.  I just want to display
> some text fields, text area in the browser for testing
> purpose.
> I do not know why I got 'cannot find bean in any
> scope'.  My messageForm.jsp can be found in the
> attachment.

If you plug that message into Google, you'll get half a dozen pages that
suggest that the most common reason for it is... having <html:text> (and
other) tags outside of your <html:form> tags.

If you just want to display information, consider <c:out> (or <bean:write>).

You can't have form elements (text areas, text fields) without a form.

-- 
Wendy Smoak


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

Reply via email to