AngularFaces icon indicating copy to clipboard operation
AngularFaces copied to clipboard

Passing controllers as parameter to ui:include

Open stephanrauh opened this issue 10 years ago • 0 comments

It's not possible to pass an AngularJS controller as parameter to ui:include. Traditional JSF controllers can be passed as parameters, but trying to replace the EL expression by the double curly brace fails. See http://127.0.0.1:8080/angularfaces-examples/manual/5_uiInclude/.

Possible solutions:

  • improve <ac:include />
  • replace the standard IncludeHandler by a custom AngularFaces include handler.

stephanrauh avatar Jul 03 '15 23:07 stephanrauh