RE: alternative of bean-el:write

2005-04-08 Thread Thutika, Srinivas (ODC - Satyam)
Hi, Pls gothrough this link http://archive.midrange.com/web400/200310/msg00038.html Regards, Srinivas. Mob:98496 49392 SCSL,hyd. -Original Message- From: anuradha.vaidya [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 11:31 AM To: Tag Libraries Users List Subject: alternative

RE: c:if test=${nc.readyDate !=''}

2005-04-08 Thread Chris Ward
c:if test=${nc.readyDate !=''} seems to always return true whether it contains a value or not.. how should i rewrite the test? Use the empty operator. ${empty nc.readyDate} will return true if readyDate has not been populated. -Rahul ... and ${not empty nc.readyDate} for

RE: Datagrid Taglib

2005-04-08 Thread Néstor Boscán
Hi Leandro Sorry for the delay. In the present the only way you could do this is by creating an attribute in your java bean that has that behavior. There will be new updates in the datagrid tag in the following week that will let you do this kind of functionality. I'll let you know. Regards,

RE: alternative of bean-el:write

2005-04-08 Thread Karr, David
I would try this: logic:iterate id=testScoreGraphResults name=printPreviewByTestBean property=profLevelTOList indexId=testScoreGraphIndex tr td width=2% bgcolor='c:out value=${printPreviewByTestBean.profColorMapping[testScoreGraphResults.t estScoreGraphIndex]}/'

Re: alternative of bean-el:write

2005-04-08 Thread Wendy Smoak
From: anuradha.vaidya [EMAIL PROTECTED] Now that there is no support for bean-el:write is there an alternative I can use for the same? Is this a Struts question? If so, look at the README.txt file in the contrib/struts-el directory of the Struts distribution to see what you should use with

RE: alternative of bean-el:write

2005-04-08 Thread Karr, David
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] From: anuradha.vaidya [EMAIL PROTECTED] Now that there is no support for bean-el:write is there an alternative I can use for the same? Is this a Struts question? If so, look at the README.txt file in the