Re: simple Link

2009-03-29 Thread Mathias P.W Nilsson
Have a look at source code of ExternalLink and Link to see the differens. -- View this message in context: http://www.nabble.com/simple-Link-tp22760269p22766869.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: simple Link

2009-03-29 Thread Khlystov Alexandr
Thanks Anton and Igor, that is exactly what I need! Anton Veretennikov пишет: http://www.nabble.com/Link-text-td13585396.html On Sun, Mar 29, 2009 at 2:28 PM, Khlystov Alexandr wrote: I've googled a bit words "wicket textlink" and found only http://www.mail-archive.com/wicket-u...@lists.

Re: simple Link

2009-03-28 Thread Anton Veretennikov
http://www.nabble.com/Link-text-td13585396.html On Sun, Mar 29, 2009 at 2:28 PM, Khlystov Alexandr wrote: > > I've googled a bit words "wicket textlink" and found only > http://www.mail-archive.com/wicket-u...@lists.sourceforge.net/msg08875.html, > with your Igor comments. > > But there is no ans

Re: simple Link

2009-03-28 Thread Khlystov Alexandr
I've googled a bit words "wicket textlink" and found only http://www.mail-archive.com/wicket-u...@lists.sourceforge.net/msg08875.html, with your Igor comments. But there is no answer to my question. Is there a way without , in tag to set a caption via Link ( or inheriters) ? Because this d

Re: simple Link

2009-03-28 Thread Khlystov Alexandr
Thanks Martin. According to http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html Anyway if I'm wrong I'm interested in setting caption from Java :). Martin Makundi пишет: Is this what you want: ** Martin 2009/3/28 Khlystov Alexandr ITR : I want to create

Re: simple Link

2009-03-28 Thread Igor Vaynberg
also you can google textlink. -igor On Sat, Mar 28, 2009 at 12:10 PM, Martin Makundi wrote: > Is this what you want: > > wicket:message="title:login_link_tooltip"> key="login_caption_property"/> > > ** > Martin > > 2009/3/28 Khlystov Alexandr ITR : >> I want to create java code for simple butto

Re: simple Link

2009-03-28 Thread Martin Makundi
Is this what you want: ** Martin 2009/3/28 Khlystov Alexandr ITR : > I want to create java code for simple button, and to override caption from > html: > > loginLink caption > > How it should look like withou span? > > -- > Khlystov Alexandr > > > -

simple Link

2009-03-28 Thread Khlystov Alexandr ITR
Hello all! Question for Wicket 1.3.5. I want to create java code for simple button, and to override caption from html: loginLink caption * *|*but this doesn't work:* public class AuthPanel extends Panel { public AuthPanel(String id) { super(id); add(new Link("log

simple Link

2009-03-28 Thread Khlystov Alexandr ITR
I want to create java code for simple button, and to override caption from html: loginLink caption How it should look like withou span? -- Khlystov Alexandr - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.or