FW: using template directives with anchor tags
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <7A5303C2B9286A429B61964CF2D758E1070FE4@daebe008.americas.nokia.com> |
We tried returning both a BLink and BAction from the IterativeModel. Instead of rendering as an anchor tag, it seems like the template engine just called toString() on those objects. Thanks, Scott > -----Original Message----- > From: Tran Scott (EXT-NMP/Dallas) > Sent: 22 September, 2003 15:57 > To: '[email protected]' > Subject: using template directives with anchor tags > > We need a way to use templates to take data from an iterative model and encapsulate it in an anchor tag. We tried using a BAction object, but that just ended up doing a toString() on it. Then we tried constructing the anchor tag ourselves, but it ends up getting URLEncoded somewhere... So, any ideas on how to use template directives with anchor tags? > > Thanks, > Scott