Hehe, that's a nice one too.

James Carman wrote:
Perhaps just a helper method somewhere?

public AbstractLink addTitle(AbstractLink link, IModel<String> titleModel)
{
  link.add(new AttributeModifier("title", true, titleModel));
  return link;
}



--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to