Hi,
I figured it out! the problem was in the nested-tags.tld used within our application
which did not have <teiclass> specified for the 'define' tag!
I just added the <teiclass> as
<teiclass>org.apache.struts.taglib.bean.DefineTei</teiclass>
and tried. It works fine.
Many Thanks,
Biju Kurian
Business Software Solutions
PH. 856-866-5601- Ext. 154
-----Original Message-----
From: Kurian, Biju
Sent: Thursday, September 19, 2002 9:15 PM
To: Struts Users Mailing List
Subject: Need Help with nested:define tag
Hi,
I am having some problems with the <nested:define> tag that I am hoping someone can
help me resolve. I use the tag within a <nested:iterate> tag as follows:
<nested:define id="foo" property="payDenialCode" />
<%=foo%>
where , getter for 'payDenialCode' has been defined in the iterated bean.
I get the following error:
cannot resolve symbol
probably occurred due to an error in /jsp/mbps/MbpsBillList.jsp line 92:
<%=foo%>
symbol : variable foo
location: class jsp_servlet._jsp._mbps.__mbpsbilllist
out.print(weblogic.utils.StringUtils.valueOf(foo)); //[
/jsp/mbps/MbpsBillList.jsp; Line: 92]
^
I am using WL 6.1 server.
It would be great if some one could help me with this.
Thanks in Advance,
Biju Kurian
Business Software Solutions
--
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]>