RE: What is most efficient way to select/deselect all checkboxes of repeater

2006-09-08 Thread Robby Pelssers, AGP
I have a solution that works nicely under firefox, but under internetexplorer the "select all" functionality only works after i click on a checkbox in the repeater.  Anybody a clue why this doesn't work in internetexplorer?   Cheers, Robby   Current configuration:

RE: Null Pointer Exception and Cocoon Up/Down Check

2006-09-08 Thread Bokluci
For some stupid reason I forget every time to take a screenshot, because I'm in hurry to restart... :( -Original Message- From: Jeroen Reijn [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 9:14 AM To: users@cocoon.apache.org Subject: Re: Null Pointer Exception and Cocoon Up/Dow

What is most efficient way to select/deselect all checkboxes of repeater

2006-09-08 Thread Robby Pelssers, AGP
Hi guys,   Anybody who can tell me what is the quickest way to accomplish Gmail behaviour to select/deselect all checkboxes of a repeater.   I know I could iterate over all my repeaterrows and set the value of the booleanfields, but isn't there some way I could use a group to select/deselec

Re: Re: 2 Cocoon's One JVM

2006-09-08 Thread Willy Reinhardt
I agree with Bertrand your performance issues would not be solved with a new version of Cocoon and 2.1.4 is not so old. To solve our performances issues we worked on following points: - Move from xslt to xsltc -> result transformations are 2.2 faster

RE: Re: 2 Cocoon's One JVM

2006-09-08 Thread Ard Schrijvers
> > > ...We are having performance issues and I am telling them that > > it is probably because we are so far behind in cocoon versions... You could send your mainsitemap and some subsitemaps if you want. I could take a look. If you would also have a piece of the cache keys from your statusGen

Re: Accessing a cocoon SourceResolver from another servlet ?

2006-09-08 Thread Laurent Perez
If you would like to use cocoon-trunk that is very easy: ApplicationContext context = WebApplicationContextUtils.getRequiredWebApplicationContext( servletContext ); SourceResolver resolver = context.getBean( SourceResolver.ROLE ); wow. great. I'm already using Spring behind Cocoon, I guess I sho

Re: Null Pointer Exception and Cocoon Up/Down Check

2006-09-08 Thread Jeroen Reijn
Hi Vik, yes I guess doing a check on a url is the easiest way. What does the stack trace look like? Does it point you in the direction of the component that causes this error? Regards, Reijn Bokluci wrote: Hi, From time to time (once a week) my cocoon goes down with null-pointer exception