Problem in JSP. help me pls

2007-07-02 Thread bindhu
while opening my browser i get this error msg in my browser. this is the error msg. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from

Re: Problem in JSP. help me pls

2007-07-02 Thread bindhu
hi, thank u so much fro ur reply. i have formtag class in my directory. i hope i didnt miss any thing in my directory. Session A Mwamufiya wrote: > > Hi, > > I'm still a newbie here, but I've encountered this type of errors before. > From my limited experience, it seems to me that you are m

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
hi, i hv done what u said n now my calsspath is CLASSPATH=C:\Program Files\Java\jre1.6.0_01\lib\* still i face the error. bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exception r

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
. bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exception report > > message > > description The server encountered an internal error () that prevented it > from fulfil

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
\Java\jdk1 .6.0_01\lib\servlet-api.jar;C:\struts1.3.8\lib\*;C:\apache-tomcat-6.0.13\lib\*;C :\Program Files\Java\jre1.6.0_01\lib\* bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exception r

Problem in JSP. help me pls

2007-07-01 Thread bindhu
hai, when trying to open my jsp page in browser i get this error. can anyone plas help me. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: javax.servlet.Ser

Struts

2007-06-18 Thread bindhu
hai, can u help me out solving this problem. i have dowloaded struts1.3.8. but while compiling struts enabled java i get error msg. C:\apache-tomcat-6.0.13\webapps\reg\WEB-INF\classes\app>javac RegisterForm.java RegisterForm.java:2: package org.apache.struts.action does not exist import org

RE: Help me pls

2007-06-18 Thread bindhu
the following > > Where is tomcat installed > What is the jdk version > Are you using Eclipse ( or anything else ) > How much do you know about servlet specification > > Once I get this I will try to help > > Regards > Guru &g

RE: Help me pls

2007-06-18 Thread bindhu
c:\apache-tomcat-6.0.13\webapps\register\WEB-INF\lib\commons-validator-1.3.1.jar;c:\apache-tomcat-6.0.13\webapps\register\WEB-INF\lib\struts-core-1.3.8. i added it to my classpath. now also i get the same error when compiling the struts enabled java. -- View this message in context: http://ww

RE: Help me pls

2007-06-18 Thread bindhu
i have done what u said me to do. copy the .war file to webapps. i opened my web browser. i get the following msg when i open my browser. Welcome! To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's

RE: Help me pls

2007-06-18 Thread bindhu
thank u so much Raghu. i will download struts1.3.x. can u pls say me the how to install it. i read the installation guide but its not that much useful. so can u pls help me -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11173372 Sent from the Struts - User ma

RE: Help me pls

2007-06-18 Thread bindhu
y will version 2.0.8 will not work -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11172900 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL P

Help me pls

2007-06-18 Thread bindhu
I am new to struts. i downloaded struts2.0.8 n and copied all the .war files from struts to tomcat\webapps directory. my normal java and servlet pgm is compling very well. but if i run struts enabled java r servlet pgm i get error msg. n my error msg reads s follows. C:\apache-tomcat-6.0.13\