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
parameter for occurrences of some token and > replaces the text with an the String[] and the body of the tag from the original text. > > > Thanks anyway for the quick response. > > Cheers, > Detlef > > > > -Original Message- > From: Ron Piterman [mailto:[E

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