> From: Larry Isaacs 
> Assuming your post doesn't have typo's, I think the JSP 1.2 spec
> still requires the inner quotes to be escaped. I don't recall
> that changing. Try changing:
> 
> <opf:orderDetail from="<%= request.getParameter("from")
> %>">
> 
> to:
> 
> <opf:orderDetail from="<%= request.getParameter(\"from\")
> %>">
>                                                 ^     ^
> I have been bit by this numerous times.

It never occurred to me that this would be the problem!!!
You are correct and the escaping fixed it.

Thanks very much,
Kevin


____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

Reply via email to