Have you seen:

http://cwiki.apache.org/confluence/display/WICKET/FAQs#FAQs-HowcanIrendermytemplatestoaString%3F

Scott


On Wed, Oct 29, 2008 at 3:58 PM, fatefree <[EMAIL PROTECTED]> wrote:
>
> I was working on a velocity template and came into some internationalization
> problems, when I realized it would be great if I could just use wicket to do
> this. After all, its practically doing the same thing, merging some model
> object into an html output.
>
> Ideally i'd love to use stateless page classes, and using the traditional
> html with all of wickets localization support, and call up some method that
> returns the html output of the rendered page. I was told to look into the
> WicketTester as it seems to do what I am looking for, however I was unable
> to instantiate it within my own running application (and I imagine it wasn't
> meant to be used that way to begin with).
>
> Is there any way I can hook into the render process and get the rendered
> html for a page? Is anyone else interested in this idea or maybe tried
> something similar?
>
> Edit - I forgot to mention the intent of all this was to get html that I
> could use as an e-mail body text.
> --
> View this message in context: 
> http://www.nabble.com/Using-wicket-to-create-html-%28in-replace-of-velocity-templates%29-tp20237644p20237644.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to