how do i pass another variable to repeat tag.
suppose if i define one variable as
<% String xyz="somevalue" %>
the following works fine but i want to pass another variable xyz :
<csajsp:repeat name="aa" type="String" reps="<%= org.getABC()%>" >
</csajsp:repeat>
please let me know if anybody has any idea on this.
thanks
-
how to pass variable to Tag class (2 messages)
- Posted by: sandip sharma
- Posted on: March 22 2001 17:15 EST
Threaded Messages (2)
- how to pass variable to Tag class by Srinivas Janakiraman on March 23 2001 10:46 EST
- how to pass variable to Tag class by sandip sharma on March 23 2001 14:56 EST
-
how to pass variable to Tag class[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: March 23 2001 10:46 EST
- in response to sandip sharma
Hi Sandip,
What do you mean by "another variable xyz"?
I any programming language one block of code cannot have more than one variable with the same name.
Srinivas.J -
how to pass variable to Tag class[ Go to top ]
- Posted by: sandip sharma
- Posted on: March 23 2001 14:56 EST
- in response to Srinivas Janakiraman
thanks for the reply.
and by the way i have got the answer.