JSF 2 Content Controller (pull in content based on URI)
Posted
by gerges
on Stack Overflow
See other posts from Stack Overflow
or by gerges
Published on 2010-05-18T19:57:28Z
Indexed on
2010/05/18
20:00 UTC
Read the original article
Hit count: 160
Hey All,
I'm new to JSF and am trying to make a content controller. Basically whenever someone makes a request to www.myapp.com/external/** I'd like to forward to a controller that pulls external content into a page template and spits it out to the user. I was able to achive this pretty easily in Spring 3, but I'm a little confused on where to start with JSF. I feel like I'd need to create a custom servlet to handle /external/**? But what would the class of this servlet be? What would it consist of?
Any help is appreciated!
© Stack Overflow or respective owner