Re: trinidad for mobile, working?

2009-05-14 Thread Walter Mourão
I'm quite successful using Trinidad in a mobile application, not wap. The application is accessed from a device (data collector) using Internet Explorer Mobile 6. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, May 13, 2009 at 10:49 PM, Dave

Re: trinidad for mobile, working?

2009-05-14 Thread Matthias Wessendorf
this is trinidad as well: http://www.oracle.com/technology/pub/articles/huang-iphone.html -Matthias 2009/5/14 Walter Mourão walter.mou...@gmail.com: I'm quite successful using Trinidad in a mobile application, not wap. The application is accessed from a device (data collector) using Internet

partial Trigger - ui:include

2009-05-14 Thread Shankar K
Hi, I'm trying to include a page(/pages/xyz.xhtml) in a partialSubmit of a commandLink. Will ui:include work this way ? Please find the code snippet below Code Snippet: tr:commandLink id=link1 partialSubmit=true actionListener=#{bean.flipRendered} tr:panelGroupLayout id=panelGroup1

Problem with Tomahawk tag

2009-05-14 Thread JavaRunner
Using myfaces 1.2.6 and tomahawk 1.1.8 I have a problem with jscookmenu. The error states that the tag's styleLocation tag is not defined by DTD. Here's the relevant script: h:form t:jscookMenu id=mainMenu layout=vbr theme=ThemePanel

RE: Problem with Tomahawk tag

2009-05-14 Thread Vinaya Tirikkovalluru
Try t:jscookMenu id=mainMenu layout=vbr theme=ThemePanel styleLocation=/css/jscookmenu This works for me. Vinaya -Original Message- From: JavaRunner [mailto:randomno...@bellsouth.net] Sent: Thursday, May 14, 2009 11:31 AM To: users@myfaces.apache.org Subject:

RE: trinidad for mobile, working?

2009-05-14 Thread tadashi enomori
Some more demos: http://stshld.oracle.com:/demo/faces/main.jspx Customer references (very old and need to be updated) can be found at: http://www.oracle.com/technology/products/jdev/customers/index.html Thanks, Tadashi -Original Message- From: mwessend...@gmail.com

Re: Problem with Tomahawk tag

2009-05-14 Thread JavaRunner
Found the issue. Backing out myFaces jars to version 1.1.6 from 1.2.6 fixed it. JavaRunner wrote: Using myfaces 1.2.6 and tomahawk 1.1.8 I have a problem with jscookmenu. The error states that the tag's styleLocation tag is not defined by DTD. Here's the relevant script: h:form

Does trinidad suppor text browser link elinks?

2009-05-14 Thread Suzhen Li
Hi all, Currently, I had a hard time to submit a form witj elinks. Does trinidad suppor text browser link elinks? Thanks, sue

TRINIDAD - Problem with refresh button on IE7 and FireFox

2009-05-14 Thread veena pandit
The refresh button on the browser is causing some undesirable effects on our web page in our app. It causes an apply action to occur and the value that was in the cache gets applied, even though the action was previously(before hitting the refresh button) undone. I posted this problem on Java