You can always have

        <html>
                <div wicket:id="content"></div>
        </html>


and java

        class MyPage extens WebPage {
            public MyPage() {
                add(new Label("content", "a lot of html tags and things fort he 
page").setEscapeModelStrings(false));
                }

-----Ursprüngliche Nachricht-----
Von: miata [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 11. September 2008 16:05
An: users@wicket.apache.org
Betreff: How to made a direct response html in wicket


Hi,

I have a problem to including a html flow in web page.
In Jsp page, the code will be like this :

<html>
<%=api.callHtml %>
</html>
 
How I can tranfered the html flow since wicket Page without markup ??? 
If someone have an idea...

thanks
-- 
View this message in context: 
http://www.nabble.com/How-to-made-a-direct-response-html-in-wicket-tp19435569p19435569.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