[trinidad] problem submitting forms in limited mobile browsers

2009-09-30 Thread Francisco Mardones
Hi, I'm facing problems to post forms in Basic XHTML browsers (modern blackberries and desktop browsers work fine). I noticed form submission invokes a javascript function, even though according the docs I should NOT get any javascript: ---start snippet- "...it supports m

Re: [trinidad] problem submitting forms in limited mobile browsers

2009-09-30 Thread Mamallan Uthaman
Hi Francisco, The best way to best detect whether JavaScript is being used or not is to intercepting your HTTP response using web-debugger like fiddler. You can download it from the link below: http://www.fiddler2.com/fiddler2/ In your case, I believe it could have happened that though Trinid

Re: [trinidad] problem submitting forms in limited mobile browsers

2009-09-30 Thread Francisco Mardones
The version described in Trinidad jar's Manifest is 1.2.11.1-SNAPSHOT (I'm using the version bundled in Jdeveloper 11.1.1.1.0). I intercepted the html generated for the Survey Demo application ( http://www.irian.at/trinidad-demo/faces/surveydemo/surveyStart.jspx) sending BlackBerry's User Agent v

Re: [trinidad] problem submitting forms in limited mobile browsers

2009-09-30 Thread Mamallan Uthaman
Hi Francisco, Doesn't seems like a bug. After seeing the code below, I can conclude that the Survey Demo uses Trinidad 1.x., and is old enough not to have mobile-related changes. Many mobile features and fixes are available in Trinidad 1.2.x only. Please try creating a simple page and test it

Re: [trinidad] problem submitting forms in limited mobile browsers

2009-09-30 Thread Francisco Mardones
ups...you're right. The rendering works fine using the latest version in BlackBerry browser v4.1.0. Tested. Thanks a lot! Francisco On Wed, Sep 30, 2009 at 18:57, Mamallan Uthaman wrote: > Hi Francisco, > > Doesn't seems like a bug. After seeing the code below, I can conclude that > the Surve

Re: tomahawk sorting issue with hyperlink

2009-09-30 Thread nishiasem
The actual issue is I am trying to sort base on the , but its actually sorted starting with param1=#{item.param1}¶m2=#{item.param2} as those are also dynamic values. http://mydomain.com/some.jsf?param1=#{item.param1}¶m2=#{item.param2}"; styleClass="linkBlack"> -- View this mess