Thank you :) - the problem was around an incorrect form bean wiring. Interestingly, the incorrect form bean name was in the mapping for the submit action for the form/page, not in the mapping for first getting to the form/page itself.
--- Sri Sankaran <[EMAIL PROTECTED]> wrote: > Just a SWAG but I think your action mapping may need > some looking into. In particular, since Struts is > looking at some top-level class > org.apache.struts.taglib.html.BEAN, I suspect that > the action is not wired to the correct form bean > that indeed has the getter. > > Sri __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

