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]>

Reply via email to