Re: [Wicket-user] Making custom MessageResolver

2007-06-06 Thread Murat Yücel
Well when the developers can help then i have made a hack to solve the problem :)... I am changing with wicket tag to become a span and then adding a onclick method to the span. Beware that this only works if the following flag is set to false. getMarkupSettings().setStripWicketTags(false); Since

Re: [Wicket-user] Making custom MessageResolver

2007-06-05 Thread Murat Yücel
Hi Juergen You are probably right about the setEscapeModelString(false) in 1.3. I am currently using 1.2.6. If i use a tag then it will confuse the developers. Because it is actually not a link it is a i18n message that i want to display. Thats why i am using the wicket:message tag. We are act

Re: [Wicket-user] Making custom MessageResolver

2007-06-04 Thread Juergen Donnerstag
The current implementation in 1.3 trunk does setEscapeModelString(false) (see WicketMessageResolver(line 130) I haven't yet understood why you want to add either the Label and/or the Link via the IComponentResolver? Why not make the Link a "std" component like and use setVisible(boolean) to eithe