Re: struts 2 jsf plugin problem

2008-03-25 Thread Daniel
Date: Sat, 22 Mar 2008 22:53:09 +0200 To: Struts Users Mailing List user@struts.apache.org Subject: Re: struts 2 jsf plugin problem At first i have tried to make the portlet only with JSF. Unfortunately Weblogic has some problems , many problems, it's the first time when i use weblogic

Re: struts 2 jsf plugin problem

2008-03-24 Thread Randy Burgess
Mailing List user@struts.apache.org Date: Sat, 22 Mar 2008 22:53:09 +0200 To: Struts Users Mailing List user@struts.apache.org Subject: Re: struts 2 jsf plugin problem At first i have tried to make the portlet only with JSF. Unfortunately Weblogic has some problems , many problems, it's the first

Re: struts 2 jsf plugin problem

2008-03-22 Thread Daniel
At first i have tried to make the portlet only with JSF. Unfortunately Weblogic has some problems , many problems, it's the first time when i use weblogic and it's not worthing it's money. After i failed making the portlet with pure JSF i said to make a try with struts 2 and jsf plugin. Using this

Re: struts 2 jsf plugin problem

2008-03-21 Thread Daniel
I've done what you have said, unfortunately without results. I still receive index.jsp:16:26: No property editor found for the bean javax.el.ValueExpression. Any other ideas? On Thu, Mar 20, 2008 at 12:43 PM, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: First of all, I'm not even sure

Re: struts 2 jsf plugin problem

2008-03-21 Thread Nils-Helge Garli Hegvik
Sorry, no clue. As I said, I have no idea if this combination will work at all. Maybe someone with JSF experience can point out what's wrong. At least it looks like the portlet dispatcher has been able to execute the action, but it's failing with the JSF result. You might want to consider

Re: struts 2 jsf plugin problem

2008-03-20 Thread Daniel
Date: Wed, 19 Mar 2008 17:29:25 +0200 To: Struts Users Mailing List user@struts.apache.org Subject: Re: struts 2 jsf plugin problem My last attempt was like this : package name=default extends=struts-portlet-default namespace=/view action name=index class

Re: struts 2 jsf plugin problem

2008-03-20 Thread Nils-Helge Garli Hegvik
First of all, I'm not even sure if it's possible to use the portlet and the jsf plugin at the same time. I have not tried, but there might be issues with it if they try to do conflicting things in the interceptors and the results. struts.xml package name=default extends=portlet-jsf-default

Re: struts 2 jsf plugin problem

2008-03-20 Thread Daniel
I have changed the myfaces lib with jsf lib. Now i am getting the error : javax.portlet.PortletException at com.bea.portlet.container.PortletRequestDispatcherImpl.include( PortletRequestDispatcherImpl.java:143) at org.apache.struts2.portlet.result.PortletResult.executeRenderResult(

struts 2 jsf plugin problem

2008-03-19 Thread Daniel Posirca
Hello, i am new to this list. I am trying to develop an application based on struts 2 + jsf plugin + portlet. I am using struts 2 support for portlet. As appl server i am using weblogic. Now i have reached a point were i am getting an error, but i have no idea how to pass it. I have managed to

Re: struts 2 jsf plugin problem

2008-03-19 Thread Randy Burgess
To: user@struts.apache.org Subject: struts 2 jsf plugin problem Hello, i am new to this list. I am trying to develop an application based on struts 2 + jsf plugin + portlet. I am using struts 2 support for portlet. As appl server i am using weblogic. Now i have reached a point were i am getting

Re: struts 2 jsf plugin problem

2008-03-19 Thread Daniel
-To: Struts Users Mailing List user@struts.apache.org Date: Wed, 19 Mar 2008 16:11:17 +0200 To: user@struts.apache.org Subject: struts 2 jsf plugin problem Hello, i am new to this list. I am trying to develop an application based on struts 2 + jsf plugin + portlet. I am using struts 2 support

Re: struts 2 jsf plugin problem

2008-03-19 Thread Randy Burgess
Applications Developer Nuvox Communications From: Daniel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Wed, 19 Mar 2008 17:29:25 +0200 To: Struts Users Mailing List user@struts.apache.org Subject: Re: struts 2 jsf plugin problem My last attempt was like