Make sure your getters and setters conform to the Java naming conventions - I 
got burned by something similar and that was the root cause...

HTH...

/greg

On Sep 26, 2003, "MaFai" <[EMAIL PROTECTED]>  wrote:

 |Hello, struts-user,
 |
 |[code]
 |<logic:iterate id="customer" name="customers" type="STB.Customer">
 |        <bean:write name="customer" property="testb"/>
 |        <bean:write name="customer" property="pps"/>
 |</logic:iterate>
 |[/code]
 |
 |customers is set by request.setAttribute
 |
 |pps is string value.
 |testb is a int value
 |
 |If remove the testb ,it run smoonthly.
 |If change testb to boolean,it also run smoothly.
 |Otherwise
 |
 |It always throw the exception
 |
 |org.apache.jasper.JasperException: Cannot find message resources under key or
 | g.apache.struts.action.MESSAGE
 |
 |Why?I'm stun at these 2 days.
 |
 |
 |
 |
 |
 |Best regards. 
 |
 |MaFai
 |[EMAIL PROTECTED]
 |2003-09-26
 |
 |
 |
 |---------------------------------------------------------------------
 |To unsubscribe, e-mail: [EMAIL PROTECTED]
 |For additional commands, e-mail: [EMAIL PROTECTED]




--
Gregory F. March    -=-    http://www.gfm.net:81/~march    -=-    AIM:GfmNet



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

Reply via email to