Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JSP Interest »

Re: Function call using variables

J=?ISO-8859-1?Q?=F6rg?= Wiesmann

2005-04-08


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 listserv@(protected)".
For digest: mailto listserv@(protected)".

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
©2008 junlu.com - Jax Systems, LLC, U.S.A.