How to combine JSF and Wicket components on the same page

2010-10-27 Thread gouthamrv
Is there way I can combine a JSF component and a Wicket component on the same web page? I have a menu bar component created in Wicket and a form component is created in JSF. I have to combine these two components in one page, is it possible? -- View this message in context:

Re: How to combine JSF and Wicket components on the same page

2010-10-27 Thread Pedro Santos
I'm using frames to that, but I'm not a big fan of this solution. On Wed, Oct 27, 2010 at 9:43 PM, gouthamrv goutha...@yahoo.com wrote: Is there way I can combine a JSF component and a Wicket component on the same web page? I have a menu bar component created in Wicket and a form component

Re: How to combine JSF and Wicket components on the same page

2010-10-27 Thread Alexander Morozov
As far as I know, you can only combine wicket and JSP/JSF components by means of HTML frames - but it will be independent pages i.e. they can't transparently intercommunicate between each other (wicket - JSF). -- View this message in context: