• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problems using displaytag + faces: + webflow: servlet conflict

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

Can anyone give me some help?
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Crossposted without notification: http://forums.sun.com/thread.jspa?threadID=5328433
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic