If you want to avoid mixing HTML and Java, you could write your
component with using a templating engine, such as Velocity or
Freemarker.

I believe there is wicket-velocity project somewhere that provides for
example Panels that can render Velocity templates files.

br, Juha

On Thu, Feb 18, 2010 at 9:22 AM,  <d...@agentlab.de> wrote:
> Hi,
>
> Igor Vaynberg wrote:
>>
>> i would imagine you would have the same problem even in a local
>> environment such as swing...
>
> absolutely, I was just wondering what would be the best way to do it in
> Wicket...
>
>> the solution is quiet simple, instead of using wicket components to
>> model the table and the cell simply use a single component that writes
>> out html for the entire table.
>
> That's the solution a friend of mine suggested as well since he had similar
> problems in ZK. I was reluctant since writing out HTML felt somewhat
> un-wicket-ish. But I think that's the way to go for this kind of
> situation...
>
> Thanks everybody for your suggestions and comments.
>
> J.
>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> ______________________________________________________________________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to