Re: Hyperlinsk within InsertText

2006-03-28 Thread Ron Piterman
ROTECTED] Sent: 27 March 2006 19:54 To: Tapestry users Subject: Re: Re: Hyperlinsk within InsertText 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 ins

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
MAIL PROTECTED] > Sent: 27 March 2006 18:53 > To: tapestry-user@jakarta.apache.org > Subject: Re: Hyperlinsk within InsertText > > take a look at the MessageWrapper component: > > www.tutim.net/jsrc/ > > Cheers, > Ron > > PS - the 0.2 version has a nice undocumente

RE: Re: Hyperlinsk within InsertText

2006-03-27 Thread Detlef Schulze
March 2006 18:53 To: tapestry-user@jakarta.apache.org Subject: Re: Hyperlinsk within InsertText take a look at the MessageWrapper component: www.tutim.net/jsrc/ Cheers, Ron PS - the 0.2 version has a nice undocumented feature: use the parameter asLabelFor="component:formComponent" to r

Re: Hyperlinsk within InsertText

2006-03-27 Thread Ron Piterman
take a look at the MessageWrapper component: www.tutim.net/jsrc/ Cheers, Ron PS - the 0.2 version has a nice undocumented feature: use the parameter asLabelFor="component:formComponent" to render as a label instead of as normal text. Detlef Schulze wrote: Sorry, forgot to change the subje

Hyperlinsk within InsertText

2006-03-27 Thread Detlef Schulze
Sorry, forgot to change the subject in the last mail and did not include stuff from anoter post ... Need some coffee .. Hi, I have an InsertText component that displays some text. Problem is that the text should contain hyperlinks to external sites and pages within the site. Does a componen