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
;[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List > > Date: Wed, 19 Mar 2008 16:11:17 +0200 > > To: > > Subject: struts 2 jsf plugin problem > > > > Hello, i am new to this list. I am trying to develop an application > based on > > struts 2 +

Re: struts 2 jsf plugin problem

2008-03-19 Thread Randy Burgess
From: Daniel Posirca <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Wed, 19 Mar 2008 16:11:17 +0200 > To: > 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 + p

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 make