James Holmes wrote:
(Getting back to Apache stuff after a long couple of 7x24 months getting Sun Java Studio Creator out the door. Also, 400 messages to go on struts-dev yet, so this might have been answered already ...)Craig,
If you're listening, I'm curious why you created a <base> tag for struts-faces? Is there any need for it? It is breaking the example applications because it is rendering an invalid value.
Thanks for any info.
-James
The motivation for <s:base> (in the struts-faces library) is the same as the motivation for <html:base> (in the struts tag libraries). If you are using path mapping to match the controller servlet (typically "/faces/*" in the case of JSF), then relative links within the page will not resolve as expected, due to the extra level of directory nesting). That being said, it might well have a bug in the implementation. Once I catch up on email, and can build struts 1.2, I'll be focusing on getting struts-faces up to release quality.
And, yes, being able to run struts-faces with Struts 1.1 is an absolute requirement, in my opinion.
Craig
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]