You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by gouthamrv <go...@yahoo.com> on 2010/10/28 01:43:59 UTC

How to combine JSF and Wicket components on the same page

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: http://apache-wicket.1842946.n4.nabble.com/How-to-combine-JSF-and-Wicket-components-on-the-same-page-tp3016438p3016438.html
Sent from the Users forum mailing list archive at Nabble.com.

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


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

Posted by Alexander Morozov <al...@gmail.com>.
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: http://apache-wicket.1842946.n4.nabble.com/How-to-combine-JSF-and-Wicket-components-on-the-same-page-tp3016438p3016545.html
Sent from the Users forum mailing list archive at Nabble.com.

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


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

Posted by Pedro Santos <pe...@gmail.com>.
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 <go...@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 is
> created in JSF.
>
> I have to combine these two components in one page, is it possible?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-combine-JSF-and-Wicket-components-on-the-same-page-tp3016438p3016438.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos