> -----Original Message-----
> From: lixin chu [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 10, 2004 8:48 AM
> To: [EMAIL PROTECTED]
> Subject: Maybe Spam: Help - struggling this for days !
> 
> 
> Hi,
> Appreciate your help, I have been trying to find out
> why for days.
> 
> Here is my JSP:
> ----------------
> <b>Search Templates</b>
> <font color="red" size=2>
> <logic:messagesPresent>
> <ul>
> <html:messages id="error">
> <li><bean:write name="error"/></li>
> </html:messages><br>
> </ul>
> </logic:messagesPresent>
> </font>

> 
> <font color="blue" size=2>
> <logic:messagesPresent message="true">
> <ul>
> <html:messages id="messages" message="true">

You aren't setting a bean called messages into any scope.  Check your action class.

> ----------------------------
> I got error message in log file:
> 2004-09-10 23:31:21 StandardWrapperValve[action]:
> Servlet.service() for servlet action threw exception
> javax.servlet.jsp.JspException: ServletException in
> '/WEB-INF/tiles/SearchTemplate.jsp': Cannot find bean
> messages in any scope
>       at

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

Reply via email to