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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to