Re: [PROPOSAL] New mailing-list announce@myfaces.apache.org

2005-08-21 Thread Adrian Merrall
> Therefore I'd like to suggest that the new list > [EMAIL PROTECTED] be used for exactly these special > announcements, with a traffic of about one mail per week. Great idea Martin. FWIW it gets my vote. Adrian Auckland, NZ

Re: Redirect & Tree2 _restoredState

2005-08-21 Thread Enrique Medina
Hi Sean, Yes, my TreeModel is application scope. I'm using redirect because my users were confused about the fact of viewing always the previous URL in the explorer, and also to prevent F5 (refresh) from resubmitting my forms, for example. By the way, I haven't still found a way to expand all th

Re: Redirect & Tree2 _restoredState

2005-08-21 Thread Sean Schofield
Your TreeModel is session scope right? This works b/c the TreeState info is persisted with the component tree which is lost when you use your redirects. Like I said in the earlier post, I'm pretty sure the redirects causes your component tree to be dumped so that it cannot be restored. When you

Re: Redirect & Tree2 _restoredState

2005-08-21 Thread Enrique Medina
Hi Sean, Chaging the TreeNode to TreeModel has solved the problem. But could you please explain me why? Thanks in advance. 2005/8/21, Sean Schofield <[EMAIL PROTECTED]>: I believe if you redirect to the same page you were on, you lose thecomponent tree.  I'm not sure about that though so maybe

Re: help moving from public 1.0.9 to nightly build

2005-08-21 Thread Guilherme Gomes
Yes, i first tried using the august 20 night build, then the others. I will try tonight's build to see if what you checked in helps in this issue. Thanks for your time. Regards Guilherme Gomes Start your day with Yahoo! -

Re: h:selectManyCheckbox throwing NullPointerException when none selected. Why?

2005-08-21 Thread steve rock
Figured out the problem. Bug in v1.0.9rc3. Upgraded to v1.0.9m9 and everything works fine. -Steve On 8/19/05, steve rock <[EMAIL PROTECTED]> wrote: > 1.0.9 > -Steve > > On 8/18/05, Rahul Pilani <[EMAIL PROTECTED]> wrote: > > I am really sorry. Must be in a daze or something to not see the stacktr

Re: Redirect & Tree2 _restoredState

2005-08-21 Thread Sean Schofield
I believe if you redirect to the same page you were on, you lose the component tree. I'm not sure about that though so maybe someone can help clarify that point. This would explain why your state stuff is gone, b/c it is stored in the component by default. Take a look at the source for UITreeDat

[PROPOSAL] New mailing-list [EMAIL PROTECTED]

2005-08-21 Thread Martin Marinschek
Hi *, I'd like to propose a new mailing-list for Apache MyFaces: [EMAIL PROTECTED] Due to the heavy traffic on our development and user list many users of our technology refrain from subscribing to this list; it is a heavy burden even for the MyFaces committers to read each post on the dev and the

Re: Renderkit for testing

2005-08-21 Thread Martin Marinschek
I don't say you would need to write all the AJAX code yourself, you would probably need to build ontop of the existing code by subclassing the prototype classes. You could learn a lot about JavaScript this way, in any case ;) regards, Martin On 8/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wro

Redirect & Tree2 _restoredState

2005-08-21 Thread Enrique Medina
Hi, Some weeks ago I started a discussion about redirecting instead of forwarding, and also provided with a simple listener to avoid the fact that the messages were lost in each redirection. Now I'm facing the same problem of loosing data in each redirection, but regarding the tree2 _restoredStat

Re: Renderkit for testing

2005-08-21 Thread [EMAIL PROTECTED]
the only problem is, that we'd have to write the ajax code ourselves, so no more prototpe.js (or at least no more updaes if a newer version comes out). but yes it would be a much better and generic solution. we could even build it into the UIComponent class to enable it for all classes... but

Re: help moving from public 1.0.9 to nightly build

2005-08-21 Thread Martin Marinschek
I checked something in yesterday which should get rid of this problem. Have you tried it out with the latest nightly build as well? regards, Martin On 8/21/05, Guilherme Gomes <[EMAIL PROTECTED]> wrote: > Well, after some further testing... > The only night build that works from the available s

Re: help moving from public 1.0.9 to nightly build

2005-08-21 Thread Guilherme Gomes
Well, after some further testing... The only night build that works from the available set with dates august 15 to 20 is the august 16 night build. All others give me that ContentTypeList exceptions. __ Do you Yahoo!? Read only the mail you wa

Re: JSCOOK bug ?

2005-08-21 Thread Guilherme Gomes
now that i have the nightly build working correctly...Yes this is fixed... hurrray! Great work ! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: help moving from public 1.0.9 to nightly build

2005-08-21 Thread Guilherme Gomes
Ok, forget it. My fault. I was using a few commons*.jar on the jboss lib directory and deploying other myfaces*.jar on the war file. That setup didn't work that well when i changed to the new myfaces-api,myfaces-impl and tomahawk package. __ Do Y