Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Jonathan Locke
yeah, with setEscapeModelStrings(false). igor.vaynberg wrote: > > we do not support this, the only way i can think of doing something like > this is: > > add(new label("foo", "")); > > -igor > > > On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: >> >> What I'd like to do is something li

Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Igor Vaynberg
its not a component -igor On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: Would that be usable for what I want to do (in addition to what you proposed)? On 4/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > what about it? > > -igor > > > > On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wr

Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Lowell Kirsh
Would that be usable for what I want to do (in addition to what you proposed)? On 4/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > what about it? > > -igor > > > > On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: > > > > What about the Comment class? > > > > "Class representing a comment in

Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Igor Vaynberg
what about it? -igor On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: What about the Comment class? "Class representing a comment in an HTML document." http://wicketframework.org/wicket-1.2/apidocs/wicket/protocol/http/documentvalidation/Comment.html On 4/27/07, Igor Vaynberg <[EMAIL

Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Lowell Kirsh
What about the Comment class? "Class representing a comment in an HTML document." http://wicketframework.org/wicket-1.2/apidocs/wicket/protocol/http/documentvalidation/Comment.html On 4/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > we do not support this, the only way i can think of doing s

Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Martijn Dashorst
add(new Label("foo", "").setEscape...(false).setRenderBodyOnly(true)); should do this trick, but then inside out. Martijn On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: > What I'd like to do is something like: > > > > Does this make sense? How can I do that? > > Thanks, > Lowell > >

Re: [Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Igor Vaynberg
we do not support this, the only way i can think of doing something like this is: add(new label("foo", "")); -igor On 4/27/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: What I'd like to do is something like: Does this make sense? How can I do that? Thanks, Lowell -

[Wicket-user] newbie: how do I put wicket-injected objects into an html comment?

2007-04-27 Thread Lowell Kirsh
What I'd like to do is something like: Does this make sense? How can I do that? Thanks, Lowell - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of yo