This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Problems using displaytag + faces: + webflow: servlet conflict
Pablo Mosquera
Greenhorn
Joined: Sep 03, 2008
Posts: 1
posted
0
Hi, Im using JSF and DisplayTaf in my application and I have a problem. When I enter to see a detail from the displaytag my FacesContext is lost. This is because of the url mappings of the servlets.
Caption from jsp
See that the url starts with "app.htm"
Caption from flowlauncher-servlet.xml
Caption from web.xml
More web.xml
And more...
The problem is that when I enter detail works, but I lose my facesContext becasue Im not using the faces Servlet. If set another url pattern for faces servlet or use a url like app.faces I cant enter the detail.