RE: Issue in giving runtime expression for custom tag attributes

2002-09-27 Thread Gideon, Thomas
> To: Tag Libraries Users List > Subject: Re: Issue in giving runtime expression for custom tag > attributes > > > > I do not know off hand what the relevant JSP spec says > about runtime > > expressions in tag attributes (maybe Hans can chime in, if he's on >

Re: Issue in giving runtime expression for custom tag attributes

2002-09-27 Thread Hans Bergsten
ROTECTED] > www.B2eMarkets.com > > > > >> -----Original Message----- From: shanmugampl >> [mailto:[EMAIL PROTECTED]] Sent: Friday, September >> 27, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: Issue >> in giving runtime expression for custom tag attribu

RE: Issue in giving runtime expression for custom tag attributes

2002-09-27 Thread Gideon, Thomas
8:24 AM > To: [EMAIL PROTECTED] > Subject: Issue in giving runtime expression for custom tag attributes > > > Hi All, > > I am developing some custom tags for my application. > For one of > my tag attributes i have the rtexprvalue set to true. The following

Issue in giving runtime expression for custom tag attributes

2002-09-27 Thread shanmugampl
Hi All, I am developing some custom tags for my application. For one of my tag attributes i have the rtexprvalue set to true. The following scenario does not work Usage: <% String userName = "Shan" %> When i see the generated code, the value for userName is not replaced, and the who