On 5/7/07, john lee <[EMAIL PROTECTED]> wrote:
Anyone help for the following?
inside jsp, i try to do the following, but cause error, what is the solution?
tks in advance
<% String pid="%><bean:write name="partlist" property="pid"/> <%"%>
but give the error
String literal is not properly closed by double-quote.
john
<% String pid = ((Part) pageContext.findAttribute("partlist")).getPid(); %>
where Part is what you store in the partlist.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]