DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31842>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31842

[struts-faces] Simple JSF integration with Tiles





------- Additional Comments From [EMAIL PROTECTED]  2004-10-22 17:41 -------
Sean, I've got a couple of questions:

* Why are you stripping the leading "/" off of the servlet path?
  In JSF, view ids are typically context-relative paths that start
  with a "/" character, and the JSF implementation of getActionURL()
  is typically going to make that assumption.

* Does this approach work for both extension mapped and path mapped
  access to ActionServlet?

* It doesn't look like this strategy will work at all in a portlet
  environment ... that's something to think about for the future.

* (The biggie) given that you need to include struts-chain.jar in your
  app to take advantage of this, what's the compelling advantage over
  just configuring FacesTilesRequestProcessor in the usual way?

Indeed, the standard approach lets you use Struts 1.1 or 1.2.4, without having
to wait for a formal release of the chain-based stuff.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to