Re: struts 2 jsf plugin problem

2008-03-25 Thread Daniel
MAIL PROTECTED]> > > Reply-To: Struts Users Mailing List > > Date: Sat, 22 Mar 2008 22:53:09 +0200 > > To: Struts Users Mailing List > > Subject: Re: struts 2 jsf plugin problem > > > > At first i have tried to make the portlet only with JSF. Unfortunately > &g

Re: struts 2 jsf plugin problem

2008-03-24 Thread Randy Burgess
Struts Users Mailing List > Date: Sat, 22 Mar 2008 22:53:09 +0200 > To: Struts Users Mailing List > 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 f

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 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 creating

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 su

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( PortletResult.

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 > > > > > > >

Re: struts 2 jsf plugin problem

2008-03-20 Thread Daniel
ns > > > > > From: Daniel <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List > > Date: Wed, 19 Mar 2008 17:29:25 +0200 > > To: Struts Users Mailing List > > Subject: Re: struts 2 jsf plugin problem > > > > My last attempt was like t

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 > Date: Wed, 19 Mar 2008 17:29:25 +0200 > To: Struts Users Mailing List > Subject: Re: struts 2 jsf plugin problem > > My

Re: struts 2 jsf plugin problem

2008-03-19 Thread Daniel
My last attempt was like this : /WEB-INF/jsp/view/index.jsp This didn't worked either. I have no problems when i am using pure struts 2 portlet support. I have problems when i try to integrate the JSF plugin support. When i am using o

Re: struts 2 jsf plugin problem

2008-03-19 Thread Randy Burgess
The problem is with line 10 starting somewhere around character 64. This doesn't look good to me: > > > > index The result named index redirects back to the same action, a potential circular reference. You also have removed the struts-portlet-de