Details
Description
Avoid having hardcoded text for "User Session Expired", "Server Internal Error", and "Network Connection Interrupted" messages. Load messages from a resource bundle using user's locale.
Issue Links
- is duplicated by
-
ICE-3386
outputConnection status and Bridge do not support Internationalization
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] |
| Fix Version/s | 1.7.1 [ 10122 ] | |
| Affects Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7.1 [ 10122 ] |
| Affects Version/s | 1.5 [ 10027 ] | |
| Affects Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7.1 [ 10122 ] |
| Fix Version/s | 1.7.1 [ 10122 ] |
| Component/s | Bridge [ 10011 ] | |
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
| Assignee Priority | P2 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17018 | Thu Jul 03 11:24:29 MDT 2008 | mircea.toma | |
| Files Changed | ||||
ADD
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BundleResolver.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
ADD
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/FailoverBundleResolver.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/src/status.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17019 | Thu Jul 03 11:24:54 MDT 2008 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/status.js
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/FailoverBundleResolver.java
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BundleResolver.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Attachment | bridge-messages.properties [ 11103 ] |
| Fix Version/s | 1.7.2RC1 [ 10140 ] | |
| Fix Version/s | 1.7.2 [ 10130 ] |
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Fix Version/s | 1.7.2RC1 [ 10140 ] |
| Comment |
[ i have tried to put the properties in that path, but doesn't work, and i thought that it was normal because of my faces-config.xml configuration (i haven't the message-bundle configuration). After i add in the faces-config.xml the message-bundle tag in the application but doesn't work but really i think that it could be for my bad faces-config.xml configuration or maybe the names of the properties needs some preffix like com.icesoft......??? Here i write a piece of my faces-config.xml with the message-bundle configuration: <application> <locale-config/> <message-bundle>bridge-messages</message-bundle> </application> Now i have put the properties in several paths: WEB-INF/classes, src ... ] |
| Summary | Load bridge messages from the server | Specify bridge dialog messages from a resource file on the server |
| Summary | Specify bridge dialog messages from a resource file on the server | Specify bridge dialog messages in a resource file on the server |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Mircea Toma [ mircea.toma ] |

Load messages from bundles based on chosen locale. Provide default bundle when bundle files are missing.