You may want to have a look at this page. http://developer.novell.com/tech/1126.html. It shows, using struts, on how to retrieve and display data from a database.


From: <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Call methods from JSTL
Date: Sun,  3 Aug 2003 08:06:01 +0200


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]


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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



Reply via email to