I tried to use the id tag as a runtime expression
ie id="<%"row"%>"  
in jakarta-tomcat-4.1.30 & jakarta-tomcat-5.0.25 and still have the problem. What is 
the work around if there is any. Do I need to modify the beta 3 release myself? I read 
the tableId solution but I would rather stick with the released code so I do not have 
to worry about migrating issues from release to release. We really need to come up 
with solution in the released version. If I have to work around this problem, could 
somebody send me some more details on how to patch the release

        -----Original Message----- 
        From: Paul McCulloch [mailto:[EMAIL PROTECTED] 
        Sent: Thu 6/10/2004 4:29 AM 
        To: '[EMAIL PROTECTED]' 
        Cc: 
        Subject: RE: [displaytag-user] Can id property of table be a runtime expre 
ssion
        
        

        id as a runtime expression doesn;t work with Tomcat 4. 
        http://sourceforge.net/tracker/index.php?func=detail&aid=813006&group_id=730 
        68&atid=536613 

        Paul 

        > -----Original Message----- 
        > From: Randy Shelley [mailto:[EMAIL PROTECTED] 
        > Sent: 10 June 2004 00:03 
        > To: [EMAIL PROTECTED] 
        > Subject: [displaytag-user] Can id property of table be a runtime 
        > expression 
        > 
        > 
        > I am getting the following error: 
        >  
        >       [ServletException 
        > in:/WEB-INF/src/jsp/dyna/searchDynaTableData.jsp] null' 
        > 
        >  with the following in my JSP 
        >  
        > <logic:iterate name="SearchDynaTableDataForm" 
        > property="results" id="element" type="Vector" scope="request"> 
        >     <display:table name="pageScope.element" export="true" 
        > id="<%="row%>" requestURI="SearchDynaTableDataAction.do" 
        > pagesize="10" class="display"> 
        >        <display:column sortable="true"  title="var1" 
        > property="var1" headerClass="sortable"></display:column> 
        >       <display:column sortable="true"  title="var2" 
        > property="var2" headerClass="sortable" ></display:column> 
        >     </display:table> 
        > </logic:iterate> 
        >  
        > if I do id="row" it works fine. 
        >  
        > The reson I need a runtime expression is that I will be 
        > listing a dynamic list of multiple tables and I need to 
        > change id for each table to do the sort properly. The 
        > displaytag tld says that a runtime expression is true. What 
        > is going on? 
        > NHS^éX'u4ubqrGI1N]Szt 
        > $DÓKÆt7zZ)z)yÂwÞ{o7Iw+m4.i×ek+Zf)+-v+)j 
        > zb,y+Þm+-.Ç+-bØ~Ýâek+Z 
        > 


        ********************************************************************** 
        Axios Email Confidentiality Footer 
        Privileged/Confidential Information may be contained in this message. If you 
are not the addressee indicated in this message (or responsible for delivery of the 
message to such person), you may not copy or deliver this message to anyone. In such 
case, you should destroy this message, and notify us immediately. If you or your 
employer does not consent to Internet email messages of this kind, please advise us 
immediately. Opinions, conclusions and other information expressed in this message are 
not given or endorsed by my Company or employer unless otherwise indicated by an 
authorised representative independent of this message.

        WARNING: 
        While Axios Systems Ltd takes steps to prevent computer viruses from being 
transmitted via electronic mail attachments we cannot guarantee that attachments do 
not contain computer virus code.  You are therefore strongly advised to undertake anti 
virus checks prior to accessing the attachment to this electronic mail.  Axios Systems 
Ltd grants no warranties regarding performance use or quality of any attachment and 
undertakes no liability for loss or damage howsoever caused.

        ********************************************************************** 



        ------------------------------------------------------- 
        This SF.Net email is sponsored by: GNOME Foundation 
        Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event. 
        GNOME Users and Developers European Conference, 28-30th June in Norway 
        http://2004/guadec.org 
        _______________________________________________ 
        displaytag-user mailing list 
        [EMAIL PROTECTED] 
        https://lists.sourceforge.net/lists/listinfo/displaytag-user 

Reply via email to