[jira] [Commented] (MYFACES-4667) UIData#invokeOnComponent does not find components

2024-05-21 Thread SteGr (Jira)
for renderers. But according to BalusC, the spec does not mention the check on {{UIColumn}} for {{{}invokeOnComponent{}}}. So this could be fixed without a spec change. > UIData#invokeOnComponent does not find components > - > >

[jira] [Commented] (MYFACES-4667) UIData#invokeOnComponent does not find components

2024-05-21 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/MYFACES-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17848222#comment-17848222 ] Melloware commented on MYFACES-4667: Oh good point it might be! > UIData#invokeOnComponent d

[jira] [Commented] (MYFACES-4667) UIData#invokeOnComponent does not find components

2024-05-21 Thread Thomas Andraschko (Jira)
/issues/1905 > UIData#invokeOnComponent does not find components > - > > Key: MYFACES-4667 > URL: https://issues.apache.org/jira/browse/MYFACES-4667 > Project: MyFaces Core >

[jira] [Commented] (MYFACES-4667) UIData#invokeOnComponent does not find components

2024-05-21 Thread Melloware (Jira)
> UIData#invokeOnComponent does not find components > - > > Key: MYFACES-4667 > URL: https://issues.apache.org/jira/browse/MYFACES-4667 > Project: MyFaces Core > Issue T

[jira] [Created] (MYFACES-4667) UIData#invokeOnComponent does not find components

2024-05-21 Thread SteGr (Jira)
SteGr created MYFACES-4667: -- Summary: UIData#invokeOnComponent does not find components Key: MYFACES-4667 URL: https://issues.apache.org/jira/browse/MYFACES-4667 Project: MyFaces Core Issue Type

[GitHub] [myfaces] tandraschko merged pull request #554: Dead code in UIData if skipIterationHint enabled

2023-03-15 Thread via GitHub
tandraschko merged PR #554: URL: https://github.com/apache/myfaces/pull/554 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (MYFACES-4452) UIData has a protected non spec defined method - needs to be private

2022-09-01 Thread Paul Nicolucci (Jira)
[ https://issues.apache.org/jira/browse/MYFACES-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Nicolucci resolved MYFACES-4452. - Resolution: Fixed > UIData has a protected non spec defined method - ne

[jira] [Created] (MYFACES-4452) UIData has a protected non spec defined method - needs to be private

2022-09-01 Thread Paul Nicolucci (Jira)
Paul Nicolucci created MYFACES-4452: --- Summary: UIData has a protected non spec defined method - needs to be private Key: MYFACES-4452 URL: https://issues.apache.org/jira/browse/MYFACES-4452 Project

[jira] [Resolved] (TOMAHAWK-1689) t:messages replaceIdWithLabel fails for components inside UIData elements.

2021-03-26 Thread Mike Kienenberger (Jira)
createOutputLabelMap() to also add map entries for every iterated component id inside of a UIData component by using root.visitTree() in addition to the existing code which iterates over the root children list recursively.   Changed msgDetail and msgSummary to replace by the current clientId in addition

[jira] [Created] (TOMAHAWK-1689) t:messages replaceIdWithLabel fails for components inside UIData elements.

2021-03-26 Thread Mike Kienenberger (Jira)
Mike Kienenberger created TOMAHAWK-1689: --- Summary: t:messages replaceIdWithLabel fails for components inside UIData elements. Key: TOMAHAWK-1689 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1689

[jira] [Resolved] (MYFACES-4128) pushComponentToEL should be called before isVisitable is called in visitTree of UIData, UIForm, UINamingContainer and UIRepeat

2017-07-31 Thread Bernd Bohmann (JIRA)
2.1.19 2.0.25 2.0.25-SNAPSHOT > pushComponentToEL should be called before isVisitable is called in visitTree > of UIData, UIForm, UINamingContainer and UI

[jira] [Commented] (MYFACES-4128) pushComponentToEL should be called before isVisitable is called in visitTree of UIData, UIForm, UINamingContainer and UIRepeat

2017-07-31 Thread Bernd Bohmann (JIRA)
unk > pushComponentToEL should be called before isVisitable is called in visitTree > of UIData, UIForm, UINamingContainer and UIRepeat > -- > >

[jira] [Updated] (MYFACES-4128) pushComponentToEL should be called before isVisitable is called in visitTree of UIData, UIForm, UINamingContainer and UIRepeat

2017-07-26 Thread Bernd Bohmann (JIRA)
ore isVisitable is called in visitTree > of UIData, UIForm, UINamingContainer and UIRepeat > -- > > Key: MYFACES-4128 > URL: https://issu

[jira] [Created] (MYFACES-4128) pushComponentToEL should be called before isVisitable is called in visitTree of UIData, UIForm, UINamingContainer and UIRepeat

2017-07-25 Thread Bernd Bohmann (JIRA)
Bernd Bohmann created MYFACES-4128: -- Summary: pushComponentToEL should be called before isVisitable is called in visitTree of UIData, UIForm, UINamingContainer and UIRepeat Key: MYFACES-4128 URL: https

[jira] [Resolved] (MYFACES-4091) Add custom type support in UIData and UIRepeat

2017-05-12 Thread Leonardo Uribe (JIRA)
Add custom type support in UIData and UIRepeat > -- > > Key: MYFACES-4091 > URL: https://issues.apache.org/jira/browse/MYFACES-4091 > Project: MyFaces Core > Issue Type: New Feature >

[jira] [Resolved] (MYFACES-4089) Add Iterable support in UIData and UIRepeat

2017-05-12 Thread Leonardo Uribe (JIRA)
Add Iterable support in UIData and UIRepeat > --- > > Key: MYFACES-4089 > URL: https://issues.apache.org/jira/browse/MYFACES-4089 > Project: MyFaces Core > Issue Type: New Feature >

[jira] [Resolved] (MYFACES-4090) Add Map support in UIData and UIRepeat

2017-05-12 Thread Leonardo Uribe (JIRA)
Add Map support in UIData and UIRepeat > -- > > Key: MYFACES-4090 > URL: https://issues.apache.org/jira/browse/MYFACES-4090 > Project: MyFaces Core > Issue Type: New Feature >

[jira] [Created] (MYFACES-4091) Add custom type support in UIData and UIRepeat

2017-02-09 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created MYFACES-4091: -- Summary: Add custom type support in UIData and UIRepeat Key: MYFACES-4091 URL: https://issues.apache.org/jira/browse/MYFACES-4091 Project: MyFaces Core

[jira] [Created] (MYFACES-4090) Add Map support in UIData and UIRepeat

2017-02-09 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created MYFACES-4090: -- Summary: Add Map support in UIData and UIRepeat Key: MYFACES-4090 URL: https://issues.apache.org/jira/browse/MYFACES-4090 Project: MyFaces Core

[jira] [Created] (MYFACES-4089) Add Iterable support in UIData and UIRepeat

2017-02-09 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created MYFACES-4089: -- Summary: Add Iterable support in UIData and UIRepeat Key: MYFACES-4089 URL: https://issues.apache.org/jira/browse/MYFACES-4089 Project: MyFaces Core

[jira] [Commented] (MYFACES-4074) MyFaces + Primefaces: Dynamic ui:include + UIData (with rowStatePreserved) rendering problem

2016-10-31 Thread Leonardo Uribe (JIRA)
, but I don't know if that could help in your case. MyFaces PSS algorithm aim to apply PSS inclusive in sections where ui:include src=EL expr is used. Mojarra does not have those optimisations. I ignore what's inside primefaces, but I'm aware there is a copy of Mojarra UIData deep inside its sources

[jira] [Reopened] (MYFACES-4074) MyFaces + Primefaces: Dynamic ui:include + UIData (with rowStatePreserved) rendering problem

2016-10-31 Thread Jiri Slovak (JIRA)
my point of view, problem is in ComponentTagHandlerDelegate - myfaces >calls markInitialState during apply method, Mojarra does not. Thanks for doing deeper investigation about this problem. Jiri > MyFaces + Primefaces: Dynamic ui:include + UIData (with rowStatePreserved) > rende

[jira] [Commented] (MYFACES-4074) MyFaces + Primefaces: Dynamic ui:include + UIData (with rowStatePreserved) rendering problem

2016-10-31 Thread Leonardo Uribe (JIRA)
. According to the tests, the exception does not happen inside MyFaces, and it is related to primefaces p:dataGrid component, which overrides UIData. There is nothing to do in that case from myfaces perspective, because the fix should be done in primefaces. I'll close this issue as invalid

[jira] [Created] (MYFACES-4074) MyFaces + Primefaces: Dynamic ui:include + UIData (with rowStatePreserved) rendering problem

2016-10-30 Thread Jiri Slovak (JIRA)
Jiri Slovak created MYFACES-4074: Summary: MyFaces + Primefaces: Dynamic ui:include + UIData (with rowStatePreserved) rendering problem Key: MYFACES-4074 URL: https://issues.apache.org/jira/browse/MYFACES-4074

[jira] [Resolved] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-07-14 Thread Leonardo Uribe (JIRA)
committed the patch that adds _rowStates and do other fixes, to ensure saveState/restoreState works if they are called at the end of invoke application phase and before render response phase. > UIData state is not restorable when rowStatePreserved is set to t

[jira] [Commented] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-05-26 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15303360#comment-15303360 ] Leonardo Uribe commented on MYFACES-4036: - Created issue MYFACES-4048 > UIData st

[jira] [Commented] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-05-26 Thread Leonardo Uribe (JIRA)
d be saved with the component state too. This behavior was not originally thought (because in the JSF EG we never went that far to consider portlets) but it has a lot of sense, and in the "spirit" to make things just work, I think we need a new issue for this behavior t

[jira] [Commented] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-05-24 Thread Leonardo Uribe (JIRA)
nformation in the state. On the next postback request, this map is filled on apply request value phase, but again, it has a transient nature. According to the spec, the current behavior of UIData is correct, but on portlet case the idea is we can apply saveState safely at the end of invoke applica

[jira] [Commented] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-05-24 Thread Leonardo Uribe (JIRA)
have realized there is something wrong in the current UIData implementation. The problem is call saveState(...) and restoreState(...) at the end on invoke application phase could lead to inconsistencies. The reason is there is some information in _rowStates that is not saved with the state, so

[jira] [Commented] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-05-23 Thread mansi (JIRA)
. Also processViewstate returns an object but buildView is a void method . Can you please suggest how can we get the viewstate after JSF lifecycle is executed . Please share your thoughts . > UIData state is not restorable when rowStatePreserved is set to t

[jira] [Commented] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-03-02 Thread Leonardo Uribe (JIRA)
() is called, and that code should be called every time the initial state is built or calculated. > UIData state is not restorable when rowStatePreserved is set to true > > > Key:

[jira] [Created] (MYFACES-4036) UIData state is not restorable when rowStatePreserved is set to true

2016-03-02 Thread Hank Ibell (JIRA)
Hank Ibell created MYFACES-4036: --- Summary: UIData state is not restorable when rowStatePreserved is set to true Key: MYFACES-4036 URL: https://issues.apache.org/jira/browse/MYFACES-4036 Project

[jira] [Commented] (TOMAHAWK-1607) focus cannot locate targets inside UIData elements

2012-12-10 Thread Werner Punz (JIRA)
cannot because we have to support JSF 1.2 with the component. Anyway thanks for the patch, I will integrate it into the sandbox component. focus cannot locate targets inside UIData elements -- Key: TOMAHAWK-1607

[jira] [Resolved] (TOMAHAWK-1607) focus cannot locate targets inside UIData elements

2012-12-10 Thread Werner Punz (JIRA)
for the fix focus cannot locate targets inside UIData elements -- Key: TOMAHAWK-1607 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1607 Project: MyFaces Tomahawk Issue

[jira] [Updated] (MYFACES-3463) Refactor UIRepeat code to implement PSS algorithm like UIData and fix state behavior

2012-02-25 Thread Leonardo Uribe (Updated) (JIRA)
: Resolved (was: Patch Available) Refactor UIRepeat code to implement PSS algorithm like UIData and fix state behavior Key: MYFACES-3463 URL: https://issues.apache.org

[jira] [Updated] (MYFACES-3463) Refactor UIRepeat code to implement PSS algorithm like UIData and fix state behavior

2012-02-19 Thread Leonardo Uribe (Updated) (JIRA)
algorithm like UIData and fix state behavior Key: MYFACES-3463 URL: https://issues.apache.org/jira/browse/MYFACES-3463 Project: MyFaces Core Issue Type

[jira] [Commented] (MYFACES-3463) Refactor UIRepeat code to implement PSS algorithm like UIData and fix state behavior

2012-02-19 Thread Leonardo Uribe (Commented) (JIRA)
a patch, taking what's necessary from UIData. At the end the code has two differences: - State for rows (rowState) was saved into the state. This is not necessary because the information for EditableValueHolder is usually send to the client and then go back to the server. UIData do

[jira] [Commented] (MYFACES-3033) Improve DebugPhaseListener for UIData and SKIP_ITERATION

2012-02-14 Thread Commented
: public boolean isRendered(Object row) { if (row != null) { // evaluate rendered with not null row } return [false|true]; } Improve DebugPhaseListener for UIData and SKIP_ITERATION

[jira] [Resolved] (MYFACES-3033) Improve DebugPhaseListener for UIData and SKIP_ITERATION

2012-02-14 Thread Resolved
[ https://issues.apache.org/jira/browse/MYFACES-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kočí resolved MYFACES-3033. -- Resolution: Won't Fix Improve DebugPhaseListener for UIData and SKIP_ITERATION

[jira] [Created] (MYFACES-3463) Refactor UIRepeat code to implement PSS algorithm like UIData and fix state behavior

2012-02-13 Thread Leonardo Uribe (Created) (JIRA)
Refactor UIRepeat code to implement PSS algorithm like UIData and fix state behavior Key: MYFACES-3463 URL: https://issues.apache.org/jira/browse/MYFACES-3463

[jira] [Commented] (TOMAHAWK-1607) focus cannot locate targets inside UIData elements

2012-01-03 Thread Mike Kienenberger (Commented) (JIRA)
UIData in an inconsistent state causing unexpected issues. New version resets rowIndex and uses UIComponentPerspective to represent state. focus cannot locate targets inside UIData elements -- Key: TOMAHAWK-1607

[jira] [Created] (TOMAHAWK-1607) focus cannot locate targets inside UIData elements

2011-12-29 Thread Mike Kienenberger (Created) (JIRA)
focus cannot locate targets inside UIData elements -- Key: TOMAHAWK-1607 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1607 Project: MyFaces Tomahawk Issue Type: Bug Components

[jira] [Commented] (MYFACES-3326) UIData does not preserve submitted values on immediate requests

2011-09-27 Thread Michael Kurz (Commented) (JIRA)
the spec and found no mention of displaying the submitted value if it is still set in render response (which apparently is done). So what do you think: Is this a valid issue? UIData does not preserve submitted values on immediate requests

Re: [jira] [Commented] (MYFACES-3326) UIData does not preserve submitted values on immediate requests

2011-09-27 Thread Mike Kienenberger
). So what do you think: Is this a valid issue? UIData does not preserve submitted values on immediate requests ---                 Key: MYFACES-3326                 URL: https://issues.apache.org/jira/browse/MYFACES-3326

[jira] [Commented] (MYFACES-985) UIData with multihierarchical children inside produces NPE

2011-07-22 Thread Leonardo Uribe (JIRA)
the reasons why Mojarra code works, but I believe that is not intentional. In JSF 2.1, full row component state was added to UIData, and the same principle applies, but in that case the restriction applies to all components. Note transient component are ignored too. The problem is adding a non

[jira] [Created] (MYFACES-3236) UIData performance improvements

2011-07-22 Thread Leonardo Uribe (JIRA)
UIData performance improvements --- Key: MYFACES-3236 URL: https://issues.apache.org/jira/browse/MYFACES-3236 Project: MyFaces Core Issue Type: Improvement Components: JSR-314 Affects Versions

[jira] [Resolved] (MYFACES-3236) UIData performance improvements

2011-07-22 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3236. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8 UIData

[jira] [Updated] (MYFACES-3025) 2.1: implement VisitHint.SKIP_ITERATION support in UIData

2011-04-29 Thread Leonardo Uribe (JIRA)
Available) Committed solution and integrated with test patches provided. Thanks to Martin Koci for provide this patch 2.1: implement VisitHint.SKIP_ITERATION support in UIData - Key: MYFACES-3025 URL: https

[jira] [Resolved] (MYFACES-2616) Fix UIData state saving model (spec issue 153)

2011-04-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2616. - Resolution: Fixed Fix UIData state saving model (spec issue 153

[jira] Resolved: (TOMAHAWK-1568) UIInputs in DataTable (UIData) lose submitted values when UICommands are set to immediate=true

2011-03-16 Thread Leonardo Uribe (JIRA)
the row and the component state. UIInputs in DataTable (UIData) lose submitted values when UICommands are set to immediate=true -- Key: TOMAHAWK-1568 URL: https

[jira] Commented: (MYFACES-3033) Improve DebugPhaseListener for UIData and SKIP_ITERATION

2011-02-08 Thread Andy Schwartz (JIRA)
to safely evaluate EL. Improve DebugPhaseListener for UIData and SKIP_ITERATION Key: MYFACES-3033 URL: https://issues.apache.org/jira/browse/MYFACES-3033 Project: MyFaces Core Issue

[jira] Created: (MYFACES-3033) Improve DebugPhaseListener for UIData and SKIP_ITERATION

2011-02-07 Thread JIRA
Improve DebugPhaseListener for UIData and SKIP_ITERATION Key: MYFACES-3033 URL: https://issues.apache.org/jira/browse/MYFACES-3033 Project: MyFaces Core Issue Type: Improvement

[jira] Commented: (MYFACES-3033) Improve DebugPhaseListener for UIData and SKIP_ITERATION

2011-02-07 Thread JIRA
DebugPhaseListener for UIData and SKIP_ITERATION Key: MYFACES-3033 URL: https://issues.apache.org/jira/browse/MYFACES-3033 Project: MyFaces Core Issue Type: Improvement Components: General

[jira] Created: (MYFACES-3025) 2.1: implement VisitHint.SKIP_ITERATION support in UIData

2011-02-04 Thread JIRA
2.1: implement VisitHint.SKIP_ITERATION support in UIData - Key: MYFACES-3025 URL: https://issues.apache.org/jira/browse/MYFACES-3025 Project: MyFaces Core Issue Type: Task

[jira] Updated: (MYFACES-3025) 2.1: implement VisitHint.SKIP_ITERATION support in UIData

2011-02-04 Thread JIRA
in UIData - Key: MYFACES-3025 URL: https://issues.apache.org/jira/browse/MYFACES-3025 Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.1.0

[jira] Commented: (MYFACES-3025) 2.1: implement VisitHint.SKIP_ITERATION support in UIData

2011-02-04 Thread Jakob Korherr (JIRA)
or decide to make the current trunk 2.1.0-SNAPSHOT before committing this patch! feel free to start a thread about this on the dev@ list, Martin! 2.1: implement VisitHint.SKIP_ITERATION support in UIData - Key: MYFACES

[jira] Created: (TOBAGO-931) Validation problems with UIData from Sun RI 1.1_02

2010-10-26 Thread Udo Schnurpfeil (JIRA)
Validation problems with UIData from Sun RI 1.1_02 -- Key: TOBAGO-931 URL: https://issues.apache.org/jira/browse/TOBAGO-931 Project: MyFaces Tobago Issue Type: Bug Components: Core

[jira] Resolved: (TOBAGO-931) Validation problems with UIData from Sun RI 1.1_02

2010-10-26 Thread Udo Schnurpfeil (JIRA)
it please add this to your faces-config.xml component display-nameUIData/display-name component-typeorg.apache.myfaces.tobago.Data/component-type component-classorg.apache.myfaces.tobago.component.UIDataFixTobago931/component-class /component Validation problems with UIData from Sun

[jira] Updated: (MYFACES-2886) UIData: push and pop row component to and from EL during broadcast()

2010-08-24 Thread Jakob Korherr (JIRA)
Resolution: Fixed fix + test case in place UIData: push and pop row component to and from EL during broadcast() Key: MYFACES-2886 URL: https://issues.apache.org/jira/browse/MYFACES-2886

[jira] Created: (MYFACES-2886) UIData: push and pop row component to and from EL during broadcast()

2010-08-19 Thread JIRA
UIData: push and pop row component to and from EL during broadcast() Key: MYFACES-2886 URL: https://issues.apache.org/jira/browse/MYFACES-2886 Project: MyFaces Core Issue

[jira] Updated: (MYFACES-2886) UIData: push and pop row component to and from EL during broadcast()

2010-08-19 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kočí updated MYFACES-2886: - Status: Patch Available (was: Open) UIData: push and pop row component to and from EL during

[jira] Commented: (MYFACES-2616) Fix UIData state saving model (spec issue 153)

2010-07-20 Thread Leonardo Uribe (JIRA)
for markInitialState() and some way to indicate we are calling this method from the specified location. The option (b) consider that PostAddToViewEvent should not be used to relocate components. If components are relocated, the destiny should be outside a UIData instance (h:outputScript

[jira] Commented: (MYFACES-2616) Fix UIData state saving model (spec issue 153)

2010-05-14 Thread Martin Marinschek (JIRA)
is necessary? best regards, Martin Fix UIData state saving model (spec issue 153) -- Key: MYFACES-2616 URL: https://issues.apache.org/jira/browse/MYFACES-2616 Project: MyFaces Core Issue Type: Task

[jira] Commented: (MYFACES-2616) Fix UIData state saving model (spec issue 153)

2010-05-13 Thread Leonardo Uribe (JIRA)
() ). It could be good to have all calls to markInitialState() in just one place, in one specific moment, and identify when this call comes from vld.buildView or from UIData.setRowIndex() (we need only to save the full state if the call comes from vdl.buildView). Fix UIData state saving model (spec

[jira] Created: (MYFACES-2616) Fix UIData state saving model (spec issue 153)

2010-03-19 Thread Leonardo Uribe (JIRA)
Fix UIData state saving model (spec issue 153) -- Key: MYFACES-2616 URL: https://issues.apache.org/jira/browse/MYFACES-2616 Project: MyFaces Core Issue Type: Task Components: JSR-314

[jira] Commented: (MYFACES-2616) Fix UIData state saving model (spec issue 153)

2010-03-19 Thread Leonardo Uribe (JIRA)
properties as suggested by Alexander Smirnov. The idea is create an interface that allows to save/restore transient properties like UIForm.submitted, to be saved per row. In that way, the state could be fully restored and saved for each component. Fix UIData state saving model (spec issue 153

[jira] Updated: (MYFACES-2370) 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

2009-10-08 Thread Leonardo Uribe (JIRA)
Status: Resolved (was: Patch Available) Thanks to Jakob Korherr for provide this patch 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

[jira] Commented: (MYFACES-2370) 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

2009-10-08 Thread Kennard Consulting (JIRA)
turnaround guys. Look forward to trying it. 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets -- Key: MYFACES-2370 URL

[jira] Created: (MYFACES-2370) 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

2009-09-25 Thread Kennard Consulting (JIRA)
'invokeOnComponent' method in UIData does not properly process h:column header/footer facets -- Key: MYFACES-2370 URL: https://issues.apache.org/jira/browse/MYFACES-2370

[jira] Commented: (MYFACES-2370) 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

2009-09-25 Thread Leonardo Uribe (JIRA)
if we solve this one and some problem happens on next release, we could skip this one. 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

[jsf 2.0] PostRestoreStateEvent called more that once for components inside UIData instances (h:dataTable)

2009-09-14 Thread Leonardo Uribe
of UIData.visitTree(). That algorithm visit child components per row. But UIData use the same component per each row and only save the values related to EditableValueHolder interface. The result is that we call PostRestoreStateEvent as many times as rows are available. This behavior

[Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
Hi, I've been working on getting the full suite of Tomahawk examples working on the 2.0 branch. Most of the examples are working, and one that's currently failing is Data Scroller (dataScroller.jsp). It looks like the dataScroller bean (org.apache.myfaces.examples.listexample.DataScrollerList)

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Matthias Wessendorf
So, how should this be approached?  Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number and call .intValue())? .intValue() would be fine w/ me. TCK should be fine with that as well, I guess... Thanks, Curtiss Howard -- Matthias

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
On Tue, Jul 21, 2009 at 8:12 AM, Matthias Wessendorfmat...@apache.org wrote: So, how should this be approached?  Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number and call .intValue())? .intValue() would be fine w/ me. TCK should be fine with

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Matthias Wessendorf
On Tue, Jul 21, 2009 at 2:17 PM, Curtiss Howardcurtiss.how...@gmail.com wrote: On Tue, Jul 21, 2009 at 8:12 AM, Matthias Wessendorfmat...@apache.org wrote: So, how should this be approached?  Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
yes, true. I switched my mind. I don't see any reason for long as well. Guess I should have checked JIRA first... looks like this issue _has_ been known about for two years ;) https://issues.apache.org/jira/browse/TOMAHAWK-1064 Curtiss Howard

[jira] Updated: (MFCOMMONS-2) ExporterActionListener should be dependant of UIData instead of HtmlDataTable

2008-12-09 Thread Gilles Demarty (JIRA)
[ https://issues.apache.org/jira/browse/MFCOMMONS-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Demarty updated MFCOMMONS-2: --- Status: Patch Available (was: Open) ExporterActionListener should be dependant of UIData

[jira] Created: (MFCOMMONS-2) ExporterActionListener should be dependant of UIData instead of HtmlDataTable

2008-12-08 Thread Gilles Demarty (JIRA)
ExporterActionListener should be dependant of UIData instead of HtmlDataTable - Key: MFCOMMONS-2 URL: https://issues.apache.org/jira/browse/MFCOMMONS-2 Project: MyFaces

[jira] Updated: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2008-03-25 Thread Grant Smith (JIRA)
(was: Patch Available) Patch applied. Thanks Bogdan. Please note that patches are usually applied sooner if they are SVN diffs. UIColumns component must be a child of a UIData component -- Key: TOMAHAWK-1156 URL

[jira] Issue Comment Edited: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-13 Thread Phanidhar Adusumilli (JIRA)
will be in sync and the application is also in control of when to reset it. Moreover the data scroller does not need the UIData hence for attribute is not needed. ex: t:datatable first=#searchPageBean.startRowIndex ... ... /t:datatable t:dataScroller startRowIndex=#searchPageBean.startRowIndex

[jira] Commented: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-12 Thread Phanidhar Adusumilli (JIRA)
the UIData hence for attribute is not needed. ex: t:datatable first=#searchPageBean.startRowIndex ... ... /t:datatable t:dataScroller startRowIndex=#searchPageBean.startRowIndex ... ... /t:dataScroller in searchPageBean's search method the attribute startRowIndex can be set to 0 when

[jira] Issue Comment Edited: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-11 Thread Phanidhar Adusumilli (JIRA)
: - Since UIData supports value binding for the attribute first (getFirst is using it), Can we have setFirst push it to the valuebinding (if the valuebinding is present)? In the current implementation setFirst only stores it locally thus makes the value binding useless. By making

[jira] Issue Comment Edited: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-11 Thread Phanidhar Adusumilli (JIRA)
: - Since UIData supports value binding for the attribute first (getFirst is using it), Can we have setFirst push it to the valuebinding (if the valuebinding is present)? In the current implementation setFirst only stores it locally thus makes the value binding useless. By making

[jira] Issue Comment Edited: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-11 Thread Phanidhar Adusumilli (JIRA)
: - Since UIData supports value binding for the attribute first (getFirst is using it), Can we have setFirst push it to the valuebinding (if the valuebinding is present)? In the current implementation setFirst only stores it locally thus makes the value binding useless. By making

[jira] Issue Comment Edited: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-11 Thread Phanidhar Adusumilli (JIRA)
: - Since UIData supports value binding for the attribute first (getFirst is using it), Can we have setFirst push it to the valuebinding (if the valuebinding is present)? In the current implementation setFirst only stores it locally thus makes the value binding useless. By making

[jira] Commented: (TOMAHAWK-548) Ability to reset datascroller(UIData) to page one from a UICommand

2008-03-11 Thread Phanidhar Adusumilli (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577581#action_12577581 ] Phanidhar Adusumilli commented on TOMAHAWK-548: --- Since UIData supports

[jira] Commented: (MYFACES-1225) JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData

2008-01-30 Thread Simon Kitching (JIRA)
DataModel in UIData --- Key: MYFACES-1225 URL: https://issues.apache.org/jira/browse/MYFACES-1225 Project: MyFaces Core Issue Type: Improvement Components

[jira] Commented: (MYFACES-1225) JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData

2008-01-30 Thread Paul Pogonyshev (JIRA)
sources trunk -- private. Checked out branches/1_2_2 --- no UIData at all... It seems I completely misunderstand MyFaces SVN. Is https://svn.apache.org/repos/asf/myfaces/core/trunk a valid URL for trunk at all? JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData

[jira] Commented: (MYFACES-1225) JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData

2008-01-30 Thread Simon Kitching (JIRA)
-generation is done is that JSP taglibs, faces-config files, facelets config files, etc all need to be consistent. In the old code this was done by hand, and many errors resulted. You will find the new UIData here, as a template that is modified during build: https://svn.apache.org/repos/asf

[jira] Commented: (MYFACES-1225) JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData

2008-01-30 Thread Paul Pogonyshev (JIRA)
are possible without major code duplication as with 1.1. JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData --- Key: MYFACES-1225 URL: https

[jira] Commented: (MYFACES-1225) JSR-252 Issue #58: Enabled protected access to internal DataModel in UIData

2008-01-29 Thread Paul Pogonyshev (JIRA)
and is private in SVN. What has changed? I stumbled into it after I derived right from UIData: cannot play around with createDataModel, while I could with a custom Tomahawk table derivative. Apparently, Tomahawk uses some hack class. And Tomahawk's wish to have access to getDataModel() etc

[jira] Commented: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2008-01-12 Thread Bogdan Sava (JIRA)
*/ UIComponent parent = getParentUIData().getParent(); ... } UIColumns component must be a child of a UIData component -- Key: TOMAHAWK-1156 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1156

[jira] Issue Comment Edited: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2008-01-12 Thread Bogdan Sava (JIRA)
of a UIData component -- Key: TOMAHAWK-1156 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1156 Project: MyFaces Tomahawk Issue Type: Bug Components: Columns Affects

[jira] Commented: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2008-01-07 Thread raj (JIRA)
. If not is there a timeline by when this will be fixed. Thanks, Raghu UIColumns component must be a child of a UIData component -- Key: TOMAHAWK-1156 URL: https://issues.apache.org/jira/browse/TOMAHAWK

[jira] Created: (MYFACES-1789) UIData do not honor first and row value binding in decode

2007-12-18 Thread Mario Ivankovits (JIRA)
UIData do not honor first and row value binding in decode - Key: MYFACES-1789 URL: https://issues.apache.org/jira/browse/MYFACES-1789 Project: MyFaces Core Issue Type: Bug

[jira] Resolved: (MYFACES-1789) UIData do not honor first and row value binding in decode

2007-12-18 Thread Mario Ivankovits (JIRA)
Version for now. UIData do not honor first and row value binding in decode - Key: MYFACES-1789 URL: https://issues.apache.org/jira/browse/MYFACES-1789 Project: MyFaces Core Issue

[jira] Updated: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2007-12-12 Thread Ramy Siha (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramy Siha updated TOMAHAWK-1156: Status: Patch Available (was: Open) UIColumns component must be a child of a UIData component

[jira] Created: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2007-11-25 Thread Bogdan Sava (JIRA)
UIColumns component must be a child of a UIData component -- Key: TOMAHAWK-1156 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1156 Project: MyFaces Tomahawk Issue Type: Bug

[jira] Created: (MYFACES-1738) invokeOnComponent returns wrong reference for UIData children

2007-10-01 Thread Dominik Erni (JIRA)
invokeOnComponent returns wrong reference for UIData children - Key: MYFACES-1738 URL: https://issues.apache.org/jira/browse/MYFACES-1738 Project: MyFaces Core Issue Type: Bug

[jira] Commented: (MYFACES-1738) invokeOnComponent returns wrong reference for UIData children

2007-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531596 ] Leonardo Uribe commented on MYFACES-1738: - It's not a bug. UIData use the same components to render each

  1   2   3   >