I was trying to compile struts-faces and I have now ben successful with it.
But not without changing code.  Maybe this has changed to reflect the new
version of struts I don't know.  

I got an error on line 250 of faces.component.formComponent

[javac]
E:\eclipse\workspace\jakarta-struts\contrib\struts-faces\src\java\org\apache
\struts\faces\component\FormComponent.java:250: 
createDynaActionFormClass(org.apache.struts.config.FormBeanConfig) in
org.apache.struts.action.DynaActionFormClass cannot be applied to
(org.apache.struts.config.FormBeanConfig,org.apache.struts.config.ModuleConf
ig)

[javac] DynaActionFormClass.createDynaActionFormClass(fbConfig,
moduleConfig);



I fixed it by removing the second argument from the function, but is this
the right thing to do?  Is this supposed to compile?  

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to