FYI, the error you are experiencing was due to an update which would result in 
actions no longer having any form bean when no fields would be present



therefore the form class would not be generated and the struts-config.xml would 
no longer reference it



the error is coming from the fact that I didn't know the Struts <html:form 
action="..."> tag expects the action to have a form assigned to it, otherwise 
it fails (as you have seen)



I have worked-around this issue by replacing <html:form> with the regular 
<form> tag in these cases
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3369#3369
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to