Hello,

Try changing this:
>                   <jsp:param name="message" value="<%=successMsg%>" />

to:

 <jsp:param name="message" value='<%=
pageContext.getAttribute("successMsg") %>'

When using the 'var' attribute, the exported variables are stored in the
PageContext.


> 
> 
> Brian R. Robinson
> Hewlett-Packard Company
> 6000 Irwin Road
> Mount Laurel, NJ 08054
> (856) 638-6096
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
Ryan Lubke <[EMAIL PROTECTED]>
Sun Microsystems, Inc.


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

Reply via email to