You don't need to invoke bussiness logic methods from any tag libs. Instead do the bizz job into the Action classes and setup the data, generally into the form bean. Then the struts runtime will do the next step (the View part of the MVC), these are your JSP pages. To render form bean data from JSPs using the tag libraries you must provide getters / (and setters ?) methods.
Hope is useful for U. The users guide is good also a reading mandatory. Bernardo > Hi, > > As i am new to Struts, > Can anyone tell me how to invoke beans using struts-taglibs from my jsp > page ? > Can you give me the URL where we will get examples on this ? > > > Thanks in advance > > Regards, > Uday > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> For additional > commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

