You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anthony Hong <an...@gmail.com> on 2006/07/06 05:00:27 UTC

immediate attribute of t:commandSortHeader doesn't work with value = false

As javadoc describe that commandSortHeader  default immediate="true",
If I want to set it to false. I still can not get updated value from
page.
Anyone who has successful on this component?

As for default behavior, I have two column a, b. Each time click
column, it will request my backingbean function sort, to sort list for
displaying.

I click a,  it header shows asc, it sorts for previous column name due
to immediate attribute=true, I can not get the updated value

-- 

Anthony Hong

Re: immediate attribute of t:commandSortHeader doesn't work with value = false

Posted by Anthony Hong <an...@gmail.com>.
When I click sortHead,  DataTable set sort column as previous not
current clicking column head, Is this correct?
What I suppose is click on which column, sorting on that one

On 7/6/06, Anthony Hong <an...@gmail.com> wrote:
> As javadoc describe that commandSortHeader  default immediate="true",
> If I want to set it to false. I still can not get updated value from
> page.
> Anyone who has successful on this component?
>
> As for default behavior, I have two column a, b. Each time click
> column, it will request my backingbean function sort, to sort list for
> displaying.
>
> I click a,  it header shows asc, it sorts for previous column name due
> to immediate attribute=true, I can not get the updated value
>
> --
>
> Anthony Hong
>


-- 

Anthony Hong