Yes, you are right about rtexprvalue.
In my case it was set to false instead of true.

Thanks, 



On the other hand, if <%= path %> is non-null, check the tag's .tld file and
make sure that the "inc" attribute has <rtexprvalue>true</rtexprvalue>

"rtexprvalue" tells the compiler whether it can save time and hardcode the
current value of <%= path %> at ***compile time***, or whether it needs to
stop and fetch the current value of <%= path %> at ---runtime---. If
rtexprvalue is false, it's using path's value at compile time... which more
likely than not, is null.

----- Original Message -----
From: "Sundar Chakravarthy" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 1:23 PM
Subject: Setting Tag Attribute Value


Hi,

I am on Tomcat 4.0.x , jdk1.4,win2K.

When I try to set a tag attribute value using
a jsp script varaible like below ,

inc= "<%= path %>/jsp/dd/inc/"

the value of path shows up as null . Why ?

Thanks




--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to