add(new webmarkupcontainer("anchor") {
  oncomponenttag(tag) { tag.put("name","somename"); }
});

<a wicket:id="anchor">foo</a>

-igor

On Mon, Jul 14, 2008 at 7:15 PM, liny <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'd like to generate   html tag, so reader can quick jump to the position.
> How can I do?
>
> Thanks
> --
> View this message in context: 
> http://www.nabble.com/How-to-generate-%3Ca-name%3D%22myQuickLink%22%3E-html-tag-tp18456831p18456831.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to