Hi -
I would like to port my application to JSF (without using Struts), only I would not like to loose the template capability of tiles.
In googling I found some solutions which enable using the tiles tag lib, but no nice solution of using tiles directly.
What I would consider as a nice solution is if JSF would refer to tiles definision names, thus calling a tiles template instead of directly calling a JSP.
One scenary of doing this is defining a servlet which handles requests and lets tiles process them.
Other scenrios I could think about is implementing an JSF renderer which again lets tiles do the work.
So far so good - has anyone done such a thing? a working example? any ideas?
I tried to implement such a servlet, and got stack in a NullPointerException throughn by the factoy getString method (xmlDefinisions.I18nFactorySet). :-(
Help would be great :-)
Thanx, Ron
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]