java.lang.IllegalStateException: Pipeline has already been processed for this request

2007-08-27 Thread Michael Roth
6 more Just a restart of the Tomcat Application Server solves the Problem. -- ------ Michael Roth email [EMAIL PROTECTED] Certified Project Management Associate http://www.zid.tuwien.ac.at/michael_roth/ Zentraler Informatikdienst (ZID) Tel.

Cocoon on SUN ONE WEBSERVER 6.x

2004-05-03 Thread Michael Roth
The Sun One Webserver 6.x has a full Java Servlet 2.3 and JavaServer Pages (JSP) 1.2 Support. Does anybody has practical knowledge with it ? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: Flow & Session Variables

2004-04-07 Thread Michael Roth
I've found the same here http://archives.real-time.com/pipermail/cocoon-users/2003-May/034061.html. I'm very new in using session, can I access to that session variables inside my stylesheet ? Michael Am Mit, den 07.04.2004 schrieb Upayavira um 13:48: > Michael Roth wrote: >

Flow & Session Variables

2004-04-07 Thread Michael Roth
I want to use Flow Variables as Session Variables, how can I do that. Is there an example ? Please Help Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XHTML 1.1 Declaration

2004-03-25 Thread Michael Roth
org/1999/xhtml" into the opening html tag? I ask this because my site is broken down into frames and I don't want to have to go through each page putting some form of code which determines the browser type, and if XHTML 1.1 writes the xmlns declaration into the html tag. So if browser is XHTML 1.1 compatible: http://www.w3.org/TR/xhtml1/DTD/xhtml1.dtd"> http://www.w3.org/1999/xhtml"> Peter Michael Roth Technische Universität Wien Zentraler Informatik Dienst -  Zentrale Services Wiedner Hauptstraße 8-10, 1040 Wien Tel.: 58801 42091  /  Fax: 58801 42099

Woody/CForms Multivalued Field

2004-03-12 Thread Michael Roth
I have a Multivalued Field with list-type="checkbox" and I want to have an wd:action button for "Choose all". How can I do this ? All Items i = event.source.parent.getWidget("items"); ? Than

Re: [POLL] form frameworks

2004-03-11 Thread Michael Roth
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Michael Roth Technische Universität Wien Zentraler Informatik Dienst - Zentrale Services Wiedner Hauptstraße 8-10

[Woody] What is the java class type for a multivaluefield field?

2004-02-20 Thread Michael Roth
I action widget should choose all the server entries in the multivaluedfield widget above. I got java.lang.RuntimeException: Cannot set value of field "rechner" ... What is the correct way of setting a list? What is the expected datatype? Thank you. Michael Roth Michael Roth Te

Re: Woody READONLY Fields

2004-01-09 Thread Michael Roth
It works, thanks a lot! Michael At 11:26 09.01.2004 +0100, you wrote: It should be something like that ;) : On 09/01/2004 11:05, Michael Roth wrote: I feared that the only way to do this is to write a special template by myself. Thank you At 10:49

Re: Woody READONLY Fields

2004-01-09 Thread Michael Roth
I feared that the only way to do this is to write a special template by myself. Thank you At 10:49 09.01.2004 +0100, you wrote: On 09/01/2004 10:31, Michael Roth wrote: Hi Olivier, Thats a good idea, but how do you solve the problem that an output widget does not read its value from the request

Re: Woody READONLY Fields

2004-01-09 Thread Michael Roth
read-write : read-only : see woody-field-styling.xsl in the woody samples To do this, you can render your template file with an XSP. It works for me. -- Olivier On 09/01/2004 09:28, Michael Roth wrote: I'm on my first project using the woody framework. Till now I'm satiesfied with it

Woody READONLY Fields

2004-01-09 Thread Michael Roth
I'm on my first project using the woody framework. Till now I'm satiesfied with it, but there is a big problem. I've to show a form and some of the fields are read/write or read only depending on the role of the user. How can I do this with Woody ? Thanks a lot Michael Rot