Dear All

I'm trying to define more than one filter.But I'm not able. because when the JSP is gerenated from dbforms one filter is generated (same name!!!!!).
My need is to define one filter by column. My XSL code is:

 <tr class="clsHeaderDataTableRow">
   <xsl:for-each select="field">
         <td class="clsHeaderDataTableCell">

   <db:body allowNew="true">
         <db:filter>
   <db:filterCondition label="[EMAIL PROTECTED] LIKE">
            <xsl:choose>
              <xsl:when test="@fieldType ='timestamp'">
                <xsl:value-of select="@name"/> &gt; ?
              </xsl:when>
              <xsl:otherwise>
                  <xsl:value-of select="@name"/> LIKE ?
              </xsl:otherwise>
            </xsl:choose>
             <db:filterValue searchAlgo="weak"/>
            </db:filterCondition>
            </db:filter>
            </db:body>
            </td>

   </xsl:for-each>
 </tr>


Is it a limitation of dbforms??

Rgds,

Said

This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to