SV: Where can I find the Java code generated by Cocoon2

2001-11-26 Thread Søren Neigaard
gards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - > -Original Message- > From: Søren Neigaard [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26

Where can I find the Java code generated by Cocoon2

2001-11-26 Thread Søren Neigaard
Where can I find the Java code C2 generates for my XSP pages? Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45 86207810 Fax: +45 86207801 Email

SV: Whats this exception?

2001-11-23 Thread Søren Neigaard
Allright - where can I find the Java code generated by C2? /Søren -Oprindelig meddelelse- Fra: Peter Royal [mailto:[EMAIL PROTECTED]] Sendt: 19. november 2001 06:00 Til: [EMAIL PROTECTED] Emne: Re: Whats this exception? On Monday 19 November 2001 04:38 pm, you wrote: > I have the attac

Whats this exception?

2001-11-19 Thread Søren Neigaard
org.apache.cocoon.generation.ServerPagesGenerator.setup(ServerPagesGenerator .java:145) Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45 86207810 Fax: +45 86207801 Email: [EMAIL PROTECTED] Web

XSP-newbie / XSP gives blank page

2001-11-15 Thread Søren Neigaard
liday (damn), so please advice :) Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45 86207810 Fax: +45 86207801 Email: [EMAIL PROT

Include contenf from other XSP

2001-11-15 Thread Søren Neigaard
;foo").equals("simple")){ http://localhost:8080/foo/simple.xml"/> } else { http://localhost:8080/foo/advanced.xml"/> } - So how do I do this? Can I make this happen from wihin my xsp:logic, or should I do something completly diff

Wrapper XSP around two or more XSP's

2001-11-15 Thread Søren Neigaard
Can I make a wrapper XSP that, depending on a varibel from the browser, includes one XSP inside or includes another XSP inside? Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C

SV: Max size on logicsheet

2001-11-14 Thread Søren Neigaard
To fast againg, this wasent my problem :) -Oprindelig meddelelse- Fra: Søren Neigaard [mailto:[EMAIL PROTECTED]] Sendt: 14. november 2001 13:34 Til: [EMAIL PROTECTED] Emne: Max size on logicsheet I think I have heard something about max size on logicsheets on this list, and I have just

Max size on logicsheet

2001-11-14 Thread Søren Neigaard
I think I have heard something about max size on logicsheets on this list, and I have just hit it - is it 2104B? How can I work around this? Can I include XSP's in my XSP, or will they all count as one XSP when it comes to size? Med venlig hilsen/Best regards Søren Neigaard System Arch

Static data on Cocoon?

2001-11-14 Thread Søren Neigaard
is used instead, and how is this done? Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45 86207810 Fax: +45 86207801 Email: [EMAIL PROTECTED] Web: www

It works :)

2001-11-14 Thread Søren Neigaard
S# Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45 86207810 Fax: +45 86207801 Email: [EMAIL PROT

SV: What is Cocoon good for???

2001-11-13 Thread Søren Neigaard
doesn't extend "javax.servlet.http.HttpServletRequest". Isn't that what objects are for? Regards, Anthony Aldridge Lead Application developer Managed Intranet Hosting CSC JPMorganChase Personal GDP: 325-8338 MIH Hotline: 876-1300 Søren Neigaard <[EMAIL PROTECTED]>

SV: SV: SAX tree?

2001-11-13 Thread Søren Neigaard
-Oprindelig meddelelse- Fra: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Sendt: 13. november 2001 06:14 Til: [EMAIL PROTECTED] Emne: Re: SV: SAX tree? >> (http://www.aoindustries.com/docs/cocoon-1.8.2/faqs.html#faq-xspinsertxml) >> it seemed (to me anyway) that I could give C2 a DOM/SAX

What is Cocoon good for???

2001-11-13 Thread Søren Neigaard
or anything like that. You have been super to help me, I'm just so damn tired off Cocoon, and I just neede to blow off some steam. It may sound stupid, but I really needed to send this mail, or I'm afraid I might go crazy :) Med venlig hilsen/Best regards Søren Neigaard System Arc

SV: SAX tree?

2001-11-13 Thread Søren Neigaard
, the parent SAXHandler for the xsp page. you might find some info here in the list or at the homepage how to get tre transformation to stream directly into your xsp page. hope this helped a little! :-) mvh karl -Original Message- From: Søren Neigaard [mailto:[EMAIL PROTECTED]] Sent: 13. nov

SV: SAX tree?

2001-11-13 Thread Søren Neigaard
ating memory objects if required to the SAX Handler. hope this helped a bit! :-) mvh karl øie -----Original Message- From: Søren Neigaard [mailto:[EMAIL PROTECTED]] Sent: 13. november 2001 20:30 To: [EMAIL PROTECTED] Subject: SAX tree? This subject is a little offtopic :) Ok I will try

SAX tree?

2001-11-13 Thread Søren Neigaard
is. I guess I will be using this API to create a SAX tree: http://java.sun.com/xml/jaxp/dist/1.1/docs/api/, but what object should I return? What is it excactly C2 accepts as input? Is it a "javax.xml.transform.sax.SAXSource"? Please just give a few pointers :) Med venlig hilsen/Bes

Where to read information on "http://apache.org/xsp/util/2.0"?

2001-11-13 Thread Søren Neigaard
Where do I find information on all the functions in "http://apache.org/xsp/util/2.0";? Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +4

SV: Can I send the intire HttpResponse object to a Java class

2001-11-12 Thread Søren Neigaard
- >- >OutputStream msg = >Controller.execute("Hent_Kontakter","Kontakter",null,null); >--- - >- > >Med venlig hilsen/Best regards >Søren Neigaard >System Architect >

SV: Re: Newbie XSP question - why dosn't this work?

2001-11-12 Thread Søren Neigaard
Please let me know if some more info can help you guys help me, and I will include it ASAP. I really need some help here you see :) I... What... But... Ok tjeck this one out (this will probably not make any sence to people new to this thread): I have my "old" Java object that returns XML to my l

SV: Re: Newbie XSP question - why dosn't this work?

2001-11-09 Thread Søren Neigaard
I... What... But... Ok tjeck this one out (this will probably not make any sence to people new to this thread): I have my "old" Java object that returns XML to my logicsheet. This object can return a lot of different XML, depending on what parameters it get (my super duper framework - joke). Now

SV: Can I send the intire HttpResponse object to a Java class

2001-11-09 Thread Søren Neigaard
- >- >OutputStream msg = >Controller.execute("Hent_Kontakter","Kontakter",null,null); >--- - >- > >Med venlig hilsen/Best regards >Søren Neigaard >System Architect >

SV: How to chnage log level?

2001-11-09 Thread Søren Neigaard
Title: Message Ok - strange I set it to ERROR in my web.xml with sucess!? -Oprindelig meddelelse-Fra: Henrik Hofmann [mailto:[EMAIL PROTECTED]]Sendt: 9. november 2001 02:35Til: [EMAIL PROTECTED]Emne: RE: How to chnage log level? I've found the solution. I need

SV: How to chnage log level?

2001-11-09 Thread Søren Neigaard
Title: Message It should :) Set it to ERROR if you only wants errors. -Oprindelig meddelelse-Fra: Henrik Hofmann [mailto:[EMAIL PROTECTED]]Sendt: 9. november 2001 02:15Til: [EMAIL PROTECTED]Emne: How to chnage log level? Hi , I'm trying to change the log level. After se

SV: More sitemap magic, what about css files?

2001-11-09 Thread Søren Neigaard
-- Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html ----- > -Original Message- > From: Søren Neigaard [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 09, 2

Newbie XSP question - why dosn't this work?

2001-11-02 Thread Søren Neigaard
eless. I have attached my original post! Please help me :) -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 12. oktober 2001 04:41 Til: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Emne: Re: SV: Newbie XSP question - why dosn't this work? Hi Søren, On Fri, 12

Cocoon2 on Enhydra?

2001-10-05 Thread Søren Neigaard
Has anybody tried subj.? What do I need to achive this? I have made the WAR file, but what do I do with it? Med venlig hilsen/Best regards Søren Neigaard --- Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45

General framework question

2001-10-04 Thread Søren Neigaard
t it to be easy to build prototypes fast (offcourse), so I still need a lot of the "smart" features of Cocoon. Can this be done? Is it a good idea? Med venlig hilsen/Best regards Søren Neigaard --- Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000

General framework question

2001-10-03 Thread Søren Neigaard
t it to be easy to build prototypes fast (offcourse), so I still need a lot of the "smart" features of Cocoon. Can this be done? Is it a good idea? Med venlig hilsen/Best regards Søren Neigaard --- Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000