Re: Display a page in between the normal navigation

2007-09-09 Thread Michał 'Gandalf' Stawicki
I think you could use PhaseListener and some bean to store state info you need. On 08/09/2007, venu59 [EMAIL PROTECTED] wrote: Hi, I have two pages - page1.jsp and page2.jsp. I have configured the navigation rule in my faces-config in such a way that success outcome from doMyAction()

jetty plugin with myfaces 1.2.0

2007-09-09 Thread Ole Ersoy
Hi, Does anyone know if there is any documentation anywhere on how to use the jetty-plugin with myfaces 1.2.0? Thanks, - Ole

[Trinidad] Install with IntelliJ and maven

2007-09-09 Thread Wolfgang Kluge
Hi, I would like to use Trinidad with IntelliJ and maven, but I couldn't find any install howto or similar stuff. So do anyone know a good website or can explain me how to install Trinidad using IntelliJ and maven? Thanks a lot! Wolfgang -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der

[Tomahawk] saveState security

2007-09-09 Thread Francisco Passos
Hello all! I've been wondering how secure saveState actually is. To what extent can we trust the values we get back from the client? Are they ciphered with a server key so they can't be tampered with until they get sent back to the server? Or should I assume a client can tamper with the

Re: [Tomahawk] saveState security

2007-09-09 Thread Martin Marinschek
Hi Francisco, do you use server side state saving? Then the value of t:saveState is not transferred to the client. Do you use client side state saving? Then you can switch on encryption for your state. regards, Martin On 9/9/07, Francisco Passos [EMAIL PROTECTED] wrote: Hello all! I've been

Re: [Tomahawk] saveState security

2007-09-09 Thread Francisco Passos
Hello Martin. Thank you for your answer. It raises two more questions though, could you clarify these for me as well? - When using server side state saving, is it kept in the session? and - How does one use encryption for client-side state saving? Regards, Francisco On 9/9/07, Martin

Re: [Tomahawk] saveState security

2007-09-09 Thread Cagatay Civici
Hi, - When using server side state saving, is it kept in the session? Yep - How does one use encryption for client-side state saving? http://wiki.apache.org/myfaces/Secure_Your_Application Regards, Cagatay Coast Guard On 9/9/07, Francisco Passos [EMAIL PROTECTED] wrote: Hello Martin.

Re: [Tomahawk] saveState security

2007-09-09 Thread Francisco Passos
Thank you so much! Francisco On 9/9/07, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, - When using server side state saving, is it kept in the session? Yep - How does one use encryption for client-side state saving? http://wiki.apache.org/myfaces/Secure_Your_Application Regards,

How to get Parent Tree Node of child?

2007-09-09 Thread Bandaru
Hi, I Have Constructed a Tree and i am Able to get the Details of the clicked Node on the Tree into the Backing Bean. But I'm unable to get the Parent Node of the Clicked Child Node. Ex:On Click of Employee(Child Node) in the Tree, I should get the Department (Parent Node) in Backing

My own default CSS.

2007-09-09 Thread Bandaru
Hi, I'm able to Change the CSS on selection of SelectOneChoice and binding to value to adf config file. but initialy getting the ADF default CSS,How can set my one of my CSS file as Default. IDE: JDeveloper 10.1.3.2 Please Suggest me. Thanking You, Bandaru. -- View this message in

JSCookMenu active menu item

2007-09-09 Thread Dave
Hello: For JSCookMenu, when a user clicks a menu item, I like it to be highlighted. I looked at the NavigationMenuItem, it does not have concept of current(active) item, and thus there is no such style class. Is there a way to do that? Thanks, Dave