RE: Conversation Component Servlet Filter Issue

2006-10-20 Thread Neuman, Ben J., AM IRM
Tom, Could you list the various versions you are using (MyFaces 1.1.x, Tomahawk? Sandbox? etc...)? Ben -Original Message- From: Tom Innes [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 6:32 AM To: MyFaces Discussion Subject: RE: Conversation Component Servlet Filter Issue

RE: Conversation Component Servlet Filter Issue

2006-10-20 Thread Neuman, Ben J., AM IRM
Tom, If it helps, I am using Myfaces 1.1.4 , Tomahawk 1.1.3 and Sandbox 1.1.5 snapshot. The following is my web.xml of interest: ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

RE: Conversation Component Servlet Filter Issue

2006-10-19 Thread Neuman, Ben J., AM IRM
Trydefining the requestParameterProvider before the conversationFilter. Ben -Original Message-From: Tom Innes [mailto:[EMAIL PROTECTED]Sent: Thursday, October 19, 2006 3:04 PMTo: 'MyFaces Discussion'Subject: Conversation Component Servlet Filter Issue I am

RE: Conversation Component Servlet Filter Issue

2006-10-19 Thread Neuman, Ben J., AM IRM
Also, you'll need this one as well in your taglib.xml tag tag-nameendConversation/tag-name component component-typeorg.apache.myfaces.EndConversation/component-type /component /tag -Original Message-From: Tom Innes [mailto:[EMAIL PROTECTED]Sent: Thursday, October 19, 2006

RE: MyFaces dialog framework

2006-10-18 Thread Neuman, Ben J., AM IRM
My experience with Jenia4Faces popup IFRAME is that it works great on Firefox but has serious issues with IE. Or rather, IE has serious issues with IFRAMEs. ben Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 10:37 AM To: MyFaces

Date off by one day.

2006-09-12 Thread Neuman, Ben J., AM IRM
I see that this has come up before, however, I continue to experience this problem with the sandbox datetime converter. I'm using an inputText component to capture the date using pattern ''. The date returned is always Dec. 31, -1. Could this be the GMT/local time conversion problem? If

Accordian Size

2006-08-08 Thread Neuman, Ben J., AM IRM
I see that the accordian panel defaults to a height of 200px (tomahawk sandbox snapshot 1.1.4). Is there a way to overide this? Thanks! Ben

RE: Value is not a valid option on a selectOneMenu

2006-07-03 Thread Neuman, Ben J., AM IRM
Steven, is ProjectBean.projectManager an instance of OrganizationPeople or Integer? [Neuman, Ben J., AM IRM] -Original Message-From: Steven Peacock [mailto:[EMAIL PROTECTED]Sent: Monday, July 03, 2006 2:22 PMTo: MyFaces DiscussionSubject: Value is not a valid option

RE: Help me understand component lilfecycle please.

2006-04-27 Thread Neuman, Ben J., AM IRM
Discussion Subject: Re: Help me understand component lilfecycle please. On 4/26/06, Neuman, Ben J., AM IRM [EMAIL PROTECTED] wrote: My UIComponent is 'bound' to a property on a managed bean, which is also a PhaseListener. In any (all) phases, I call myUIComponent.setRendered(false). When

RE: Help me understand component lilfecycle please.

2006-04-27 Thread Neuman, Ben J., AM IRM
: if (!rendered) return; So no phases are executed on non-rendered components. It's as if they don't exist. On 4/27/06, Neuman, Ben J., AM IRM [EMAIL PROTECTED] wrote: Mike, Thanks for your help. At the moment, however, I do not completely understand how the 'rendered' property affects

RE: Help me understand component lilfecycle please.

2006-04-27 Thread Neuman, Ben J., AM IRM
Discussion Subject: Re: Help me understand component lilfecycle please. On 4/27/06, Neuman, Ben J., AM IRM [EMAIL PROTECTED] wrote: Got it. It makes sense to me to disregard unrendered components during phase-processing code. I guess I have issues with the inability to modify components before

RE: Help me understand component lifecycle please.

2006-04-27 Thread Neuman, Ben J., AM IRM
-Original Message- From: Neuman, Ben J., AM IRM [mailto:[EMAIL PROTECTED] Sent: April 27, 2006 2:15 PM To: 'MyFaces Discussion' Subject: RE: Help me understand component lilfecycle please. Not sure I understand. Are you referring to the binding of a component's attribute to a backing bean

RE: Help me understand component lifecycle please.

2006-04-27 Thread Neuman, Ben J., AM IRM
understand component lifecycle please. On 4/27/06, Neuman, Ben J., AM IRM [EMAIL PROTECTED] wrote: Rhys, I think you hit the nail on the head. You can't get the component during the initial render response phase. The workarounds seem like an awful lot of work for my needs. Maybe I'm being naive, but I

RE: Help me understand component lifecycle please.

2006-04-27 Thread Neuman, Ben J., AM IRM
please. On 4/27/06, Neuman, Ben J., AM IRM [EMAIL PROTECTED] wrote: Rhys, I think you hit the nail on the head. You can't get the component during the initial render response phase. The workarounds seem like an awful lot of work for my needs. Maybe I'm being naive, but I don't see the problem

Help me understand component lilfecycle please.

2006-04-26 Thread Neuman, Ben J., AM IRM
I'm hoping someone could tell me why the following happens: My UIComponent is 'bound' to a property on a managed bean, which is also a PhaseListener. In any (all) phases, I call myUIComponent.setRendered(false). When the appropriate view is first requested (via commandLink), the component is

Problem with Render Tab: false

2006-04-24 Thread Neuman, Ben J., AM IRM
Having a problem with t:panelTabbedPane rendering.Iam trying to prohibit the rendering of select tabs based on certain criteriabutrendered='false' tabs always displayon initial page load. When I load the page a second time, the tabs are not rendered (as intended). I have a h:commandLink