[jira] [Commented] (TOBAGO-1876) Toggle-Button Example

2018-03-20 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406652#comment-16406652
 ] 

Guido Dubois commented on TOBAGO-1876:
--

Hi Udo,

first it would be nice to have a new visual component for booleans like 
described here: 
[http://www.bootstraptoggle.com|http://www.bootstraptoggle.com/].

 

Furthermore it would be nice to have a toggle-button component - 
[http://getbootstrap.com/docs/4.0/components/buttons].

I want to show/hide a collapsible section with a toggle-button (arrow down / 
arrow up). In closed state show arrow-down button to open, in open state show 
arrow-up button to close the collapsible section.

> Toggle-Button Example
> -
>
> Key: TOBAGO-1876
> URL: https://issues.apache.org/jira/browse/TOBAGO-1876
> Project: MyFaces Tobago
>  Issue Type: Wish
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Guido Dubois
>Priority: Major
>
> How to define a toggle-button? Is it possible to define a toggle button in 
> Bootstrap style?
> Like this:
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TOBAGO-1880) Length of inside is not the length of the column

2018-03-20 Thread Henning Noeth (JIRA)
Henning Noeth created TOBAGO-1880:
-

 Summary: Length of  inside  is not the 
length of the column
 Key: TOBAGO-1880
 URL: https://issues.apache.org/jira/browse/TOBAGO-1880
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core, Demo
Affects Versions: 4.1.0
Reporter: Henning Noeth


There must be two columns to reproduce the bug.
The smallest tc:suggest is in the first row, the biggest tc:suggest is in the 
last row.

Example
{code:xml}
  

  

  

  
  
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1878) Duplicated IDs for tc:tree inside tc:flexLayout with mojarra

2018-03-20 Thread Henning Noeth (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406336#comment-16406336
 ] 

Henning Noeth commented on TOBAGO-1878:
---

There is no specific exception. It's just the QUnit test which failed.
 # open /content/20-component/090-tree/01-select/tree-select.xhtml in webbrowser
 # menu "Test"
 # "Run Test"

The duplicated IDs test is executed for every QUnit test and can be found in 
myfaces-tobago/tobago-example/tobago-example-demo/src/main/webapp/script/tobago-test.js

There are more test failed for tree-select.xhtml, but I think it's based on the 
duplicated IDs problem.

> Duplicated IDs for tc:tree inside tc:flexLayout with mojarra
> 
>
> Key: TOBAGO-1878
> URL: https://issues.apache.org/jira/browse/TOBAGO-1878
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Reporter: Henning Noeth
>Priority: Major
> Fix For: 4.2.1
>
>
> Tested with Mojarra 2.0, 2.1, 2.3
> The bug appears if columns attribute have the value '1fr'.
> The duplicated IDs are from 

[jira] [Commented] (TOBAGO-1878) Duplicated IDs for tc:tree inside tc:flexLayout with mojarra

2018-03-20 Thread Bernd Bohmann (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406283#comment-16406283
 ] 

Bernd Bohmann commented on TOBAGO-1878:
---

Please add the full exception

> Duplicated IDs for tc:tree inside tc:flexLayout with mojarra
> 
>
> Key: TOBAGO-1878
> URL: https://issues.apache.org/jira/browse/TOBAGO-1878
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Reporter: Henning Noeth
>Priority: Major
> Fix For: 4.2.1
>
>
> Tested with Mojarra 2.0, 2.1, 2.3
> The bug appears if columns attribute have the value '1fr'.
> The duplicated IDs are from 

[jira] [Commented] (MYFACES-4204) javax.faces.application.ViewExpiredException: View "/test.xhtml" could not be restored.

2018-03-20 Thread Werner Punz (JIRA)

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

Werner Punz commented on MYFACES-4204:
--

Yes I will check it

 

> javax.faces.application.ViewExpiredException: View "/test.xhtml" could not be 
> restored.
> ---
>
> Key: MYFACES-4204
> URL: https://issues.apache.org/jira/browse/MYFACES-4204
> Project: MyFaces Core
>  Issue Type: Bug
>  Components: Portlet_Support
>Affects Versions: 2.3.0
>Reporter: Niels Borman
>Priority: Critical
>
> The problem arises from jsf.js because after an ajax call all 
> javax.faces.ViewState hidden inputs are updated. The solution would be to 
> update only those hidden inputs (javax.faces.ViewState) which are also within 
> a form with the same action as the form in which the ajax call was executed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MYFACES-4204) javax.faces.application.ViewExpiredException: View "/test.xhtml" could not be restored.

2018-03-20 Thread Thomas Andraschko (JIRA)

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

Thomas Andraschko commented on MYFACES-4204:


[~werpu] Could you check that?

> javax.faces.application.ViewExpiredException: View "/test.xhtml" could not be 
> restored.
> ---
>
> Key: MYFACES-4204
> URL: https://issues.apache.org/jira/browse/MYFACES-4204
> Project: MyFaces Core
>  Issue Type: Bug
>  Components: Portlet_Support
>Affects Versions: 2.3.0
>Reporter: Niels Borman
>Priority: Critical
>
> The problem arises from jsf.js because after an ajax call all 
> javax.faces.ViewState hidden inputs are updated. The solution would be to 
> update only those hidden inputs (javax.faces.ViewState) which are also within 
> a form with the same action as the form in which the ajax call was executed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (MYFACES-4204) javax.faces.application.ViewExpiredException: View "/test.xhtml" could not be restored.

2018-03-20 Thread Niels Borman (JIRA)
Niels Borman created MYFACES-4204:
-

 Summary: javax.faces.application.ViewExpiredException: View 
"/test.xhtml" could not be restored.
 Key: MYFACES-4204
 URL: https://issues.apache.org/jira/browse/MYFACES-4204
 Project: MyFaces Core
  Issue Type: Bug
  Components: Portlet_Support
Affects Versions: 2.3.0
Reporter: Niels Borman


The problem arises from jsf.js because after an ajax call all 
javax.faces.ViewState hidden inputs are updated. The solution would be to 
update only those hidden inputs (javax.faces.ViewState) which are also within a 
form with the same action as the form in which the ajax call was executed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOBAGO-1852) Sheet row to open a popup does not work

2018-03-20 Thread Henning Noeth (JIRA)

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

Henning Noeth resolved TOBAGO-1852.
---
Resolution: Fixed

Fixed in commits:
fa9d600c94068b46d3508e88065bd100fb80effd
6a8602f538e7b7f0b2e16c19df02dcb21fceef14

> Sheet row to open a popup does not work
> ---
>
> Key: TOBAGO-1852
> URL: https://issues.apache.org/jira/browse/TOBAGO-1852
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core, Demo
>Reporter: Udo Schnurpfeil
>Assignee: Henning Noeth
>Priority: Major
> Fix For: 4.2.0
>
>
> # open 
> http://tobago-vm.apache.org/demo-4-snapshot/content/20-component/080-sheet/30-event/sheet-event.xhtml
> # Select radio: open popup on click with AJAX
> # Klick on a row



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1870) The file attribute of tc:style is not rendered after a submit.

2018-03-20 Thread Bernd Bohmann (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406018#comment-16406018
 ] 

Bernd Bohmann commented on TOBAGO-1870:
---

It looks like webspere v8.5.5.9 is still using this in 
ApplicationImpl#publishEvent
 from myfaces 2.0.2
{code:java}
UIViewRoot uiViewRoot = facesContext.getViewRoot();
if (uiViewRoot != null)
{
//Call listeners on view level
event = 
_traverseListenerList(uiViewRoot.getViewListenersForEventClass(systemEventClass),
 
systemEventClass, source, event);
}
{code}
instead of this since myfaces 2.0.3
{code:java}
UIViewRoot uiViewRoot = facesContext.getViewRoot();
if (uiViewRoot != null)
{
//Call listeners on view level
event = 
_traverseListenerListWithCopy(uiViewRoot.getViewListenersForEventClass(systemEventClass),
 
systemEventClass, source, event);
}
{code}
 

 

> The file attribute of tc:style is not rendered after a submit.
> --
>
> Key: TOBAGO-1870
> URL: https://issues.apache.org/jira/browse/TOBAGO-1870
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Henning Noeth
>Assignee: Bernd Bohmann
>Priority: Major
> Fix For: 4.2.1
>
>
> An example could be found in the v4.2.0-SNAPSHOT demo:
>  
> [http://localhost:8080/content/40-test/6000-event/event.xhtml|http://localhost:8080/content/40-test/6000-event/event-1870.xhtml]
> After clicking on "reload", the link to "demo.css" file is not rendered 
> inside the  tag.
> The problem only occures with .
> The problem NOT occures with , but the EL 
> should resolve to excactly the same string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (TOBAGO-1870) The file attribute of tc:style is not rendered after a submit.

2018-03-20 Thread Bernd Bohmann (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406003#comment-16406003
 ] 

Bernd Bohmann edited comment on TOBAGO-1870 at 3/20/18 9:27 AM:


this is the exception
{code}
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:912) 
 at java.util.ArrayList$Itr.next(ArrayList.java:862) 
 at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1053) 
 at 
org.apache.myfaces.application.ApplicationImpl._traverseListenerList(ApplicationImpl.java:2213)
 
 at 
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:561)
 
 at 
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:591)
 
 at 
org.apache.webbeans.jsf.OwbApplication.publishEvent(OwbApplication.java:484) 
 at 
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:335)
 
 at 
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:335)
 
 at 
org.apache.deltaspike.jsf.impl.injection.InjectionAwareApplicationWrapper.publishEvent(InjectionAwareApplicationWrapper.java:148)
 
 at 
org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:72)
 
 at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:240) 
 at 
org.apache.deltaspike.jsf.impl.listener.request.DeltaSpikeLifecycleWrapper.render(DeltaSpikeLifecycleWrapper.java:111)
 
 at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191) 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
 
 at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
 
 at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)
{code}


was (Author: bommel):
this is the exception

at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:912) 
 at java.util.ArrayList$Itr.next(ArrayList.java:862) 
 at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1053) 
 at 
org.apache.myfaces.application.ApplicationImpl._traverseListenerList(ApplicationImpl.java:2213)
 
 at 
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:561)
 
 at 
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:591)
 
 at 
org.apache.webbeans.jsf.OwbApplication.publishEvent(OwbApplication.java:484) 
 at 
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:335)
 
 at 
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:335)
 
 at 
org.apache.deltaspike.jsf.impl.injection.InjectionAwareApplicationWrapper.publishEvent(InjectionAwareApplicationWrapper.java:148)
 
 at 
org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:72)
 
 at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:240) 
 at 
org.apache.deltaspike.jsf.impl.listener.request.DeltaSpikeLifecycleWrapper.render(DeltaSpikeLifecycleWrapper.java:111)
 
 at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191) 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
 
 at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
 
 at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)

> The file attribute of tc:style is not rendered after a submit.
> --
>
> Key: TOBAGO-1870
> URL: https://issues.apache.org/jira/browse/TOBAGO-1870
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Henning Noeth
>Assignee: Bernd Bohmann
>Priority: Major
> Fix For: 4.2.1
>
>
> An example could be found in the v4.2.0-SNAPSHOT demo:
>  
> [http://localhost:8080/content/40-test/6000-event/event.xhtml|http://localhost:8080/content/40-test/6000-event/event-1870.xhtml]
> After clicking on "reload", the link to "demo.css" file is not rendered 
> inside the  tag.
> The problem only occures with .
> The problem NOT occures with , but the EL 
> should resolve to excactly the same string.



--
This message was sent by Atlassian JIRA

[jira] [Commented] (TOBAGO-1870) The file attribute of tc:style is not rendered after a submit.

2018-03-20 Thread Bernd Bohmann (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406003#comment-16406003
 ] 

Bernd Bohmann commented on TOBAGO-1870:
---

this is the exception

at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:912) 
 at java.util.ArrayList$Itr.next(ArrayList.java:862) 
 at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1053) 
 at 
org.apache.myfaces.application.ApplicationImpl._traverseListenerList(ApplicationImpl.java:2213)
 
 at 
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:561)
 
 at 
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:591)
 
 at 
org.apache.webbeans.jsf.OwbApplication.publishEvent(OwbApplication.java:484) 
 at 
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:335)
 
 at 
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:335)
 
 at 
org.apache.deltaspike.jsf.impl.injection.InjectionAwareApplicationWrapper.publishEvent(InjectionAwareApplicationWrapper.java:148)
 
 at 
org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:72)
 
 at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:240) 
 at 
org.apache.deltaspike.jsf.impl.listener.request.DeltaSpikeLifecycleWrapper.render(DeltaSpikeLifecycleWrapper.java:111)
 
 at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191) 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
 
 at 
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
 
 at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
 
 at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)

> The file attribute of tc:style is not rendered after a submit.
> --
>
> Key: TOBAGO-1870
> URL: https://issues.apache.org/jira/browse/TOBAGO-1870
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Henning Noeth
>Assignee: Bernd Bohmann
>Priority: Major
> Fix For: 4.2.1
>
>
> An example could be found in the v4.2.0-SNAPSHOT demo:
>  
> [http://localhost:8080/content/40-test/6000-event/event.xhtml|http://localhost:8080/content/40-test/6000-event/event-1870.xhtml]
> After clicking on "reload", the link to "demo.css" file is not rendered 
> inside the  tag.
> The problem only occures with .
> The problem NOT occures with , but the EL 
> should resolve to excactly the same string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Result of: [VOTE] Release of MyFaces Master POM version 18

2018-03-20 Thread Udo Schnurpfeil
Hi,

thank you for voting. The result is 5 times +1:

Henning Nöth
Paul Nicolucci (binding)
Dennis Kieselhorst (binding)
Mark Stuberg (binding)
Bernd Bohmann (binding)

so I'll continue with the next steps.

Regards
Udo

Am 19.03.18 um 09:56 schrieb Bernd Bohmann:
> Here is my
>
> +1
>
> Regards
>
> Bernd
>
> On Sun, Mar 18, 2018 at 8:34 PM, Mark Struberg  > wrote:
>
> +1
>
> txs and LieGrue,
> strub
>
>
>
> On Thursday, 15 March 2018, 13:26:27 CET, Udo Schnurpfeil
> > wrote:
>
>
> Hi,
>
> I would like to release version 18 of the Apache MyFaces Master POM.
>
> You find the artifact in this Nexus staging repository:
>
> https://repository.apache.org/content/repositories/orgapachemyfaces-1131/
> 
> 
>
>
> Please vote now! (The vote is open for 72h.)
>
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> Regards,
>
> Udo
>
>