I often have to call a servlet which extends Action; but, I do not have a form submitted.
The action mapping in the struts-config.xml gives me problem when I leave out the 'name' attribute; for example: <action roles="administrator,contributor" path="/article/Edit" parameter="org.MyOrg.MyProj.article.FindByArticle" name="articleForm" // if this is left out scope="request"> <forward name="success" path=".article.Form"/> </action> I really do not have a form for this action. What should I do? __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]