Java and JSP help
Hello
I am trying to write some JSP code, and can't figure out how to do it! I have a tag library that returns a property, but I want to use this propertly within the code. So I can do this:
<mytaglib:method id="x">
then later in the page I can:
<bean:write name="x">
What I WANT to do is:
<%
String mys = <bean:write name="x">
%>
(i.e. assign the result of the bean write to a variable so that I can manipulate it.)
Help!
Thank you.
Steve.
I am trying to write some JSP code, and can't figure out how to do it! I have a tag library that returns a property, but I want to use this propertly within the code. So I can do this:
<mytaglib:method id="x">
then later in the page I can:
<bean:write name="x">
What I WANT to do is:
<%
String mys = <bean:write name="x">
%>
(i.e. assign the result of the bean write to a variable so that I can manipulate it.)
Help!
Thank you.
Steve.
Thread
Thread Starter
Forum
Replies
Last Post
rallybet
Computer & Technology Related
5
Mar 8, 2002 01:59 PM



