Espen Dahl
|
| Posted: 07/12/2003, 1:12 PM |
|
When opening and regenerating one of my webapps I get java.util.MissingResourceException: Can't find bundle for base name MessagesBundle,
locale no_NO
Site language is English but client browser is Norwegian. I didn`t have this problem prior to the upgrade.
|
|
|
 |
Espen Dahl
|
| Posted: 07/15/2003, 4:27 AM |
|
CodeCharge support came up with the solution:
MessagesBundle class was moved from com.codecharge package to default package.
But MessagesBundle class wasn't moved during site regeneration.
Please do following:
1. Close CCS
2. Go to the folder <Project>\CCSBuild\src\com\codecharge
3. Delete MessagesBundle.java (or BackUp it)
4. Start CCS
5. Publish project
|
|
|
 |
|