Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 RC2
-
Fix Version/s: 1.0 RC2
-
Component/s: Paging/Sorting
-
Labels:None
-
Application server:Tomcat 5.0.28
Description
As per my email to the list:
------------------------------------------------------
This is sorta a follow-up to my last post. I had a
issue where I was filling in a javascript link with my
column property value and when sorting on that column
header, the sort would not work correctly as it was
always using the tag value (incl the javascript href)
that i specified.
So in other words, I wanted to sort by my original
bean value and not my later decorated value.
After digging around in the source, I added a extra
property to the column tag that allows me to set the
original bean property name in addition to the table
decorator property. I Also made the additional changes
to the underlying dependency classes and now my sort
and decorator value can co-exist and work properly.
------------------------------------------------------
I have the fixes but I'm not sure how to upload them nor create patches.
------------------------------------------------------
This is sorta a follow-up to my last post. I had a
issue where I was filling in a javascript link with my
column property value and when sorting on that column
header, the sort would not work correctly as it was
always using the tag value (incl the javascript href)
that i specified.
So in other words, I wanted to sort by my original
bean value and not my later decorated value.
After digging around in the source, I added a extra
property to the column tag that allows me to set the
original bean property name in addition to the table
decorator property. I Also made the additional changes
to the underlying dependency classes and now my sort
and decorator value can co-exist and work properly.
------------------------------------------------------
I have the fixes but I'm not sure how to upload them nor create patches.
Issue Links
- is depended upon by
-
DISPL-69
option to strip html before sort
-