Hi all: This is my first message to the list after a *very* long time so I apologize in advance if this is either considered OT (I couldn't find a JSF list??) or this topic has been recently discussed. I am trying to integrate my struts+tiles(+xdoclet) app with jsf and am having trouble with integration of tiles.
Anyways, I finally downloaded the struts-faces-20050728.zip from cvs, and am trying to get struts-faces-example2.war to work. (since this is supposed to deal with tiles, right..?) When i go to http://localhost:8080/struts-faces-example2/ I see two nice links saying "Log On" and "Register" but when I click on them nothing happens..? *Is* something supposed to?? The source for this page has, for example, <form id="menu:_id5" name="registrationForm" action="/struts-faces-example2/layout.do" method="post"> <input type="hidden" name="menu:_id5" value="menu:_id5" /> <a id="menu:_id5:register" href="#" onclick="document.forms['menu:_id5']['menu:_id5:_idcl'].value='menu:_id5:register'; document.forms['menu:_id5'].submit(); return false;">Register</a><input type="hidden" name="menu:_id5" value="menu:_id5" /> </form> so I imagine something should happen..? Or is this example "not done" yet? Many thanks in advance for all help! Geeta P.S. I have searched the archives, googled a lot, and have tried out a lot of dated advice (!), but have basically been spinning my wheels for three days now, hence this note..