RE: /do/* instead of *.do in web.xml

2002-04-12 Thread Rob Jellinghaus
Here's my semi-recent post about this very issue. What is your problem, exactly? Cheers, Rob Date: Tue, 09 Apr 2002 19:45:31 -0800 To: "Struts Users Mailing List" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] From: Rob Jellinghaus <[EMAIL PROTECTED]> Subject: Never mind

Re: Cocoon & Struts

2002-04-11 Thread Rob Jellinghaus
At 09:20 AM 4/11/2002 -0400, allan li wrote: >Hi everyone, > >Could anybody give me some ideas about the comparison, relationships >between Cocoon2 and Struts, and how to use them together for a single web >application? Cocoon and Struts have a lot of overlapping functionality, but different f

[Resend] Struts, view-framework pluggability, XSLT, and Maverick

2002-04-11 Thread Rob Jellinghaus
27;m time-constrained. But having a clearer picture of whether others are moving in this direction could help me (and others?) understand eactly where to pitch in to move this forwards. Your thoughts? Cheers, Rob Jellinghaus (committer on the Axis project) -- To unsubscribe, e-mail: <mail

RE: Problems changing example to use /action URL mapping

2002-04-10 Thread Rob Jellinghaus
At 07:28 AM 4/10/2002 -0400, Galbreath, Mark wrote: >Is this what you have in web.xml? > > > action > /action/* > Yes, that's what I have. Works fine with 1.0.2. >From: Jay sissom [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 09, 2002 10:20 PM >Subject: Re: Problems changing ex

Re: Having trouble nesting "iterate" tags (long explanation, relatively simple question)

2002-04-10 Thread Rob Jellinghaus
A total stab in the dark here, I'm a JSP newbie: At 04:20 PM 4/9/2002 -0700, Rick Mann wrote: > > > > >As soon as I do that, I get "org.apache.jasper.compiler.ParseException: End >of content reached while more parsing required: tag nesting error?". Should it maybe be > (note the cl

Never mind (was Re: Problems changing example to use /action URL mapping)

2002-04-09 Thread Rob Jellinghaus
that, I was able to get rid of *.do. Next time I won't be so quick to ask questions :-) GOD I LOVE OPEN SOURCE! Cheers! Rob At 05:54 PM 4/9/2002 -0800, Rob Jellinghaus wrote: >I am dinking around with the struts-example app, trying to convert it from >using *.do servlet mapping

Problems changing example to use /action URL mapping

2002-04-09 Thread Rob Jellinghaus
I am dinking around with the struts-example app, trying to convert it from using *.do servlet mapping to /action/* servlet mapping. The problem is that it's extremely confusing! Where is the best explanation of how servlet mapping and struts-config.xml interact? Right now I tried changing all