Sriram Nookala wrote: > I have the following action mapping in my struts-config.xml: > > <action path="/campaign/main" > type="com.proteusmobile.actions.CampaignMainAction" > </action>
If this is a cut-and-paste job, your open action tag doesn't have a trailing >. > Isn't it possible to have an action mapping with just the "path" and the > "type" attributes? Yes. -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

