RE: my history with cocoon

2002-11-07 Thread Mike Ash
Title: RE: my history with cocoon I did a search for your previous posts to get the details of your problem and the last post I saw was from feb 07,  have you posted under another name?  What are the details of your problems?  All of the below work just fine for me.  This groups is great for h

RE: Request-parameter matcher and cinclude

2002-08-30 Thread Mike Ash
EMAIL PROTECTED] Subject: Re: Request-parameter matcher and cinclude Mike Ash wrote: > When I use this combination below I get out of memory errors, the > first request to the server works fine I get the login2.xsp (its below > as well).  When the second request comes up (button is press

Request-parameter matcher and cinclude

2002-08-28 Thread Mike Ash
Title: Request-parameter matcher and cinclude When I use this combination below I get out of memory errors, the first request to the server works fine I get the login2.xsp (its below as well).  When the second request comes up (button is pressed from the login page) it throw out of memory erro

RE: building 2.0.3

2002-07-17 Thread Mike Ash
ning and Projects -- mailto:[EMAIL PROTECTED]  http://www.s-und-n.de     http://ziegeler.bei.t-online.de -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 20

building 2.0.3

2002-07-16 Thread Mike Ash
Title: building 2.0.3 If I remove all of the optional jars and try to build I get errors about not finding the servlet stuff, in the optional directory is the servlet jar.  So my question is should the servlet jar be in the core directory or am I doing something wrong?

RE: Giving up! Cocoon too big, slow and confusing

2002-06-27 Thread Mike Ash
Title: RE: Giving up! Cocoon too big, slow and confusing Out of all of the posts in this thread I haven't heard anyone say that no matter what 3rd party software you use you will have to "figure it out".  At least with Cocoon you can get good support and fixes quickly for free!  Buy someone el

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Mike Ash
Title: RE: Cocoon 2.0.3 problems... 2.0.3 is in bug fix mode. -Original Message- From: Per Kreipke [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 1:19 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon 2.0.3 problems... Vadim, Why isn't there a 2.0.3 dist on the web site? I'

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Mike Ash
Title: RE: Cocoon 2.0.3 problems... I am  getting the exact same error,  running tomcat 3.3a..will try to upgrade as well. -Original Message- From: Per Kreipke [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: RE: Cocoon 2.0.3 problems.

Util LogicSheet

2002-06-12 Thread Mike Ash
Title: Util LogicSheet If we do this it works just fine This doesn't work with the error below.                                     org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.Langua

RE: Getting XML from request

2002-06-10 Thread Mike Ash
snapshot. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 2:11 PM To: '[EMAIL PROTECTED]' Subject: RE: Getting XML from request I got the latest automated dist and the source file from 2.02 is the sameis XSPObjectHelper the c

RE: Getting XML from request

2002-06-10 Thread Mike Ash
and get snapshot. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 2:11 PM To: '[EMAIL PROTECTED]' Subject: RE: Getting XML from request I got the latest automated dist and the source file from 2.02 is the sameis XSPObjectHe

RE: Getting XML from request

2002-06-10 Thread Mike Ash
- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 11:53 AM To: '[EMAIL PROTECTED]' Subject: RE: Getting XML from request The XMLizable object I am using is from org.apache.cocoon.components.source.URLSource Which gets an xml file from a url.  The file is a r

RE: Getting XML from request

2002-06-10 Thread Mike Ash
come from your XMLizable object? Test it. Vadim -Original Message----- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 11:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Getting XML from request I did and here is the line in java    XSPObjectHelp

RE: Getting XML from request

2002-06-10 Thread Mike Ash
directory. Vadim -Original Message----- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 8:26 AM To: '[EMAIL PROTECTED]' Subject: RE: Getting XML from request Well I finally got an XMLizable object (URLSource) put into the request, however when I try to ge

RE: Getting XML from request

2002-06-10 Thread Mike Ash
(best), or DOM Node, but not String. Other (not effective) way is to use util logicsheet to parse your String into XML. Answers about it are in the archives, with periodicity one week or so. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05

RE: Getting XML from request

2002-06-05 Thread Mike Ash
XMLizable (best), or DOM Node, but not String. Other (not effective) way is to use util logicsheet to parse your String into XML. Answers about it are in the archives, with periodicity one week or so. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June

RE: Getting XML from request

2002-06-05 Thread Mike Ash
> The question is then how do I get the data into the xsp as > real xml nodes that I can use in a transformation step with xsl? What do you mean? PS PLEASE SEND PLAIN TEXT EMAILS Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 0

Getting XML from request

2002-06-05 Thread Mike Ash
Title: Getting XML from request I am storing xml data in the request object by using request.setAttribute("xmlData", someObject); I need that object back as xml in an xsp page, when I try this xsp:request:get-attribute name="xmlData" as="xml" it returns the "xml" as a node value instea

RE: XML in actions

2002-05-23 Thread Mike Ash
an be stored in Session (not advised)…     Regds, Chiths -Original Message-From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:02 PMTo: '[EMAIL PROTECTED]'Subject: XML in actions   I need something (action/generator) that tal

XML in actions

2002-05-23 Thread Mike Ash
Title: XML in actions I need something (action/generator) that talks to a backend system to get xml.  The problem is I can't use a generator because I also want to use the xsp generator in the same pipeline.  So how can I get an action to return xml that is available to xsp as xml. Here is a

RE: Setting actions in sitemap

2002-05-22 Thread Mike Ash
tantin - Original Message - From: Mike Ash To: '[EMAIL PROTECTED]' Sent: Wednesday, May 22, 2002 7:04 PM Subject: Setting actions in sitemap I have an action defined as    src=""package.name.LoginAction"" >      first off is this possible? I know that thi

Setting actions in sitemap

2002-05-22 Thread Mike Ash
Title: Setting actions in sitemap I have an action defined as         first off is this possible? I know that this is done as well in the form validator, .            however it appears that everytime I use it I would have to put in the parameter for the descriptor