[ 
https://issues.apache.org/jira/browse/TRINIDAD-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740777#comment-14740777
 ] 

Mike Kienenberger commented on TRINIDAD-2527:
---------------------------------------------

Deepan,

As I mentioned before, we don't have any active Trinidad committers currently.  
 If you provide a patch, I will apply it.

If you would like assistance in tracking down the problem and creating a 
solution, I recommend posting a message on the dev@myfaces mailing list to see 
if any other JSF developers have an idea.

> Row selection retains with tr:table
> -----------------------------------
>
>                 Key: TRINIDAD-2527
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2527
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Archetype
>    Affects Versions: 2.1.1-core
>         Environment: Windows 7, Java 7
>            Reporter: Deepan Chakkaravarthy
>            Priority: Blocker
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> A page contains <tr:table> with rowSelection as "Single/Multiple" and the 
> beans are session scoped. 
> - Select a row using the radio or checkbox
> - Navigate to some other pages
> - Again come back to page 1. Now, previously selected radio or checkbox are 
> selected. 
> {code:title=Sample code|borderStyle=solid}
> <tr:table id="myTableId"
> rowSelection="single"
> value="#{myBean.myList}"
> var="groups" varStatus="rowId" rowBandingInterval="1" 
> verticalGridVisible="true"
> selectionListener="#{myBackingBean.myRowSelectListener}">
> ...
> ...
> </tr:table>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to