-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: liferay-faces-3.0.2-ga3, liferay-faces-3.1.2-ga3
-
Component/s: None
-
Labels:None
In case if aui:script should be rendered only during some AJAX request it will not be rendered at all. After FACES-1466 will be fixed this issue will have a workaround - use of position="inline" attribute.
I see two possible fixes:
- Force inline script rendering for AJAX calls
- Use an ability to execute javascript after AJAX request is completed provided by many frameworks (see for example org.primefaces.context.RequestContext#execute(java.lang.String))