hi,
there is *no need* to add struts-bean.tld as she is *not* using any bean tags
uma, please paste your tomcat's class path. mail your setclasspath.sh(linux) or setclasspath.bat(windows) or whatever file in which you are setting tomcat's class path
also try creating a normal jsp ( no form submissions)
and an action similar to
<action path = "/testme" type = "org.apache.struts.actions.ForwardAction" parameter = "/testme.jsp" validate = "false" > <forward name = "success" path = "/testme.jsp"/> </action>
testme.jsp
<html> <body> <h1> hello your test is successful </h1> </body> </html>
call the url with .do (testme.do) and paste the results. in this way we can know whether its the problem with struts itself or your page.
regards, Sunny
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]