RE: Too much java in xsp

2003-02-13 Thread Lionel Crine
II figured it out. It was a stupid question from me. - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EM

RE: Too much java in xsp

2003-02-13 Thread Geoff Howard
Title: RE: Too much java in xsp From your other message sounds like you figured it out, but request parameters are handled in the tutorial I sent a link to. Geoff > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 200

RE: Too much java in xsp

2003-02-13 Thread Lionel Crine
gt; From: Lionel Crine [<mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 12:03 PM > To: [EMAIL PROTECTED] > Subject: RE: Too much java in xsp > > > Please, can

RE: Too much java in xsp

2003-02-13 Thread Lionel Crine
PM > To: [EMAIL PROTECTED] > Subject: RE: Too much java in xsp > > > Please, can you give me more information (hints) about the > helper Geoff ? > > > - > Please check that your question

RE: Too much java in xsp

2003-02-12 Thread Ray Martin
; From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 11:40 AM > To: [EMAIL PROTECTED] > Subject: Too much java in xsp > > > I'm using an xsp in which I manipulate some code ( > parameters, > for example). > > But unfortunately, The

RE: Too much java in xsp

2003-02-12 Thread Geoff Howard
Title: RE: Too much java in xsp Well, Robert's suggestion is a good one and I've already written a tutorial about that (http://xml.apache.org/cocoon/tutorial/tutorial-generator.html) But if that seems out of reach, you can use something like: yourpackage.* ... to i

Re: Too much java in xsp

2003-02-12 Thread Lionel Crine
Robert, Here is my issue : I have create a portal : When I come to the form page : 1/An xsp file is generated from the form. 2/This xsp get the request parameters and modify the structure as I want it to be 3/A transformer Get the SAX events of the xsp generator, get information from XML DB an

RE: Too much java in xsp

2003-02-12 Thread Lionel Crine
Please, can you give me more information (hints) about the helper Geoff ? - Please check that your question has not already been answered in the FAQ before posting. To unsubscri

RE: Too much java in xsp

2003-02-12 Thread Geoff Howard
Title: RE: Too much java in xsp why don't you create a helper class with your heavy duty java in it?  Geoff > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 11:40 AM > To: [EMAIL PROTECTED] > Subje

Re: Too much java in xsp

2003-02-12 Thread Robert Simmons
y, February 12, 2003 5:40 PM Subject: Too much java in xsp > I'm using an xsp in which I manipulate some code ( parameters, > for example). > > But unfortunately, There is too much code java in it and so the xsp is very > HUGE. > > I was thinking about using an action i

Too much java in xsp

2003-02-12 Thread Lionel Crine
I'm using an xsp in which I manipulate some code ( parameters, for example). But unfortunately, There is too much code java in it and so the xsp is very HUGE. I was thinking about using an action in the sitemap to modify my document instead of java code in the xsp, is it a good idea ? am I on