Re: [Solved] Another myFaces - servlet redirect issue.

2007-02-23 Thread joatom
s, I changed the config to page/viewer/details /page/viewer/servlet_redirect.jsp Done! Everything works just fine even backnavigation. cya, Johannes -- View this message in context: http://www.nabble.com/Re%3A-myFaces---servlet-redirect.-tf936557.h

Another myFaces - servlet redirect issue.

2007-02-18 Thread joatom
didn't work. I would be pleased by any suggestions on that one? btw: keep up the gorgeous work on tobago ;-) -- View this message in context: http://www.nabble.com/Re%3A-myFaces---servlet-redirect.-tf936557.html#a9029978 Sent from the MyFaces - Users mailing list archive at Nabble.com.

RE: myFaces - servlet redirect.

2006-01-24 Thread Jeffrey Porter
Faces Discussion Subject: Re: myFaces - servlet redirect. for Jeffs app, please try the *.jsf variant I've described in the example here: http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/src/main/webapp/WEB-INF/web.xml FacesServlet

Re: myFaces - servlet redirect.

2006-01-18 Thread Udo Schnurpfeil
for Jeffs app, please try the *.jsf variant I've described in the example here: http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/src/main/webapp/WEB-INF/web.xml FacesServlet *.jsf FishServlet /FishServlet.jsf Volker Weber wr

Re: myFaces - servlet redirect.

2006-01-18 Thread Volker Weber
Hi, Udo, this did not work with Jeffs application. I had tested this yesterday an now again. If i use the mapping "/faces/NonFacesRequestServlet" i got "/servredirect/faces/NonFacesRequestServlet/jsp/theBackingBean.jsp" for the action attribute of the form element. Regards, Volker Udo Sch

Re: myFaces - servlet redirect.

2006-01-17 Thread Udo Schnurpfeil
I think, the mapping for the NonFacesRequestServlet can also called /faces/NonFacesRequestServlet (it might be a little nicer) to the difference of myfaces and the sun-ri: I've setup an example here http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-nonfacesreque

Re: myFaces - servlet redirect.

2006-01-17 Thread Matthias Wessendorf
On 1/17/06, Volker Weber <[EMAIL PROTECTED]> wrote: > No ! > > "/faces/*" is the mapping for FacesServlet > > "/faces" is the mapping for NonFacesRequestServlet > > I don't like it, but this works with Jeff's example app. ah! that is a hack :-) Udo's email sounds *interesting*. I'll look at it!

Re: myFaces - servlet redirect.

2006-01-17 Thread Volker Weber
No ! "/faces/*" is the mapping for FacesServlet "/faces" is the mapping for NonFacesRequestServlet I don't like it, but this works with Jeff's example app. Regards Volker Matthias Wessendorf wrote: >> /faces > > > /faces/* > > just like discussed here: > http://www.mail-archive.com/

Re: myFaces - servlet redirect.

2006-01-17 Thread Udo Schnurpfeil
:8080/servredirect/faces/NonFacesRequestServlet?id=1 Thanks Jeff -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: 17 January 2006 18:54 To: MyFaces Discussion Subject: Re: myFaces - servlet redirect. Hi Jeff, i just played a bit with your app. when i change the mapping fo

Re: myFaces - servlet redirect.

2006-01-17 Thread Volker Weber
> Thanks > Jeff > > > -Original Message- > From: Volker Weber [mailto:[EMAIL PROTECTED] > Sent: 17 January 2006 18:54 > To: MyFaces Discussion > Subject: Re: myFaces - servlet redirect. > > Hi Jeff, > > i just played a bit with your app. > > when

Re: myFaces - servlet redirect.

2006-01-17 Thread Matthias Wessendorf
> /faces /faces/* just like discussed here: http://www.mail-archive.com/users@myfaces.apache.org/msg13865.html (sent you the link already ;)) -Matthias

RE: myFaces - servlet redirect.

2006-01-17 Thread Jeffrey Porter
URL... http://localhost:8080/servredirect/faces/NonFacesRequestServlet?id=1 Thanks Jeff -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: 17 January 2006 18:54 To: MyFaces Discussion Subject: Re: myFaces - servlet redirect. Hi Jeff, i just played a bit with your app

Re: myFaces - servlet redirect.

2006-01-17 Thread Volker Weber
. > url: http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls > > Note: > jboss-4.0.3SP1 > myfaces-1.1.1.zip > > > > > -Original Message- > From: Volker Weber [mailto:[EMAIL PROTECTED] > Sent: 17 January 2006 14:38 > To: Matthias Wessen

RE: myFaces - servlet redirect.

2006-01-17 Thread Jeffrey Porter
te: jboss-4.0.3SP1 myfaces-1.1.1.zip -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: 17 January 2006 14:38 To: Matthias Wessendorf Cc: [EMAIL PROTECTED]; MyFaces Discussion Subject: Re: myFaces - servlet redirect. Hi, i didn't implement this, i just have menti

Re: myFaces - servlet redirect.

2006-01-17 Thread Volker Weber
Hi, i didn't implement this, i just have mentioned we have this in tobago :-). @Jeff: i don't understand yout last post on [EMAIL PROTECTED] you have a mapping of "/view/" for the servlet ant the url http://localhost:8080/ebusiness/faces/view/task?id=1 i wonder why "/view/task" is mapped to th