[jira] [Created] (MYFACES-4105) Implement extensionless mapping of views

2017-03-16 Thread Leonardo Uribe (JIRA)
Leonardo Uribe created MYFACES-4105:
---

 Summary: Implement extensionless mapping of views
 Key: MYFACES-4105
 URL: https://issues.apache.org/jira/browse/MYFACES-4105
 Project: MyFaces Core
  Issue Type: Bug
  Components: JSR-372
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe


See:

http://arjan-tijms.omnifaces.org/p/jsf-23.html#1260

Now we have already implemented getViews(...),  it is a good time to check how 
this one works.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (MYFACES-4103) Implement ViewHandler.getViews(...)

2017-03-16 Thread Leonardo Uribe (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-4103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-4103.
-
   Resolution: Fixed
Fix Version/s: 2.3.0

> Implement ViewHandler.getViews(...)
> ---
>
> Key: MYFACES-4103
> URL: https://issues.apache.org/jira/browse/MYFACES-4103
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: JSR-372
>Reporter: Leonardo Uribe
>Assignee: Leonardo Uribe
> Fix For: 2.3.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYFACES-4103) Implement ViewHandler.getViews(...)

2017-03-16 Thread Leonardo Uribe (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-4103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929246#comment-15929246
 ] 

Leonardo Uribe commented on MYFACES-4103:
-

Finally I enabled this configuration in faces-config.xml as a 
faces-config-extension:

{code:xml}


/site_layout.xhtml


{code}

In this way, it is possible to identify the files that are templates and should 
be excluded from getViews(...) calculation if required. This is useful when 
there is a template inside a resource library contract and you don't want the 
template or composite component file to be included in the calculation.

With these changes, this issue can be closed as fixed. I tried to see if we 
needed the compiler to detect composite components automatically or templates, 
but this requires parse every file. This is time consuming and not very 
precise. The exclusion option defining which files are templates looks better.

> Implement ViewHandler.getViews(...)
> ---
>
> Key: MYFACES-4103
> URL: https://issues.apache.org/jira/browse/MYFACES-4103
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: JSR-372
>Reporter: Leonardo Uribe
>Assignee: Leonardo Uribe
> Fix For: 2.3.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (TRINIDAD-2547) ClientBehavior doesn't get rendered on all commands

2017-03-16 Thread Carsten Dimmek (JIRA)
Carsten Dimmek created TRINIDAD-2547:


 Summary: ClientBehavior doesn't get rendered on all commands
 Key: TRINIDAD-2547
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2547
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Reporter: Carsten Dimmek
 Attachments: action_client_event.patch

ClientBehavior​ doesn't get rendered for all commands components when no 
explicit event name is set.

See applied patch for a fix



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)