Re: Compile error in JSP after upgrading from servlet specification 2.3 to 2.4

2008-04-01 Thread Antonio Petrelli
2008/3/31, Ashish Kulkarni <[EMAIL PROTECTED]>: > > org.apache.jasper.JasperException: /pages/index.jsp(125,15) According to > TLD > or attribute directive in tag file, attribute test does not accept any > expressions You have to import the "c_rt.tld" file, not the "c.tld". Antonio

Re: Compile error in JSP after upgrading from servlet specification 2.3 to 2.4

2008-03-31 Thread Ashish Kulkarni
Hi That is all i did, upgraded web.xml to servlet specification 2.4 and tried start the project, i get following jsp compile error The code at line 125 is and the error i get is org.apache.jasper.JasperException: /pages/index.jsp(125,15) According to TLD or attribute directive in tag file

Re: Compile error in JSP after upgrading from servlet specification 2.3 to 2.4

2008-03-28 Thread Laurie Harper
Ashish Kulkarni wrote: Hi I get compile error in jsp at line There's nothing wrong with that line. What is the full error you're getting? What do the surrounding lines of your JSP look like? I jsut upgraded web.xml from 2.3 to 2.4, i added following lines in web.xml [...] Ar

Compile error in JSP after upgrading from servlet specification 2.3 to 2.4

2008-03-28 Thread Ashish Kulkarni
Hi I get compile error in jsp at line I jsut upgraded web.xml from 2.3 to 2.4, i added following lines in web.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun

Re: compile error

2007-04-25 Thread Dave Newton
I'd be more likely to think that it can't find the output path. > ..\web-inf\classes\strutsEx\UserRegistrationAction.class > (The system cannot find the path specified) Make sure ..\WEB-INF\classes exists. Note that WEB-INF is capitalized. You may also want to consider re-thinking your directory

Re: compile error

2007-04-25 Thread MK Tan
or use maven2 ;-) from the given error message. It seem like the struts jar files are not in your classpath. Try set the classpath ;-) Best regards, Mk Tan On 4/25/07, Lance <[EMAIL PROTECTED]> wrote: I highly recommend using ant to manage your project including clean, compile, deploy, javado

Re: compile error

2007-04-25 Thread Lance
I highly recommend using ant to manage your project including clean, compile, deploy, javadoc, etc. etc. http://supportweb.cs.bham.ac.uk/docs/tutorials/docsystem/build/tutorials/ant/ant.html http://ant.apache.org/ srikanth_arr wrote: i am new to struts when i compiling the my first struts app

compile error

2007-04-25 Thread srikanth_arr
ttp://www.nabble.com/compile-error-tf3643967.html#a10176681 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSP Compile error

2006-07-02 Thread Joey Watson
Hello everybody. I got a strange problem, I use the code : ' /> it can work if I add onchange to JSP directly in Jboss tmp folder, but when I try to compile this JSP , got a compiling error, [jasperc] 2006-07-03 09:39:35 - error-the file '\jsp\com\xxx\xxx\xxx\User.jsp' generated the followi ng