I�ve been trying to migrate my struts-tiles application to JavaServer Faces using the struts-faces library. I downloaded the latest nightly build from http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ , but the provided struts/tiles example application does not work (though it can be deployed without problem on my Tomcat 5.0.28).
Can anyone else please confirm this?
In particular, it seems that replacing the struts <html:form> tag with the library's <s:form> tag totally ruins the rendered html code. For example, while <html:form action="/myAction.do"> translates to sth like <FORM name="myActionFormBeanName" action="/contextPath/myAction.do" method="post">, <s:form action="/myAction.do"> yields <FORM name="myActionFormBeanName" action="/path/to/layout/tile/with/suffix/replaced.do">.
It seems strange that the example applications don't work, so i am might be missing out on something here. Has anyone been able to successfully use this integration library?
Any comments will be greatly appreciated! Thanx in advance, Mario
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Struts-Faces Integration library: Does it work?