RE: Re: Hyperlinsk within InsertText

2006-03-27 Thread Detlef Schulze
in tap 3s InsertText ... Third, (a minor thing): its not very elegant to do it that way. Cheers, Detlef -Original Message- From: Pablo Ruggia [mailto:[EMAIL PROTECTED] Sent: 27 March 2006 19:54 To: Tapestry users Subject: Re: Re: Hyperlinsk within InsertText I don't know if I understa

Re: Re: Hyperlinsk within InsertText

2006-03-27 Thread Pablo Ruggia
I don't know if I understand very well what you are trying to do, but can't you use the InsertText component with raw="true" and insert an "a" html element inside your text ? http://jakarta.apache.org/tapestry/tapestry/ComponentReference/InsertText.html On 3/27/06, Detlef Schulze <[EMAIL PROTECTE

RE: Re: Hyperlinsk within InsertText

2006-03-27 Thread Detlef Schulze
Thanks for the link but unfortunately that is not sufficient for the thing I want to do. If I understand correctly the MessageWrapper component has the disadvantage that I have to know the number of replacements in the original text when writing the template. This is not the case here. Additionall