Use:

add(new Label("contents", contentsFromDatabase).setEscapeModelStrings(false)));

instead.

Martijn

On 10/18/07, Bushby <[EMAIL PROTECTED]> wrote:
>
> I have a use case where an admin manages html for the user side of an
> application.  The html is stored in the database.  When the user selects a
> link from a menu the html is then pulled from the database and displayed.
>
> I have created a custom object extending WebMarkupContainer. I override the
> onComponentTagBody method to get the response object and write the html to
> the response.  Is this the correct way to do this?, meaning clean and
> reusable, or should I be looking at creating a resource and adding it with
> the application object.
>
> Thanks
> Bushby
>
> --
> View this message in context: 
> http://www.nabble.com/Implementation-question-of-WebMarkupContainer-tf4649417.html#a13282634
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

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

Reply via email to