Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Frank Bille
You can use Link.setBeforeDisabledLink and Link.setAfterDisabledLink to specify how the disabled link should look like. Frank On 10/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hallo there, I would like to change the output class of the em element for autoenabled links. Currently I

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Erik van Oosten
You can give the em tag custom style by doing something like: span.menu em { font-style: normal; } But I would go for Frank's solution. Regards, Erik. [EMAIL PROTECTED] schreef: Hallo there, I would like to change the output class of the em element for autoenabled links. Currently

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Igor Vaynberg
there is also a global switch in settings-IgorOn 10/23/06, Erik van Oosten [EMAIL PROTECTED] wrote:You can give the em tag custom style by doing something like: span.menu em { font-style: normal; }But I would go for Frank's solution.Regards, Erik.[EMAIL PROTECTED] schreef: Hallo there, I would

[Wicket-user] one Tapestry feature I am really missing in Wicket

2006-10-24 Thread Bondarenko, Oleg
is the easy use of localized labels. Compare span key=welcome/ in Tapestry template with span wicket:id=welcome/ (template) plus add(new Label(welcome, new StringResourceModel(welcome, this, null))); (Java code) in Wicket! Strangely enough, all wicket localization examples (pub,

Re: [Wicket-user] one Tapestry feature I am really missing in Wicket

2006-10-24 Thread Johan Compagner
yes we already have that or working on that kind of support like the wicket:message tag/attribute.But i dont know what the current status is at this time.On 10/24/06, Bondarenko, Oleg [EMAIL PROTECTED] wrote: is the easy use of localized labels.Comparespan key=welcome/in Tapestry template

Re: [Wicket-user] one Tapestry feature I am really missing in Wicket

2006-10-24 Thread Janos Cserep
Oleg,You can use the wicket:message tag which works just like your tapestry template... span key=welcome/j - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Wicket-user] one Tapestry feature I am really missing in Wicket

2006-10-24 Thread Eelco Hillenius
Yep. wicket:message key=welcome[text here]/wicket:message does the trick, and there's experimental support for localized attributes (though I'm not sure how far we'll take that). Eelco On 10/24/06, Janos Cserep [EMAIL PROTECTED] wrote: Oleg, You can use the wicket:message tag which works

Re: [Wicket-user] one Tapestry feature I am really missing in Wicket

2006-10-24 Thread Bondarenko, Oleg
Indeed, it does! thanks for the good news, Janos! Oleg -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Janos Cserep Gesendet: Di 24.10.2006 11:33 An: wicket-user@lists.sourceforge.net Cc: Betreff: Re: [Wicket-user]

[Wicket-user] embitter

2006-10-24 Thread Paula Benson
The Dynamic Duo won't waste your time teaching you how to write. They'll pack the time with discussions that range from developing personas to writing for search engines to maintaining scent to layout. Instead, they'll focus on helping you understand what your customers want to read. Instead,

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread bednarz-hannover
Hello again! Thank you very much for your hints and tricks. I have managed everything I wanted to do. And in fact my lerning progress is impressive. I think, that Wicket is a great framework. After only five hours of conceptual and coding work I have a fully customizable portal application

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Eelco Hillenius
When my portal is online, I will publish some aspects or even a large part of this as constribution. I think that in the next time I will get some problems with instances and memory management. As I have seen, Wicket creates a lot of new Instances for each page visit, but this seems to be