Re: [Jira] adding new category/component for Portlet ?

2006-10-09 Thread Arash Rajaeeyan
hi scot I can't find that portlet component in jira: https://issues.apache.org/jira/browse/ADFFACES can you tell me where should I look for it? On 10/7/06, Scott O'Bryan [EMAIL PROTECTED] wrote: Arash, I'll get some JIRA tasks loaded up for this and you can have at it. We're going to need to

isPostback patch for Trinidad 1.2 state manager

2006-10-09 Thread Rogers Reilly
Hi, I'm porting a Trinidad webapp over to 1.2 (with the help of Adam's great new 1.2 build- thnx!), and was having trouble using Shale remoting. Specifically, a Shale remoting request with parameters was causing Trinidad 1.2 to bomb out, throw an NPE when finding the ViewRoot. I tracked

Re: isPostback patch for Trinidad 1.2 state manager

2006-10-09 Thread Adam Winer
Thanks! I'll get that in ASAP. And I also need to change our state parameter from org.apache.myfaces.trinidad.faces.STATE to the spec-standardized parameter. -- Adam On 10/9/06, Rogers Reilly [EMAIL PROTECTED] wrote: Hi, I'm porting a Trinidad webapp over to 1.2 (with the help of Adam's

Re: move token map from UIXCollection to corresponding renderer

2006-10-09 Thread Arjuna Wijeyekoon
I was trying to implement this, and immediately ran into the following issue: The new Renderer was storing the clientRowKey-ServerRowKey cache as a private attribute on the component. but this fails when the component is inside a stamping container (ie: nested table case). The rowkey cache must

MyFaces 1.1.4

2006-10-09 Thread Matthias Wessendorf
anyone mind to use myfaces 1.1.4 instead of 1.1.2? -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

Re: Re: [Jira] adding new category/component for Portlet ?

2006-10-09 Thread Adam Winer
You'll see it when you file a new bug. It doesn't show up on the home page because nothing is open against it yet. -- Adam On 10/9/06, Arash Rajaeeyan [EMAIL PROTECTED] wrote: hi scot I can't find that portlet component in jira: https://issues.apache.org/jira/browse/ADFFACES can you tell me

Re: move token map from UIXCollection to corresponding renderer

2006-10-09 Thread Arjuna Wijeyekoon
sorry, that last method has to be public (Renderer needs access to it during encodeBegin to do pruning). so UIXCollection has: public String getClientRowKey() public void setClientRowKey(String clientKey) public final ClientRowKeyManager getClientRowKeyManager() On 10/9/06, Arjuna Wijeyekoon

Re: MyFaces 1.1.4

2006-10-09 Thread Adam Winer
+1. -- Adam On 10/9/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: anyone mind to use myfaces 1.1.4 instead of 1.1.2? -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com