FW: using template directives with anchor tags
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <7A5303C2B9286A429B61964CF2D758E1070FE5@daebe008.americas.nokia.com> |
We created a BLink which is returned by the IterativeModel
BLink link = new BLink();
link.setTarget(filename);
link.setText(filename);
The template directive :
<tr class="Dir::Iterate_Start.file Dir::Iterate_Next.file">
<td><SPAN class=Dir::Get_Data.file.link>[file]</SPAN></td></tr>
<tr class="Dir::Iterate_End.file Dir::Discard"><td></td></tr>
Here is the result:
<td><span>.BLink (@1dfd868)</span></td>
Thanks,
Scott