| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
TOMAHAWK-542 forceId does not work on dataTable
Tabs to spaces only
TOMAHAWK-1225 data lost in dataList when conversion error is thrown
TOMAHAWK-1259 Component generation using myfaces builder plugin for 1.1
Workaround for TOMAHAWK-961 - Deleting a row when t:dataList/t:dataTable preserveRowStates=true assigns submitted values to wrong row. Added clearRowStates() and deleteRowStateForRow() methods for t:dataList and t:dataTable. Added preserveRowStates documentation to both t:dataList and t:dataTable.
MYFACES-1488: License headers (Part 8)
cosmetic change - error message changed.
TOMAHAWK-265 patch applied
fix for TOMAHAWK-215. Thanks to Claudio Tasso.
renaming tomahawk/tomahawk to tomahawk/core
fix for MYFACES-1010, including test case (testing with suns´ri not included)
maven reorg v2
maven reorg v2
maven reorg
Removed svn:executable property
- Made t:message elements work with Ajax errors - fixed UIComponent.findComponent to actually work.
Re-commit disabled preserveRowStates (r332660). Was ok.
Revert partly the preserveRowStates (r332660) because it generates an infinite loop somewhere.
added preserveRowStates to t:datatable. Rowstates will not be discarded before rendering the table if the value is true for this flag
Was throwing NullPointerException from HtmlDataTableHack, add childState != null check and it does not appear to have any side effects.
fix for NPE if parent is null (MYFACES-739)
revert patch for MYFACES-627, as it produces double rowindex values into clientids
HtmlCollapsiblePanel now works in DataTable, even without dataBinding. Check back with mbr if he has the same opinion on removing the clear() statement.
reverting to earlier - might enable complete state saving later on as an option
committed so that this is not lost - will revert to last version immediately
fix for MYFACES-627, thanks to Keith Lynch for reporting and Senthil Chelladurai for digging out the cause and the patch
fix for MYFACES-721, thanks to Guillaume LE STUM
change in r290681 breaks UIColumns
fix for MYFACES-586
Fixes MYFACES-565. Now HtmlDataList extends HtmlDataTableHack (I've changed the visibility of HtmlDataTableHack to do this) in order to take advantage of the possibility to create DataModels using Collections (such as Sets). In the past, this was done directly in UIData, but since MYFACES-268 it is no more.
Fixes MYFACES-286, now t:dataTable accept an instance of Collection as value
fix for MYFACES-520
fixes a NPE if setValue(...) is called Thanks to Jon Travis for reporting
EditableValueHolder states of column facets should not be saved/restored for each row. Thanks to Mathias Werlitz who reported it.
changed extensions.tld to work for swapImage again, slight changes in DataScroller to enable subclassing
fixed problem with HtmlDataTableHack - thanks to Luiz Augusto Ruiz for his patch
fix for MYFACES-331 Implementation for UIData.setRowIndex(int) now handles only the EditableValueHolder components according to the spec. saveState/restoreState is not needed anymore since UIData hold the datamodel in a map which uses the clientId of the parent component to determine the current datamodel. fixes also the formatting according to the specified myfaces code-style (see WIKI http://wiki.apache.org/myfaces/MyFaces_Developer_Notes)
add a IllegalArgumentException if rowindex < -1 (see spec)
fixes several issues (JIRA-337, 224, 115) of the new the uidata implementation: - uidata holds all datamodels in a map to support nested uidatas (clientid of uidata´s parent is used as a key) - rowstate is stored in a map and is identified by the current client id of the uidata - an inital rowstate is used to initialize each row with its start values - it is not necessary to call comp.setId(comp.getId()) to reset the client id.
MYFACES-322: Removed: - all unused imports - unused local variables - unnecessary object creation - unused methods (not removed, just commented out) (Patches by James L. Mitchell)
UIData fix by Mathias Broekelmann
Patch by Mathias Broekelmann (for MYFACES-228)
svn reorg
Better error report for HtmlDataTableHack
small changes
Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table
renamed packages to org.apache
fixed problems with nested UIData and HtmlDataTable components
full revision of extended HtmlDataTable so that there is no more cache problem
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
![]() |
ViewVC Help |
| Powered by ViewVC 1.0.5 |