This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 119593 - I18N - struts welcomeStruts.jsp not seeded with project encoding
Summary: I18N - struts welcomeStruts.jsp not seeded with project encoding
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-22 01:30 UTC by Ken Frank
Modified: 2007-10-25 19:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2007-10-22 01:30:47 UTC
jsp, xml, and html files are seeded with project encoding as part of feq implenentation.

but for web project with struts framework, the welcomeStruts.jsp is not; it does not have encoding tag.

Should it be seeded with project encoding since that encoding might not be utf-8 ?

(same situation for struts framework;will file separate issue.

this jsp does not have encoding tag, but shouldnt it since if not tag, the spec assumes its
iso-8859-1 ?

issue also filed on same situation for web project with jsf framework (not vwp jsf)
Comment 1 Petr Pisl 2007-10-22 19:40:03 UTC
Fixed in the trunk.

Checking in StrutsFrameworkProvider.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/StrutsFrameworkProvider.java,v  <--  StrutsFrameworkProvider.java
new revision: 1.15; previous revision: 1.14
done
Checking in resources/welcome.jsp;
/cvs/web/struts/src/org/netbeans/modules/web/struts/resources/welcome.jsp,v  <--  welcome.jsp
new revision: 1.3; previous revision: 1.2
done
Comment 2 Ken Frank 2007-10-25 19:59:20 UTC
v.