
|
If you were logged in you would be able to see more operations.
|
|
|
Loom
Created: 10/Mar/09 04:51 PM
Updated: 25/Mar/09 04:06 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.5
|
|
|
To get easier browser integration, any spring-injected class may be annotated with @BrowserMessages to specify the messages list to add to the i18n file sent to the browser:
@BrowserMessages({ "ie.error", "warning.missingFile" })
public class MyClass {
}
This annotation may be only processed after the first instantiation, in which case it should not be used with Action classes (that will only get instantiated upon first request).
Further testing is required for this.
|
|
Description
|
To get easier browser integration, any spring-injected class may be annotated with @BrowserMessages to specify the messages list to add to the i18n file sent to the browser:
@BrowserMessages({ "ie.error", "warning.missingFile" })
public class MyClass {
}
This annotation may be only processed after the first instantiation, in which case it should not be used with Action classes (that will only get instantiated upon first request).
Further testing is required for this. |
Show » |
|