You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "F. Da Costa Gomez" <dc...@fixed.com> on 2003/05/22 16:13:22 UTC

Best place to insert title="xyz" attribute

Hi,

Could someone plz point into the right direction for the following:
To insert a 'dynamic' title into something that gets rendered.
Example:
<a jwcid="@PageLink" page="BlockTest" href="#" title="Hello Im a 
BlockTest">The Block Test</a>
This would show me the title text whenever one passes over it.
Instead of this hardcoded title I would like to fill it with data that the 
user can use (a helpfull hint for instance). Thus putting it in the 
rendered page.

Probably this is non-challenging q but I don't see the way to do this yet.

TIA
Fermin DCG

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Re: Best place to insert title="xyz" attribute

Posted by "F.R. Da Costa Gomez" <dc...@fixed.com>.
Thx,
I don't feel too clever now but keep on being amazed by Tapestry in a 
very positive way.

Cheers

Howard M. Lewis Ship wrote:

><a ... title="ognl:propertyThatReturnsTheAppopriateValue"> ... </a>
>  
>



RE: Best place to insert title="xyz" attribute

Posted by "Howard M. Lewis Ship" <hl...@attbi.com>.
<a ... title="ognl:propertyThatReturnsTheAppopriateValue"> ... </a>

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



> -----Original Message-----
> From: F. Da Costa Gomez [mailto:dcg@fixed.com] 
> Sent: Thursday, May 22, 2003 10:13 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Best place to insert title="xyz" attribute
> 
> 
> Hi,
> 
> Could someone plz point into the right direction for the 
> following: To insert a 'dynamic' title into something that 
> gets rendered.
> Example:
> <a jwcid="@PageLink" page="BlockTest" href="#" title="Hello Im a 
> BlockTest">The Block Test</a>
> This would show me the title text whenever one passes over 
> it. Instead of this hardcoded title I would like to fill it 
> with data that the 
> user can use (a helpfull hint for instance). Thus putting it in the 
> rendered page.
> 
> Probably this is non-challenging q but I don't see the way to 
> do this yet.
> 
> TIA
> Fermin DCG
> 
> -- 
> Using M2, Opera's revolutionary e-mail client: 
> http://www.opera.com/m2/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>