You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by st...@stephan-wiesner.de on 2003/08/03 08:06:01 UTC

Call methods from JSTL

hi list,
I don't manage to use methods from my classes with JSTL.

This is normal Java code:
BuchKatalog bk = new BuchKatalog();
java.util.Iterator i = bk.getBuecher();


How can I achieve the same with JSTL?  (tons of examples to 
continue afterwards, but none to this point .-()

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org