Lombart Vincent (DBB) wrote:

>That's the kind of solution I was looking at, although using <c:url> with 
>included <c:param> might be more robust. But I would prefer to use the action 
>name rather than the direct url.
>  
>
Eh, good call!  I was trying to quickly relay a point.... and I don't
remeber the syntax for c:url  :-)  Cheers!
Brandon

><table border="1" cellspacing="0">
>  <tbody>
>    <c:forEach items="${monitorBean.rows}" var="irow">
>      <tr>
>        <c:forEach items="${irow.columns}" var="icol">
>          <td><a 
> href="monitor.do?monitorName=${icol.monitor}">${icol.monitor}</a></td>
>        </c:forEach>
>      </tr>
>    </c:forEach>
>  </tbody>
></table>
>
>What about something more like that??
>
>Brandon
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>--------------------------------------
>Dexia Bank disclaimer :
>http://www.dexia.be/maildisclaimer.htm
>--------------------------------------
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>


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

Reply via email to