Sharing FacesContext across Applications

2008-07-25 Thread Sidhik, Rosmon
Hi All, My environment is tomcat 6.0.1.x, myfaces 1.2.2, tomahawk 1.1.6, activemq 4.1.1, spring2.5.4, hibernate3.2.6. We are developing an application with each module deployed as a separate war. We have a main app which takes care of single sign on and then we navigate to the individual

RE: Managed property gets reset HELP !!!!!!!!!!!!!!!!!!

2008-07-18 Thread Sidhik, Rosmon
This could be true if your managed bean is in request scope. It would definitely be better if you provide more information. -Original Message- From: Phoenix_J [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 8:31 AM To: users@myfaces.apache.org Subject: Managed property gets reset HE

RE: Passing Parameters Through EL

2008-05-29 Thread Sidhik, Rosmon
AFAIK I don't think the built in EL has ability to handle parameters. There are some third party EL's which do allow it. _ From: Paulo Angelo [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 2:52 PM To: users@myfaces.apache.org Subject: Passing Parameters Through EL Hi ppl,

RE: MyFaces 1.2 Support for WebSphere

2008-05-29 Thread Sidhik, Rosmon
Myfaces 1.2 is not supported on websphere 6.0! Unless you are planning to use facelets. -Original Message- From: Bhushan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 8:25 AM To: users@myfaces.apache.org Subject: MyFaces 1.2 Support for WebSphere I am trying to migrate my proj

Tomahawk: panelTabbedPane - display dropdown of tabs when many ta bs exist

2008-04-25 Thread Sidhik, Rosmon
Hi All, I have a dynamic panelTabbedPane which can have many tabs. I would like to have a behaviour similar to firefox tabs, where we can scroll to view the tabs when there are many tabs. And/OR display a dropdown list of the available tabs. It would be great if there's any custom enhancemen

RE: OGNL with MyFaces - how to?

2008-04-10 Thread Sidhik, Rosmon
ld certainly be worthwile trying to get > it up and running, however, but there are quite a few locations in > MyFaces where we refer to the unified EL API, so I am not sure if this > is possible at all :( > > regards, > > Martin > > On Wed, Mar 19, 2008 at 3:23 PM,

RE: OGNL with MyFaces - how to?

2008-04-09 Thread Sidhik, Rosmon
would certainly be worthwile trying to get it up and running, however, but there are quite a few locations in MyFaces where we refer to the unified EL API, so I am not sure if this is possible at all :( regards, Martin On Wed, Mar 19, 2008 at 3:23 PM, Sidhik, Rosmon <[EMAIL PROTECTED]>

t:panelNavigation2/t:navigationMenuItems problem

2008-04-03 Thread Sidhik, Rosmon
Hi Experts, I have the following code for a navigation menu: Page: leftpane.jsp -> Code starts here <[EMAIL PROTECTED] uri="http://java.sun.com/jsf/core"; prefix="f"%> <[EMAIL PROTECTED] uri="http://java.sun.com/jsf/html"; prefix="h"%> <[EMAIL PROTECTED] uri="http://java.sun.c

panelNavigation2 reload problem

2008-03-31 Thread Sidhik, Rosmon
Hi, I have a list of items displayed using a dataTable. On editing any of the items, a screen is rendered below the dataTable containing the list. The newly rendered screen has a panelNavigation2 and a panelTabbedPane. The panelTabs in the tabbedPane are navigated using the panelNavigation2. E

[tomahawk] panelNavigation2 reload problem

2008-03-26 Thread Sidhik, Rosmon
Hi, I have a list of items displayed using a dataTable. On editing any of the items, a screen is rendered below the dataTable containing the list. The newly rendered screen has a panelNavigation2 and a panelTabbedPane. The panelTabs in the tabbedPane are navigated using the panelNavigation2. E

RE: how to dynamically load tabbedpane

2008-03-24 Thread Sidhik, Rosmon
other option to solve the problem at hand. Thanks, Rosmon -Original Message- From: Michael Kurz [mailto:[EMAIL PROTECTED] Sent: Saturday, March 22, 2008 6:28 AM To: MyFaces Discussion Subject: Re: how to dynamically load tabbedpane Sidhik, Rosmon schrieb: > The details part of the p

RE: how to dynamically load tabbedpane

2008-03-21 Thread Sidhik, Rosmon
lto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 4:52 PM To: MyFaces Discussion Subject: Re: how to dynamically load tabbedpane Sidhik, Rosmon schrieb: > I have a somewhat complicated UI design. > > I have a page which contains a search, the search results displayed > below and then a

how to dynamically load tabbedpane

2008-03-19 Thread Sidhik, Rosmon
Hi, I have a somewhat complicated UI design. I have a page which contains a search, the search results displayed below and then an Edit screen below it. The edit screen contains a left navigation (dynamically generated using tomahawk NavigationMenuItems) and the details screen. The detail scree

OGNL with MyFaces - how to?

2008-03-19 Thread Sidhik, Rosmon
Hi, Has anybody used OGNL with MyFaces? I would like to use OGNL with MyFaces and would like to get any help available to setup my application to use it. I have tried googling but haven't found any resources on this topic. Any help is appreciated. Thanks Rosmon