Re: Some study of implantation

2003-06-06 Thread MTiffany71
Hi, Perhaps you could be more specific about the specific statistics in which you're interested?

FYI: JBuilder 7 + Generators == NullPointerException

2002-09-17 Thread MTiffany71
Hello All: Just an FYI about a potential pitfall for those using JBuilder7 to create Cocoon Generators... (C2.0.3). When extending org.apache.cocoon.generation.AbstractGenerator using the New Class function in JB7, JB7 will automatically import org.apache.cocoon.xml.*; into the class. This leads

recommended C2 hosting

2002-09-08 Thread MTiffany71
hi, anyone like to recommend web hosting provider that supports C2? my current hosting "solution" is really a problem...

Re: Link creation problem

2002-09-06 Thread MTiffany71
try using xsp:attribute xsp:logic String my_link=//do your logic to generate the link here xsp:logic a xsp:attribute name="href"xsp:exprmy_link/xsp:expr/xsp:attribute xsp:exprmy_link/xsp:expr /a hope this helps

Re: HTMLGenerator customizing

2002-09-02 Thread MTiffany71
Just a thought -- someone correct me if my reach is exceeding my grasp here -- would subclassing the HTMLGenerator to a derived 'HTMLGoLiveGenerator' compiled with the custom external config file make sense???

send redirect response from an XSP?

2002-08-21 Thread MTiffany71
- Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
hello all, i'm trying to check to see if a user is in a session, and if not, redirect them to a login page... my (rather sloppy) code so far goes like so... ?xml version="1.0" encoding="ISO-8859-1"? xsp:page language="java" xmlns:session="http://apache.org/xsp/session/2.0"

Re: How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. I tried using actions in the sitemap, (a la cut and paste and tweak from the sitemap

session-validator action to work outside of the sample....

2002-08-19 Thread MTiffany71
- Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [repost] MySQL no suitable driver

2002-08-16 Thread MTiffany71
I had the exact same problem... which was solved by uploading an *uncompressed* mysql driver .jar to WEB-INf/lib (yes yes, it seems like a a lot of voodoo nonsense...) good luck

[c2] Tomcat 4.0.1 error on jsp now

2001-11-28 Thread MTiffany71
Hello all, I'm running Tomcat 4.0.1 on a win98 box. Everything worked properly until I built and installed the c2rc2 .war file -- now, no jsps -- just get a 500 internal server error. I was wondering if anyone else has had a similiar experience and how to correct the problem. exception traces