History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: STR-2890
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: vijay thiagarajan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts 1

DEFINE tag causes compilation issues

Created: 21/Jun/06 02:32 PM   Updated: 22/Jun/06 05:58 AM
Component/s: Example Applications
Affects Version/s: 1.1.0
Fix Version/s: None

Environment: Websphere 6, Solaris / Windows

Flags: Important


 Description  « Hide
Hi

recently we migrated our application from Websphere app server 5 to Websphere app server 6. Our application uses struts. In Websphere 6 the DEFINE tag used does not compile and hence results in compilation error

JSPG0091E: An error occurred at line: 74 in the file: /body.jsp
JSPG0093E: Generated servlet error from file: /body.jsp
D:\Program Files\IBM\WebSphere\AppServer\profiles\default\temp\uk-nmuk-d1232\server1\NOVA-CMS-EAR\NOVA-CMS.war\_body.java:241: cannot resolve symbol
symbol : variable localeMeasure
location: class com.ibm._jsp._body
                localeMeasure = (java.lang.String) pageContext.findAttribute("localeMeasure");


IBM document mentioned it as a known issue and provided a patch. I have install all patches and even install the latest available path 6.0.2.11 (http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg1PQ99154) still the JSP does NOT compile.

Could you please tell me how this can be resolved? I need it very urgent as this would hugely delay the migration.

Thank you for the great help.

Regards,
Vijay T

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
James Mitchell - 22/Jun/06 05:58 AM
This sounds like you have a misconfigured JSP or you forgot to clean the containers work directory, please reopen if you can provide more detail and/or an example.