What are you planing to do ?
maybe this helps you out:
<jsp:useBean id="myID" scope="session" class="my.Class" />
</jsp:useBean>

....

<td>
<jsp:expression>
myID.myFunctionName() //returns a string
</jsp:expression>
</td>

sorry if i missunderstood :-)
hope it helps

greets Jörg

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to