Re: Struts action in Faces
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, December 11, 2004 09:34 AM
I am just starting to read about JSF, but I think if you are using the struts-faces integration, you have to configure things first, right? and requests go to JSF first when they are submitted, and then if configured right, it will hand them through the RequestProcessor to invoke your Struts Action, right? so I think your same "document.forms[0].submit" should work, if you have configured everything correctly?