hi, you can do 2 things

1: use the pageContext in you tag to set the value in you session of page
context

2: implement the TagExtraInfo to make the variable available.

On Mon, 21 May 2001, Thomas Förster wrote:

> 
> Hi!
> 
> I need to assign the "contents" of a tag to a local Java-variable.
> Let's say I have an attribute like
> 
> <app:attribute name="userName"/>
> 
> I want to define a variable which gets the value of this attribute.
> 
> <% String user = "???value of the attribute???"; %>
> 
> How can I do this?
> 
> Thomas
> 

Reply via email to