Re: FW: using template directives with anchor tags
Stefan Armbruster <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Replace the span tag by <a> like this <tr class="Dir::Iterate_Start.file Dir::Iterate_Next.file"> <td><a class=Dir::Get_Data.file.link>[file]</a></td></tr> <tr class="Dir::Iterate_End.file Dir::Discard"><td></td></tr> Regards, Stefan Am Die, 2003-09-23 um 22.20 schrieb [email protected]: > 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 > > > > _______________________________________________ > Barracuda mailing list > [email protected] > http://barracudamvc.org/lists/listinfo/barracuda