AurÃlien DEHAY wrote:

For example, the following jxpath file (passed throught jx generator):

   <c:forEach select="#{record}">
      <h1>-= <c:out value="#{./login}"/> =-</h1>
      <p>-= #{./id} =-</p>
      <p>-= ${password} =-</p>
      <machin truc="#{login}" plop="#{id}"/>
    </c:forEach>

generates things like:

      <h1>-=  =-</h1>
      <p>-=  =-</p>
      <p>-=  =- </p>
      <machin truc="anonymous" plop="1"/>

      <h1>-=  =-</h1>
      <p>-=  =-</p>
      <p>-=  =- </p>

      <machin truc="z" plop="2"/>

      <h1>-=  =-</h1>
      <p>-=  =-</p>
      <p>-=  =- </p>
      <machin truc="s" plop="3"/>

The #{./id}, ${password}, jx:out, (or even #{id} as tested before), are not substitued.

Rgds.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to