On my_page.jsp:
<jsp:setProperty name="test" property="message"
value="<%=Recordset2.getObject("XXX").toString()%>" />
(I want to pass a value from a DataBase to a Java Bean)
But I get this message:
org.apache.jasper.compiler.ParseException:
/usr/lib/jakarta-tomcat-3.2.3/webapps/ROOT/my_page.jsp(50,89)
attribute XXX has no value
---------------------------------------------------------
This mail was sent through Eoffice: http://www.eoffice.dk
- Re: attribute XXX has no value [EMAIL PROTECTED]
