[JBoss JIRA] (RF-13370) Charts - server-side improvements
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13370?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-13370:
----------------------------
Summary: Charts - server-side improvements (was: Charts - server-side)
> Charts - server-side improvements
> ---------------------------------
>
> Key: RF-13370
> URL: https://issues.jboss.org/browse/RF-13370
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-output
> Reporter: Lukáš Macko
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> * rename attribute *clickListener* in chart and series tag to *plotClickListner*
> * send request to server only if a server-side listener is attached
> * particular series server-side listeners (called only for particular series events)
> * server-side listener method is not called when Bean is annotated with @Named (listener is called properly for @MangedBean)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13387) pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList
by Juraj Húska (JIRA)
Juraj Húska created RF-13387:
--------------------------------
Summary: pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList
Key: RF-13387
URL: https://issues.jboss.org/browse/RF-13387
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 5.0.0.Alpha2
Reporter: Juraj Húska
When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
Regular {{h:commandButton}} submitting works correctly.
JS error being logged in browser console:
{code}
TypeError: component.detach is not a function
component.detach(source);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-10756) collapsibleSubtable: id set to tbody differs from component id and break rendering.
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-10756?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak reassigned RF-10756:
----------------------------------
Assignee: Juraj Húska (was: Pavol Pitonak)
> collapsibleSubtable: id set to tbody differs from component id and break rendering.
> -----------------------------------------------------------------------------------
>
> Key: RF-10756
> URL: https://issues.jboss.org/browse/RF-10756
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.Final
> Reporter: Ilya Shaikovsky
> Assignee: Juraj Húska
>
> added to richfaces-showcase code:
> {code}
> <rich:column colspan="6">
> <rich:collapsibleSubTableToggler for="sbtbl" />
> <h:outputText value="#{list.vendor}" />
> <a4j:commandButton value="render" render="sbtbl" action="#{carsBean.incDaysLive}">
> </a4j:commandButton>
> </rich:column>
> <rich:collapsibleSubTable value="#{list.vendorItems}" var="item" id="sbtbl"
> expandMode="client">
> <rich:column>
> <h:outputText value="#{item.daysLive}" />
> </rich:column>
> {code}
> and
> {code}
> public void incDaysLive(){
> for (InventoryVendorList vendor : inventoryVendorLists) {
> for (InventoryVendorItem item : vendor.getVendorItems()) {
> item.setDaysLive(item.getDaysLive()+1);
> }
>
> }
> }
> {code}
> do not see values updated before refreshing the browser.
> According to log update came fine for the subtable. just wrapper tbody has different id than specified at component. so it can't be updated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13384) Showcase for 4.5.x - richfaces-event.js problem
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13384?page=com.atlassian.jira.plugin.s... ]
Matej Novotny closed RF-13384.
------------------------------
Resolution: Cannot Reproduce Bug
Had an outdated build causing me to see this error. Works correctly after rebuilding dependencies.
> Showcase for 4.5.x - richfaces-event.js problem
> -----------------------------------------------
>
> Key: RF-13384
> URL: https://issues.jboss.org/browse/RF-13384
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Matej Novotny
> Assignee: Matej Novotny
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The showcase application shows following warning in server console when accessing nearly any component.
> {code}
> 14:39:01,300 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, richfaces-event.js.
> {code}
> The consequences are that the component does not respond on any form of interaction. This is probably a missing resource problem (or maybe a conflicting resource since we are talking RF 4.5?).
> May be related to [this issue|https://issues.jboss.org/browse/RF-13186], but that one is signed as resolved.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13384) Showcase for 4.5.x - richfaces-event.js problem
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13384?page=com.atlassian.jira.plugin.s... ]
Matej Novotny commented on RF-13384:
------------------------------------
Hmm now that I rebuild everything from scratch it works for me too. I must have had outdated build of RF 4 Components, it's my bad. Sorry for bothering then, I will close this issue.
> Showcase for 4.5.x - richfaces-event.js problem
> -----------------------------------------------
>
> Key: RF-13384
> URL: https://issues.jboss.org/browse/RF-13384
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Matej Novotny
> Assignee: Matej Novotny
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The showcase application shows following warning in server console when accessing nearly any component.
> {code}
> 14:39:01,300 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, richfaces-event.js.
> {code}
> The consequences are that the component does not respond on any form of interaction. This is probably a missing resource problem (or maybe a conflicting resource since we are talking RF 4.5?).
> May be related to [this issue|https://issues.jboss.org/browse/RF-13186], but that one is signed as resolved.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years