[jira] [Updated] (MYFACES-4099) Allow resolve #{cc} inside templates called from a composite component

2017-02-23 Thread Leonardo Uribe (JIRA)

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

Leonardo Uribe updated MYFACES-4099:

   Resolution: Fixed
Fix Version/s: 2.3.0
   2.2.13
   2.1.19
   Status: Resolved  (was: Patch Available)

I finally committed a variant of the solution proposed, after check inline EL 
is working well without changes. Fixed on 2.1.x, 2.2.x and 2.3.x

> Allow resolve #{cc} inside templates called from a composite component
> --
>
> Key: MYFACES-4099
> URL: https://issues.apache.org/jira/browse/MYFACES-4099
> Project: MyFaces Core
>  Issue Type: Improvement
>Affects Versions: 2.2.12
>Reporter: Thomas Andraschko
>Assignee: Leonardo Uribe
> Fix For: 2.1.19, 2.2.13, 2.3.0
>
> Attachments: TagAttributeImpl.java.patch
>
>
> It has been reported this scenario:
> {code:xml}
> 
>  
> 
> {code}
> In the included page:
> {code:xml}
> 
>  
> 
> {code}
> The problem right now is such kind of indirection has not been taken into 
> account for #{cc} EL resolution algorithm. It is supposed that any resolution 
> of #{cc} happens inside the composite component .xhtml and not indirectly 
> through a template like is happening in the previous example.
> This code leads to an StackOverflowException, because the algorithm cannot 
> find the right composite component and by default it takes the closest one.
> In MyFaces it is possible to pass the values as parameters of ui:include, but 
> the point is it is better if we allow these example to work.
> Please note this is not a bug. This looks like an improvement. The challenge 
> here is expressions using #{cc} outside a composite component xhtml are not 
> cacheable, so we need to study if this improvement can be done or not.



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


[jira] [Resolved] (TOBAGO-1702) No spacing of buttonGroups within flexLayout

2017-02-23 Thread Henning Noeth (JIRA)

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

Henning Noeth resolved TOBAGO-1702.
---
   Resolution: Fixed
Fix Version/s: 3.1.0

> No spacing of buttonGroups within flexLayout
> 
>
> Key: TOBAGO-1702
> URL: https://issues.apache.org/jira/browse/TOBAGO-1702
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Themes
>Affects Versions: 3.0.3
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Minor
> Fix For: 3.1.0
>
>
>  within a  have no gap between themselves.
> {code:xml}
> 
>   
>   
>   
> 
> 
>   
>   
> 
> 
>   
> 
> {code}



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


[jira] [Created] (TOBAGO-1705) tc:sheet is empty after filtering results

2017-02-23 Thread Henning Noeth (JIRA)
Henning Noeth created TOBAGO-1705:
-

 Summary: tc:sheet is empty after filtering results
 Key: TOBAGO-1705
 URL: https://issues.apache.org/jira/browse/TOBAGO-1705
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 3.0.3
Reporter: Henning Noeth


Steps to reproduce:
1. The sheet has enough rows for 5 pages.
2. Select page 4.
3. Filter results (so only one page is available)
4. No results are shown (probably because page 4 is still selected)



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