hey fargo, well filter should work fine in faces. myfaces uses a filter and Shale (proposal for Struts2) is using filter too.
I didn't looked detailed at Shale, which uses JSF in View-Tier. So no idea for now. Could you do a bit debuging on that? (why it came up to that exception) Thanks, Matthias > -----Original Message----- > From: No Galz [mailto:[EMAIL PROTECTED] > Sent: Monday, November 22, 2004 1:58 PM > To: MyFaces Discussion > Subject: RE: Struts and my faces > > > Hii Matthias, > > Thanks for your quick update. Actually, i just want to > add something to the present thread. > > I see the HttpServletRequestWrapper already available > at org.apache.struts.faces.util package. So, this > should not be the issue. > > Moreover, in my application i have a > ActionFilter..which actually do the authentication on > page basis. I have a mapping for this action filter as > > > <filter-mapping> > <filter-name>ActionFilter</filter-name> > <url-pattern>*.do</url-pattern> > </filter-mapping> > > So, this may be a cause of problem. What do u think > about it??? Is Filter and Faces go fine together?? I > heard a lot of fuss about it. > > Thanks for your update. > Regards, > fargo > > > --- Matthias Wessendorf > <[EMAIL PROTECTED]> wrote: > > > mmm, > > strange. I wrote a HttpRequestWrapper, that is > > included > > in Struts-Faces. That guy worked. After that I > > didn't > > used to combine Struts and Faces. > > > > Could you use our last CVS_HEAD > > (from apache-site) > > > > and last struts-faces CVS_HEAD? > > > > Thanks, > > Matthias > > > > > -----Original Message----- > > > From: No Galz [mailto:[EMAIL PROTECTED] > > > Sent: Monday, November 22, 2004 1:45 PM > > > To: MyFaces Discussion > > > Subject: RE: Struts and my faces > > > > > > > > > Hii Matthias, > > > > > > I tried as u mentioned and i m trying to keep my > > old > > > struts app as intact and just wanted to use the > > > myfaces components. But i got the following > > problem > > > > > > Category: > > > net.sourceforge.myfaces.application.jsp.JspViewHandler > > > > > > could not find pathMapping for servletPath = > > > /loginAuth.do requestPathInfo = null > > > > > > as i read in a maling list, the issue raised by > > you.. > > > > > > > > > http://www.mail-archive.com/[email protected]/msg01926.html > > > > > > Is this not included still in struts-faces lib. > > Can > > > you just update on this issue. > > > > > > thanks for your advice. > > > regards > > > fargo > > > > > > > > > --- Matthias Wessendorf > > > <[EMAIL PROTECTED]> wrote: > > > > > > > Fargo, > > > > > > > > thanks for your interesst in MyFaces. > > > > > > > > A while ago, I tested MyFaces and Struts-Faces > > > > from Apache Struts. It works. > > > > > > > > What todo: > > > > -struts-config: add Faces/TilesFaces - > > > > RequestProcessor > > > > -web.xml: add MyFaces' ContextListener > > > > -use <s:form action="/myAction"/>-Custom-JSF-Tag > > for > > > > using > > > > JSF-components with FormBeans and Actions > > > > inside of <s:form/> nest a <h:commandButton value="GO!"/> > > > > > > > > you need not to *update* all pages. go step by > > step. > > > > (and play a bit with the new Tags) > > > > > > > > BTW. Struts-Faces is designed to work with *any* JSF-Impl. > > > > since Struts-Faces only uses JSF-API, and not a > > > > specific API > > > > like MyFaces or the RI from SUN. > > > > > > > > HTH, > > > > Matthias > > > > > > > > > > > > > -----Original Message----- > > > > > From: No Galz [mailto:[EMAIL PROTECTED] > > > > > Sent: Friday, November 19, 2004 1:04 PM > > > > > To: MyFaces Discussion > > > > > Subject: Struts and my faces > > > > > > > > > > > > > > > Hello myfaces users, > > > > > > > > > > I need an advice. I have a big application > > which > > > > is > > > > > completely struts based. But i would like to > > use > > > > the > > > > > JSF components (myfaces imple.) with my > > present > > > > struts > > > > > based app. > > > > > > > > > > Question) Is it possible to integrate the > > > > JSF+Struts > > > > > with myfaves impl. using the JSF+Struts > > > > integration > > > > > library?? > > > > > > > > > > Thanks in advance. > > > > > > > > > > Regards > > > > > fargo > > > > > > > > > > > > > > > > > > > > __________________________________ > > > > > Do you Yahoo!? > > > > > The all-new My Yahoo! - Get yours free! > > > > > http://my.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > > http://mail.yahoo.com > > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >

