aspose file tools
The moose likes JSF and the fly likes Struts-Faces Integration library: Does it work? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Struts-Faces Integration library: Does it work?" Watch "Struts-Faces Integration library: Does it work?" New topic
Author

Struts-Faces Integration library: Does it work?

Mario Kerk
Greenhorn

Joined: Jun 13, 2005
Posts: 10

Dear all,

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?
 
Similar Threads
Struts + JSF
On JavaServerFaces
How to use Struts and JSF together????
Is any dynamic validation in JSF ?
Integrating JSF in Struts framework