You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Vasista <rb...@gmail.com> on 2008/07/02 11:12:37 UTC

Re: Trinidad Table selectAll/SelectNone with autoSubmit Issue in API.

Hi,
    Please some one can tell that the selectAll/SelectNone works for
autosubmit=true in IE.
      
  Regards,
    Bandaru.



Vasista wrote:
> 
> Hi,
>    Yes,as u guess we are using only IE ,
>     But this functionality wount work in IE ? then we are in trouble.
> 
>   Thanks for Response,
>       - Bandaru.
> 
> 
> Matthias Wessendorf-4 wrote:
>> 
>> On Thu, Jun 26, 2008 at 2:43 AM, Vasista <rb...@gmail.com> wrote:
>>>
>>>  Hi,
>>>     we are having an issue Trinidad (Version 1.0.4) Table-component with
>>> "
>>> Select all | Select None "
>>>     ie. when we set table attribute autoSubmit="true" with
>>> rowSelection="multiple" throwing javascript alert
>>>      when we click on 'Select All' or 'Select None' links like
>>>                            line: 1114
>>>                            'Error :'undefined'is null or not an object
>> 
>> I just tested the demo in Firefox2, works fine.
>> So, you are using IE ?
>> 
>>>
>>>     When we check this schenario(autoSubmit="true" and
>>> rowSelection="multiple") with the trinidad-demo Link
>>> ( http://www.irian.at/trinidad-demo/faces/components/table.jspx# ) we
>>> faced
>>> the same problem.
>>>
>>>  Please suggest us if there any solution for this Issue.
>>>  Its very High Priority for us to Resolve.
>> 
>> would be good if you have a patch, or can help a bit more
>> on the debugging side.
>> 
>> Thx,
>> Matthias
>> 
>>>
>>> SAMPLE CODE :
>>>  <tr:table value="" var="" rowSelection="multiple" autoSubmit="true">
>>>                <tr:column>
>>>                <tr:outputText value="SampleData1"/>
>>>                </tr:column>
>>>                <tr:column>
>>>                <tr:outputText value="SampleData2"/>
>>>                </tr:column>
>>>                <tr:column>
>>>                <tr:outputText value="SampleData3"/>
>>>                </tr:column>
>>>              </tr:table>
>>>
>>>  Thanks in Advance,
>>>       - Bandaru.
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
>> 
>> -- 
>> Matthias Wessendorf
>> 
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18233198.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Trinidad Table selectAll/SelectNone with autoSubmit Issue in API.

Posted by Matthias Wessendorf <ma...@apache.org>.
On Fri, Jul 4, 2008 at 11:30 AM, Vasista <rb...@gmail.com> wrote:
>
> Hi Matthias,
>     Thanks for the spontaneous response and excuse for too many posts.
>    Our Testing people reported that the issue happens when
>   if we click 'Select None' when no rows are on selection,thus then after
> getting the JS alert.
>   ie,first 'Select None' then 'Select All'.

I saw that, when runing the demo on IE7.
But I hadn't had time to debug.
Can you file an issue ?
>
>  Please let me have your comments...
>
>  Thanks and Regards,
>    Bandaru.
>
>
>
> Matthias Wessendorf-4 wrote:
>>
>> No, I only have IE7, so can't see the issue in IE6 ;-)
>>
>>
>> On Fri, Jul 4, 2008 at 8:48 AM, Vasista <rb...@gmail.com> wrote:
>>>
>>> Hi Matthias,
>>>      I will file the bug that i faced with trinidad table component,but
>>> before that need small clarification that you mentioned 'noticed the
>>> issue
>>> in IE 7' do you mean that works in IE 6?
>>>   But we faced the same issue replicating on IE 6 also.
>>>  Please clarify that it works in IE 6 or Not, such that i can file the
>>> issue
>>> in detail.
>>>
>>>  Thanks,
>>>   Bandaru.
>>>
>>>
>>> Matthias Wessendorf-4 wrote:
>>>>
>>>> Hi,
>>>>
>>>> ok I just noticed the issue in IE 7.
>>>>
>>>> Can you file a bug ?
>>>> That we don't forget the issue .
>>>> I noticed a problem with my debugger for IE,...
>>>> so can't look at the broken JS now.
>>>>
>>>> Greetings,
>>>> Matthias
>>>>
>>>> On Wed, Jul 2, 2008 at 11:12 AM, Vasista <rb...@gmail.com> wrote:
>>>>>
>>>>> Hi,
>>>>>    Please some one can tell that the selectAll/SelectNone works for
>>>>> autosubmit=true in IE.
>>>>>
>>>>>  Regards,
>>>>>    Bandaru.
>>>>>
>>>>>
>>>>>
>>>>> Vasista wrote:
>>>>>>
>>>>>> Hi,
>>>>>>    Yes,as u guess we are using only IE ,
>>>>>>     But this functionality wount work in IE ? then we are in trouble.
>>>>>>
>>>>>>   Thanks for Response,
>>>>>>       - Bandaru.
>>>>>>
>>>>>>
>>>>>> Matthias Wessendorf-4 wrote:
>>>>>>>
>>>>>>> On Thu, Jun 26, 2008 at 2:43 AM, Vasista <rb...@gmail.com>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>>  Hi,
>>>>>>>>     we are having an issue Trinidad (Version 1.0.4) Table-component
>>>>>>>> with
>>>>>>>> "
>>>>>>>> Select all | Select None "
>>>>>>>>     ie. when we set table attribute autoSubmit="true" with
>>>>>>>> rowSelection="multiple" throwing javascript alert
>>>>>>>>      when we click on 'Select All' or 'Select None' links like
>>>>>>>>                            line: 1114
>>>>>>>>                            'Error :'undefined'is null or not an
>>>>>>>> object
>>>>>>>
>>>>>>> I just tested the demo in Firefox2, works fine.
>>>>>>> So, you are using IE ?
>>>>>>>
>>>>>>>>
>>>>>>>>     When we check this schenario(autoSubmit="true" and
>>>>>>>> rowSelection="multiple") with the trinidad-demo Link
>>>>>>>> ( http://www.irian.at/trinidad-demo/faces/components/table.jspx# )
>>>>>>>> we
>>>>>>>> faced
>>>>>>>> the same problem.
>>>>>>>>
>>>>>>>>  Please suggest us if there any solution for this Issue.
>>>>>>>>  Its very High Priority for us to Resolve.
>>>>>>>
>>>>>>> would be good if you have a patch, or can help a bit more
>>>>>>> on the debugging side.
>>>>>>>
>>>>>>> Thx,
>>>>>>> Matthias
>>>>>>>
>>>>>>>>
>>>>>>>> SAMPLE CODE :
>>>>>>>>  <tr:table value="" var="" rowSelection="multiple"
>>>>>>>> autoSubmit="true">
>>>>>>>>                <tr:column>
>>>>>>>>                <tr:outputText value="SampleData1"/>
>>>>>>>>                </tr:column>
>>>>>>>>                <tr:column>
>>>>>>>>                <tr:outputText value="SampleData2"/>
>>>>>>>>                </tr:column>
>>>>>>>>                <tr:column>
>>>>>>>>                <tr:outputText value="SampleData3"/>
>>>>>>>>                </tr:column>
>>>>>>>>              </tr:table>
>>>>>>>>
>>>>>>>>  Thanks in Advance,
>>>>>>>>       - Bandaru.
>>>>>>>>
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
>>>>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Matthias Wessendorf
>>>>>>>
>>>>>>> further stuff:
>>>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>>>> sessions: http://www.slideshare.net/mwessendorf
>>>>>>> mail: matzew-at-apache-dot-org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18233198.html
>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> further stuff:
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> mail: matzew-at-apache-dot-org
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18273859.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18276116.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: Trinidad Table selectAll/SelectNone with autoSubmit Issue in API.

Posted by Vasista <rb...@gmail.com>.
Hi Matthias,
     Thanks for the spontaneous response and excuse for too many posts.
    Our Testing people reported that the issue happens when
   if we click 'Select None' when no rows are on selection,thus then after
getting the JS alert.
   ie,first 'Select None' then 'Select All'.
 
  Please let me have your comments...

  Thanks and Regards,
    Bandaru.
  


Matthias Wessendorf-4 wrote:
> 
> No, I only have IE7, so can't see the issue in IE6 ;-)
> 
> 
> On Fri, Jul 4, 2008 at 8:48 AM, Vasista <rb...@gmail.com> wrote:
>>
>> Hi Matthias,
>>      I will file the bug that i faced with trinidad table component,but
>> before that need small clarification that you mentioned 'noticed the
>> issue
>> in IE 7' do you mean that works in IE 6?
>>   But we faced the same issue replicating on IE 6 also.
>>  Please clarify that it works in IE 6 or Not, such that i can file the
>> issue
>> in detail.
>>
>>  Thanks,
>>   Bandaru.
>>
>>
>> Matthias Wessendorf-4 wrote:
>>>
>>> Hi,
>>>
>>> ok I just noticed the issue in IE 7.
>>>
>>> Can you file a bug ?
>>> That we don't forget the issue .
>>> I noticed a problem with my debugger for IE,...
>>> so can't look at the broken JS now.
>>>
>>> Greetings,
>>> Matthias
>>>
>>> On Wed, Jul 2, 2008 at 11:12 AM, Vasista <rb...@gmail.com> wrote:
>>>>
>>>> Hi,
>>>>    Please some one can tell that the selectAll/SelectNone works for
>>>> autosubmit=true in IE.
>>>>
>>>>  Regards,
>>>>    Bandaru.
>>>>
>>>>
>>>>
>>>> Vasista wrote:
>>>>>
>>>>> Hi,
>>>>>    Yes,as u guess we are using only IE ,
>>>>>     But this functionality wount work in IE ? then we are in trouble.
>>>>>
>>>>>   Thanks for Response,
>>>>>       - Bandaru.
>>>>>
>>>>>
>>>>> Matthias Wessendorf-4 wrote:
>>>>>>
>>>>>> On Thu, Jun 26, 2008 at 2:43 AM, Vasista <rb...@gmail.com>
>>>>>> wrote:
>>>>>>>
>>>>>>>  Hi,
>>>>>>>     we are having an issue Trinidad (Version 1.0.4) Table-component
>>>>>>> with
>>>>>>> "
>>>>>>> Select all | Select None "
>>>>>>>     ie. when we set table attribute autoSubmit="true" with
>>>>>>> rowSelection="multiple" throwing javascript alert
>>>>>>>      when we click on 'Select All' or 'Select None' links like
>>>>>>>                            line: 1114
>>>>>>>                            'Error :'undefined'is null or not an
>>>>>>> object
>>>>>>
>>>>>> I just tested the demo in Firefox2, works fine.
>>>>>> So, you are using IE ?
>>>>>>
>>>>>>>
>>>>>>>     When we check this schenario(autoSubmit="true" and
>>>>>>> rowSelection="multiple") with the trinidad-demo Link
>>>>>>> ( http://www.irian.at/trinidad-demo/faces/components/table.jspx# )
>>>>>>> we
>>>>>>> faced
>>>>>>> the same problem.
>>>>>>>
>>>>>>>  Please suggest us if there any solution for this Issue.
>>>>>>>  Its very High Priority for us to Resolve.
>>>>>>
>>>>>> would be good if you have a patch, or can help a bit more
>>>>>> on the debugging side.
>>>>>>
>>>>>> Thx,
>>>>>> Matthias
>>>>>>
>>>>>>>
>>>>>>> SAMPLE CODE :
>>>>>>>  <tr:table value="" var="" rowSelection="multiple"
>>>>>>> autoSubmit="true">
>>>>>>>                <tr:column>
>>>>>>>                <tr:outputText value="SampleData1"/>
>>>>>>>                </tr:column>
>>>>>>>                <tr:column>
>>>>>>>                <tr:outputText value="SampleData2"/>
>>>>>>>                </tr:column>
>>>>>>>                <tr:column>
>>>>>>>                <tr:outputText value="SampleData3"/>
>>>>>>>                </tr:column>
>>>>>>>              </tr:table>
>>>>>>>
>>>>>>>  Thanks in Advance,
>>>>>>>       - Bandaru.
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
>>>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Matthias Wessendorf
>>>>>>
>>>>>> further stuff:
>>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>>> sessions: http://www.slideshare.net/mwessendorf
>>>>>> mail: matzew-at-apache-dot-org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18233198.html
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18273859.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Matthias Wessendorf
> 
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
> 
> 

-- 
View this message in context: http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18276116.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Trinidad Table selectAll/SelectNone with autoSubmit Issue in API.

Posted by Matthias Wessendorf <ma...@apache.org>.
No, I only have IE7, so can't see the issue in IE6 ;-)


On Fri, Jul 4, 2008 at 8:48 AM, Vasista <rb...@gmail.com> wrote:
>
> Hi Matthias,
>      I will file the bug that i faced with trinidad table component,but
> before that need small clarification that you mentioned 'noticed the issue
> in IE 7' do you mean that works in IE 6?
>   But we faced the same issue replicating on IE 6 also.
>  Please clarify that it works in IE 6 or Not, such that i can file the issue
> in detail.
>
>  Thanks,
>   Bandaru.
>
>
> Matthias Wessendorf-4 wrote:
>>
>> Hi,
>>
>> ok I just noticed the issue in IE 7.
>>
>> Can you file a bug ?
>> That we don't forget the issue .
>> I noticed a problem with my debugger for IE,...
>> so can't look at the broken JS now.
>>
>> Greetings,
>> Matthias
>>
>> On Wed, Jul 2, 2008 at 11:12 AM, Vasista <rb...@gmail.com> wrote:
>>>
>>> Hi,
>>>    Please some one can tell that the selectAll/SelectNone works for
>>> autosubmit=true in IE.
>>>
>>>  Regards,
>>>    Bandaru.
>>>
>>>
>>>
>>> Vasista wrote:
>>>>
>>>> Hi,
>>>>    Yes,as u guess we are using only IE ,
>>>>     But this functionality wount work in IE ? then we are in trouble.
>>>>
>>>>   Thanks for Response,
>>>>       - Bandaru.
>>>>
>>>>
>>>> Matthias Wessendorf-4 wrote:
>>>>>
>>>>> On Thu, Jun 26, 2008 at 2:43 AM, Vasista <rb...@gmail.com> wrote:
>>>>>>
>>>>>>  Hi,
>>>>>>     we are having an issue Trinidad (Version 1.0.4) Table-component
>>>>>> with
>>>>>> "
>>>>>> Select all | Select None "
>>>>>>     ie. when we set table attribute autoSubmit="true" with
>>>>>> rowSelection="multiple" throwing javascript alert
>>>>>>      when we click on 'Select All' or 'Select None' links like
>>>>>>                            line: 1114
>>>>>>                            'Error :'undefined'is null or not an object
>>>>>
>>>>> I just tested the demo in Firefox2, works fine.
>>>>> So, you are using IE ?
>>>>>
>>>>>>
>>>>>>     When we check this schenario(autoSubmit="true" and
>>>>>> rowSelection="multiple") with the trinidad-demo Link
>>>>>> ( http://www.irian.at/trinidad-demo/faces/components/table.jspx# ) we
>>>>>> faced
>>>>>> the same problem.
>>>>>>
>>>>>>  Please suggest us if there any solution for this Issue.
>>>>>>  Its very High Priority for us to Resolve.
>>>>>
>>>>> would be good if you have a patch, or can help a bit more
>>>>> on the debugging side.
>>>>>
>>>>> Thx,
>>>>> Matthias
>>>>>
>>>>>>
>>>>>> SAMPLE CODE :
>>>>>>  <tr:table value="" var="" rowSelection="multiple" autoSubmit="true">
>>>>>>                <tr:column>
>>>>>>                <tr:outputText value="SampleData1"/>
>>>>>>                </tr:column>
>>>>>>                <tr:column>
>>>>>>                <tr:outputText value="SampleData2"/>
>>>>>>                </tr:column>
>>>>>>                <tr:column>
>>>>>>                <tr:outputText value="SampleData3"/>
>>>>>>                </tr:column>
>>>>>>              </tr:table>
>>>>>>
>>>>>>  Thanks in Advance,
>>>>>>       - Bandaru.
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
>>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Matthias Wessendorf
>>>>>
>>>>> further stuff:
>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>> sessions: http://www.slideshare.net/mwessendorf
>>>>> mail: matzew-at-apache-dot-org
>>>>>
>>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18233198.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18273859.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: Trinidad Table selectAll/SelectNone with autoSubmit Issue in API.

Posted by Vasista <rb...@gmail.com>.
Hi Matthias,
      I will file the bug that i faced with trinidad table component,but
before that need small clarification that you mentioned 'noticed the issue
in IE 7' do you mean that works in IE 6?
   But we faced the same issue replicating on IE 6 also.
 Please clarify that it works in IE 6 or Not, such that i can file the issue
in detail.

 Thanks,
   Bandaru.
    

Matthias Wessendorf-4 wrote:
> 
> Hi,
> 
> ok I just noticed the issue in IE 7.
> 
> Can you file a bug ?
> That we don't forget the issue .
> I noticed a problem with my debugger for IE,...
> so can't look at the broken JS now.
> 
> Greetings,
> Matthias
> 
> On Wed, Jul 2, 2008 at 11:12 AM, Vasista <rb...@gmail.com> wrote:
>>
>> Hi,
>>    Please some one can tell that the selectAll/SelectNone works for
>> autosubmit=true in IE.
>>
>>  Regards,
>>    Bandaru.
>>
>>
>>
>> Vasista wrote:
>>>
>>> Hi,
>>>    Yes,as u guess we are using only IE ,
>>>     But this functionality wount work in IE ? then we are in trouble.
>>>
>>>   Thanks for Response,
>>>       - Bandaru.
>>>
>>>
>>> Matthias Wessendorf-4 wrote:
>>>>
>>>> On Thu, Jun 26, 2008 at 2:43 AM, Vasista <rb...@gmail.com> wrote:
>>>>>
>>>>>  Hi,
>>>>>     we are having an issue Trinidad (Version 1.0.4) Table-component
>>>>> with
>>>>> "
>>>>> Select all | Select None "
>>>>>     ie. when we set table attribute autoSubmit="true" with
>>>>> rowSelection="multiple" throwing javascript alert
>>>>>      when we click on 'Select All' or 'Select None' links like
>>>>>                            line: 1114
>>>>>                            'Error :'undefined'is null or not an object
>>>>
>>>> I just tested the demo in Firefox2, works fine.
>>>> So, you are using IE ?
>>>>
>>>>>
>>>>>     When we check this schenario(autoSubmit="true" and
>>>>> rowSelection="multiple") with the trinidad-demo Link
>>>>> ( http://www.irian.at/trinidad-demo/faces/components/table.jspx# ) we
>>>>> faced
>>>>> the same problem.
>>>>>
>>>>>  Please suggest us if there any solution for this Issue.
>>>>>  Its very High Priority for us to Resolve.
>>>>
>>>> would be good if you have a patch, or can help a bit more
>>>> on the debugging side.
>>>>
>>>> Thx,
>>>> Matthias
>>>>
>>>>>
>>>>> SAMPLE CODE :
>>>>>  <tr:table value="" var="" rowSelection="multiple" autoSubmit="true">
>>>>>                <tr:column>
>>>>>                <tr:outputText value="SampleData1"/>
>>>>>                </tr:column>
>>>>>                <tr:column>
>>>>>                <tr:outputText value="SampleData2"/>
>>>>>                </tr:column>
>>>>>                <tr:column>
>>>>>                <tr:outputText value="SampleData3"/>
>>>>>                </tr:column>
>>>>>              </tr:table>
>>>>>
>>>>>  Thanks in Advance,
>>>>>       - Bandaru.
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> further stuff:
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> mail: matzew-at-apache-dot-org
>>>>
>>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18233198.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Matthias Wessendorf
> 
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
> 
> 

-- 
View this message in context: http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18273859.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Trinidad Table selectAll/SelectNone with autoSubmit Issue in API.

Posted by Matthias Wessendorf <ma...@apache.org>.
Hi,

ok I just noticed the issue in IE 7.

Can you file a bug ?
That we don't forget the issue .
I noticed a problem with my debugger for IE,...
so can't look at the broken JS now.

Greetings,
Matthias

On Wed, Jul 2, 2008 at 11:12 AM, Vasista <rb...@gmail.com> wrote:
>
> Hi,
>    Please some one can tell that the selectAll/SelectNone works for
> autosubmit=true in IE.
>
>  Regards,
>    Bandaru.
>
>
>
> Vasista wrote:
>>
>> Hi,
>>    Yes,as u guess we are using only IE ,
>>     But this functionality wount work in IE ? then we are in trouble.
>>
>>   Thanks for Response,
>>       - Bandaru.
>>
>>
>> Matthias Wessendorf-4 wrote:
>>>
>>> On Thu, Jun 26, 2008 at 2:43 AM, Vasista <rb...@gmail.com> wrote:
>>>>
>>>>  Hi,
>>>>     we are having an issue Trinidad (Version 1.0.4) Table-component with
>>>> "
>>>> Select all | Select None "
>>>>     ie. when we set table attribute autoSubmit="true" with
>>>> rowSelection="multiple" throwing javascript alert
>>>>      when we click on 'Select All' or 'Select None' links like
>>>>                            line: 1114
>>>>                            'Error :'undefined'is null or not an object
>>>
>>> I just tested the demo in Firefox2, works fine.
>>> So, you are using IE ?
>>>
>>>>
>>>>     When we check this schenario(autoSubmit="true" and
>>>> rowSelection="multiple") with the trinidad-demo Link
>>>> ( http://www.irian.at/trinidad-demo/faces/components/table.jspx# ) we
>>>> faced
>>>> the same problem.
>>>>
>>>>  Please suggest us if there any solution for this Issue.
>>>>  Its very High Priority for us to Resolve.
>>>
>>> would be good if you have a patch, or can help a bit more
>>> on the debugging side.
>>>
>>> Thx,
>>> Matthias
>>>
>>>>
>>>> SAMPLE CODE :
>>>>  <tr:table value="" var="" rowSelection="multiple" autoSubmit="true">
>>>>                <tr:column>
>>>>                <tr:outputText value="SampleData1"/>
>>>>                </tr:column>
>>>>                <tr:column>
>>>>                <tr:outputText value="SampleData2"/>
>>>>                </tr:column>
>>>>                <tr:column>
>>>>                <tr:outputText value="SampleData3"/>
>>>>                </tr:column>
>>>>              </tr:table>
>>>>
>>>>  Thanks in Advance,
>>>>       - Bandaru.
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18233198.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org