Re: [S2] Wicket integration

2007-09-19 Thread Ted Husted
Sounds like a job for a plug-in! A good starting point for developing a Wicket plugin might be the JSF plugin. HTH, Ted On 9/17/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > I'm wondering if anyone has been able to replace the Struts 2 view > using Wicket. It se

[S2] Wicket integration

2007-09-17 Thread Chris Pratt
I'm wondering if anyone has been able to replace the Struts 2 view using Wicket. It seems like a marriage made in heaven, since the whole philosophy behind Wicket is to stick to what they do well (the view) and delegate the rest to other projects that do other things well (Hibernate, Struts???) T