Because it doesn't matter what the name of your bean is.  Stuts always
sets it as an attribute in your selected scope.  The name of that
attribute happens to be org.apache.struts.taglib.html.BEAN.

if you were to call getClass() on that bean, you would see your class.

<disclaimer>
I think that is right but might be completely and 100% incorrect
</disclaimer>

-dennis

On Fri, 2003-02-28 at 10:54, Alex McLintock wrote:
> Hi folks,
> 
> I am using traditional action forms rather than DynaActionForms and when I 
> get it slightly wrong (eg by missing out get/set methods) I get the 
> following error
> 
> No getter method for property seriesnumber of bean 
> org.apache.struts.taglib.html.BEAN
> 
> Why is it telling me the problem is within the class 
> org.apache.struts.taglib.html.BEAN and not within my ActionForm.
> 
> Cheers.
> 
> Alex
> 
> 
> Available for java/perl/C++/web development in London, UK or nearby.
> Apache FOP, Cocoon, Turbine, Struts,XSL:FO, XML, Tomcat, JSP
> http://www.OWAL.co.uk/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to