You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Michael Rasmussen <ra...@hotmail.com> on 2004/05/25 01:49:19 UTC

Compiler Error

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: Compiler Error

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
and look here whats in bugzilla:
http://issues.apache.org/bugzilla/show_bug.cgi?id=22207

http://issues.apache.org/bugzilla/show_bug.cgi?id=28668

cheers,


> -----Original Message-----
> From: Michael Rasmussen [mailto:rasmusmc1@hotmail.com] 
> Sent: Tuesday, May 25, 2004 1:49 AM
> To: 'Struts Developers List'
> Subject: Compiler Error
> 
> 
> 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\j
> ava\org\apache
> \struts\faces\component\FormComponent.java:250: 
> createDynaActionFormClass(org.apache.struts.config.FormBeanCon
> fig) in org.apache.struts.action.DynaActionFormClass cannot 
> be applied to 
> (org.apache.struts.config.FormBeanConfig,org.apache.struts.con
> fig.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: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: Compiler Error

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
hi,
please look here...
http://www.mail-archive.com/dev@struts.apache.org/msg00796.html



> -----Original Message-----
> From: Michael Rasmussen [mailto:rasmusmc1@hotmail.com] 
> Sent: Tuesday, May 25, 2004 1:49 AM
> To: 'Struts Developers List'
> Subject: Compiler Error
> 
> 
> 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\j
> ava\org\apache
> \struts\faces\component\FormComponent.java:250: 
> createDynaActionFormClass(org.apache.struts.config.FormBeanCon
> fig) in org.apache.struts.action.DynaActionFormClass cannot 
> be applied to 
> (org.apache.struts.config.FormBeanConfig,org.apache.struts.con
> fig.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: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org