Re: newbie title attribute question

2008-03-29 Thread Nino Saturnino Martinez Vazquez Wael
You could also use a attribute modifer... regards Nino Andrew Broderick wrote: Hi, I want to put a title attribute in a td tag. However, my markup would then look like this: " > blah blah Now, I know I could output the with a label and set escaping to false, thus passing the markup thro

Re: newbie title attribute question

2008-03-28 Thread Igor Vaynberg
> From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2008 3:42 PM > To: users@wicket.apache.org > Subject: Re: newbie title attribute question > > > > add(new webmarkupcontainer("td") { oncomponenttag(tag) { > tag.getattributes().put

RE: newbie title attribute question

2008-03-28 Thread Andrew Broderick
Sent: Friday, March 28, 2008 3:42 PM To: users@wicket.apache.org Subject: Re: newbie title attribute question add(new webmarkupcontainer("td") { oncomponenttag(tag) { tag.getattributes().put("title","foo"); }} -igor On Fri, Mar 28, 2008 at 1:14 PM, Andrew Broderi

Re: newbie title attribute question

2008-03-28 Thread Igor Vaynberg
add(new webmarkupcontainer("td") { oncomponenttag(tag) { tag.getattributes().put("title","foo"); }} -igor On Fri, Mar 28, 2008 at 1:14 PM, Andrew Broderick <[EMAIL PROTECTED]> wrote: > Hi, > > I want to put a title attribute in a td tag. However, my markup would then > look like this: > > "