I was trying to achieve the same thing to use one single web page to markup into any format desired. What I did was to store HTML markup scriptlet of popular components in a data source and using metadata on runtime to determine a view (from my current application architecture) On wicket side, I used MarkupResourceStreamProvider and StringResourceStream to construct the markup on runtime. The java components to manipulate these markups are being injected using guice.
legolas wrote: > > Hi > Is it possible to use wicket without having any html page? > Just writing java code and pointing the browser to some url and it goes > forward? > > Thanks > -- View this message in context: http://www.nabble.com/Is-it-possible-to-use-wicket-without-having-any-html-page--tp14607438p14782785.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]
