Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Component/s: Bridge, Framework, ICE-Components
-
Labels:None
-
Environment:JSF 2.0
Description
We need to determine the best course for the various use cases. Where JSF 2.0 provides a standard mechanism, we should be using that. Otherwise, we'll need our own strategy. The components are currently using the JavaScriptContext to do a lot of the heavy lifting:
JavascriptContext?.focus(..);
JavascriptContext?.includeLib..); this should be replaced with use of the resource API where you can declare resources.
JavascriptContext?.applicationFocus(..);
JavascriptContext?.addJavascriptCall(..)
There should be a JSF 2 API for script injection that can be used for many things. Between this and the resource dependency handling (either JSF 2.0 standard or our own as the case may be), we should be able to all of the required usages.
JavascriptContext?.focus(..);
JavascriptContext?.includeLib..); this should be replaced with use of the resource API where you can declare resources.
JavascriptContext?.applicationFocus(..);
JavascriptContext?.addJavascriptCall(..)
There should be a JSF 2 API for script injection that can be used for many things. Between this and the resource dependency handling (either JSF 2.0 standard or our own as the case may be), we should be able to all of the required usages.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion