[Trinidad} Issue with ValueChangeListener

2010-09-28 Thread Seema Richard (UST, IND)
Hi, We are using Trinidad 1.2 with facelets.There are multiple checkboxes in our form and we require to call an ActionListener every time a checkbox is selected/deselected. Below is the code: tr:form tr:selectBooleanCheckbox autoSubmit=true id=quantity1

RE: [Trinidad] Problem using on Blackberry mobile

2010-09-27 Thread Seema Richard (UST, IND)
4.7 as they are considered as basic HTML browsers. You can start your development targeting these browser while we come up with a patch for BB 4.7 to BB5.0. Thanks Mamallan On 9/22/2010 3:49 AM, Seema Richard (UST, IND) wrote: Mamallan, I have 2 questions here. 1. Will this problem

RE: [Trinidad] Problem using on Blackberry mobile

2010-09-22 Thread Seema Richard (UST, IND)
simply crashes becoz of some JavaScript code in Trinidad. Will create a JIRA to fix this problem in our next release for JSF1.2. Hopefully, our next release (don't know when) will be soon enough to resume your work in BB.. Thanks Mamallan On 9/21/2010 10:50 PM, Seema Richard (UST, IND) wrote

RE: [Trinidad] Problem using on Blackberry mobile

2010-09-21 Thread Seema Richard (UST, IND)
://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; / Thanks Mamallan On 9/18/2010 10:02 PM, Seema Richard (UST, IND) wrote: Mamallan, I was able to reproduce the problem using a simple page which just has a Trinidad input text and a Trinidad command button. There is no javascript used anywhere

RE: [Trinidad] Problem using on Blackberry mobile

2010-09-18 Thread Seema Richard (UST, IND)
simple page containing only a button? The source parameter you are referring is added by Trinidad's JS, so if JS added in your app breaks (happens in rare occasions) the BB's JS engine, you may face this issue. Thanks Mamallan On 9/15/2010 6:50 PM, Seema Richard (UST, IND) wrote: Hi Mamallan

[Trinidad] Problem using on Blackberry mobile

2010-09-15 Thread Seema Richard (UST, IND)
Hi, We are using MyFaces 1.2 with Facelets and Trinidad for our web application which needs to be supported in multiple mobile devices like iPhone and Blackberry. We have a command button whose action is bound to a backing bean method. When clicking this button, the backing bean method is not

RE: [Trinidad] Problem using on Blackberry mobile

2010-09-15 Thread Seema Richard (UST, IND)
testing? is it new Blackberry 6.0? Thanks Mamallan On 9/15/2010 8:49 AM, Seema Richard (UST, IND) wrote: Hi, We are using MyFaces 1.2 with Facelets and Trinidad for our web application which needs to be supported in multiple mobile devices like iPhone and Blackberry. We have a command button

RE: [Trinidad]Ajax polling in mobile devices

2010-09-13 Thread Seema Richard (UST, IND)
Hi, 1. I saw that tr:poll is not supported in Trinidad for mobile devices. What is the reason for such a limitation? 2. Is there any alternative to achieve the same? Thanks, Seema

[Trinidad]Ajax polling in mobile devices

2010-09-12 Thread Seema Richard (UST, IND)
Hi, I saw that tr:poll is not supported in Trinidad for mobile devices. Is there any alternative to achieve the same? Our requirement is to display the remaining time updated every second on the screen. Thanks, Seema

RE: [Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad (Mobile)

2010-09-08 Thread Seema Richard (UST, IND)
Hi, Sorry for resending the question. Any inputs on this will be very helpful. Thanks, Seema From: Seema Richard (UST, IND) Sent: Saturday, September 04, 2010 9:32 PM To: 'users@myfaces.apache.org' Subject: [Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad (Mobile

[Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad (Mobile)

2010-09-04 Thread Seema Richard (UST, IND)
In our regular web application which uses MyFaces 1.1 and JSP pages, we have implemented Comet/Server-Side push using a Dojo Bayeux client in the JSP page. Now we are developing a mobile web application using Apache Trinidad (JSF 1.2) and Facelets. We are checking on the feasibility of using the

Trinidad: Customizing pagination

2010-05-18 Thread Seema Richard (UST, IND)
Hi, I saw that the data table in Trinidad has default support for pagination. Is it possible to customize the pagination controls? For example, I need two buttons with labels 'Prev' and 'Next' and a label showing something like '1-10 of 100'. Thanks, Seema

MyFaces Trinidad Class loading issue in WAS 7.0

2010-05-12 Thread Seema Richard (UST, IND)
Hi, I deployed a MyFaces Trinidad application (MyFaces 1.2.8 and Trinidad 1.2.13) with facelets in WebSphere 7.0. It was working fine, till I made a new change to use a class which in in one of the jar files packed in my ear. To fix the NoClassDefFoundError, I set the classloader policy to

[Trinidad] Slider component in Trinidad for mobile devices

2010-02-09 Thread Seema Richard (UST, IND)
Hi, We need to develop a web application supporting multiple mobile devices like Blackberry, iPhone, Android and so on and we were considering Apache Trinidad. The client has already supplied the mock up pages which seem to have a lot of Ajax functionality and controls like Slider. I could not