1) ensure that ur mentioning all tablibrary in ur jsp files.
2) check with application resource property file path in struts config.xml
3) on jsp which u say is half blank just see view > source and check in html code the 
point where it terminates. if possible send that html code.

Thanks and Regards
Anuraag Shinde.

----- Original Message -----
From: "sachin" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: help : ActionMessages not showing !!!!
Date: Tue, 19 Oct 2004 15:10:47 +0530

> 
> hi all
> 
> i have action messages added in the Action.
> 
> ActionMessages messages = new ActionMessages();
> messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("anything"));
> messages.add("message", new ActionMessage("something","someValue"));
> saveMessages(request, messages);
> 
> and in the JSP page , i have the following code
> 
> <logic:messagesPresent message="true">
>        <html:messages id="message" message="true">
>          <c:out value="${message}"/><br>
>        </html:messages>
> </logic:messagesPresent>
> 
> but it does not show anything . and surprizingly my jsp page goes half-blank.
> i tried all that i can. but couldn't get through ..
> 
> any help is appriciated ..
> 
> Regards,
> Sachin Hegde
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



Thanks and Regards
Anuraag Shinde.
Programmer Analyst
Syntelinc Pune.

-- 
_______________________________________________
Get your free email from http://fastermail.com

Powered by Outblaze

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

Reply via email to