sheetal wrote:

_Does anybody has any idea why is it so...(Why is the servlet exceotion thrown)

Couple of things to check:

- In struts-config.xml, make sure your package names and class names of your <form-bean ...> and <action...> tags are all spelled correctly, including case. - Do the same for your ActionForm and Action classes, and make sure they're in the packages you expect them to be in. - As a last resort, try cleaning the deployment context (undeploying), then clean->build your project and redeploy.

In short, it's probably a typo.

- Scott

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

Reply via email to