Issue in compiling application in websphere

2007-04-11 Thread Ashish Kulkarni

Hi
I am getting the following jsp compilation error in websphere 5.1
org.apache.jasper.compiler.ParseException:
/pages/purchasing/contract.jsp(128,61) Attribute system has no value
   at org.apache.jasper.compiler.JspReader.parseAttributeValue(
JspReader.java:599)

This jsp compiles fine in tomcat

This is what i have in my jsp

(This is line 128)
   "
property="system"  />


This is how i have defined in struts-config.xml file


   
   
   
   
   
   
   
   
   
   
   
   
   
   

Any idea what it might be

Ashish


Re: Issue in compiling application in websphere

2007-04-11 Thread Ashish Kulkarni

Hi
I got the issue, it is the double quote ,
i change the jsp from


to



and it worked, i dont understand by websphere was not able to compile with
double quotes

Ashish


On 4/11/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:


Hi
I am getting the following jsp compilation error in websphere 5.1
org.apache.jasper.compiler.ParseException:
/pages/purchasing/contract.jsp(128,61) Attribute system has no value
at org.apache.jasper.compiler.JspReader.parseAttributeValue (
JspReader.java:599)

This jsp compiles fine in tomcat

This is what i have in my jsp

 (This is line 128)
"
property="system"  />


This is how i have defined in struts-config.xml file

















Any idea what it might be

Ashish