RE: trinidad for mobile, working?

2009-05-15 Thread Dave
The demos are very helpful. Can we see the source code? or download?   I have some questions:   For mobile, Should I use ORACLE ADF or trinidad?   Are they the same ? The artical uses JDeveloper. Can we use eclipse(that we use) to achieve the same goal?   Which phone emulators are the best for

Re: trinidad for mobile, working?

2009-05-15 Thread Matthias Wessendorf
On Fri, May 15, 2009 at 9:45 AM, Dave javao...@yahoo.com wrote: The demos are very helpful. Can we see the source code? or download? I have some questions: For mobile, Should I use ORACLE ADF or trinidad?   Are they the same ? the mobile part of adf *is* trinidad; However, ADF is much more.

show panelGroup based on Radio button selection

2009-05-15 Thread mitroiasi
Hi, I have a problem implementing a requirement in JSF (myFaces + Tomahawk). I have searched for a solution but without luck. I want to show a panelGroup based on the radion button selection. If the true option is selected the panelGroup should be shown. this radio button is connected with a

RE: show panelGroup based on Radio button selection

2009-05-15 Thread Knudsen, Joe
Would this work for you? Have a backing bean that holds the radio button have a method that returns true when you want the panelGroup shown and tie that method to the rendered attribute via EL. To have it take affect immediately after the radio button is selected add an onchange attribute to do

Re: trinidad for mobile, working?

2009-05-15 Thread Walter Mourão
My environment: Trinidad+Facelets+Eclipse (+Andromda+Spring+Hibernate+...). To simulate I'm using a Firefox plugin: User Agent Switcher. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, May 15, 2009 at 4:45 AM, Dave javao...@yahoo.com

Re: trinidad for mobile, working?

2009-05-15 Thread Tadashi Enomori
Hi Walter, http://www.oracle.com/technology/tech/wireless/adf_mobile.html has links to much more information on ADF Mobile and some source code. Some of the links gives you step-by-step tutorial also. Emulators are helpful when testing for specific devices. Device manufacturers, such as RIM

trinidad XMLMenuModel state shared across different logged in users

2009-05-15 Thread lwu1
our project have configured XMLMenuModel in faces-config.xml using xml file as source, however 1. the XMLMenuModel menu state is shared among different logged in users, and 2. when closing the browser and log back in again, the previous state of the menu is preserved. we follows oracle ADF

trinidad XMLMenuModel state shared across different logged in users

2009-05-15 Thread lwu1
our project have configured XMLMenuModel in faces-config.xml using xml file as source, however 1. the XMLMenuModel menu state is shared among different logged in users, and 2. when closing the browser and log back in again, the previous state of the menu is preserved. we follows oracle ADF