Re: Need some help.......

2001-05-09 Thread Craig R. McClanahan
You should not be using struts-form.tld -- it is deprecated, and replaced by struts-html.tld. Craig On Wed, 9 May 2001, Jiten Mohanty wrote: > Hi all > > I am trying to set-up the logon programme which is available on 'bluestone' > site(Trail Map-6) and run on weblogic.But i am getting an err

Need some help.......

2001-05-09 Thread Jiten Mohanty
Hi all I am trying to set-up the logon programme which is available on 'bluestone' site(Trail Map-6) and run on weblogic.But i am getting an error which is mentioned below. Parsing of JSP File '/logon.jsp' failed:

Re: Scheduled Events

2001-05-09 Thread Craig R. McClanahan
On Wed, 9 May 2001, Taylor Cowan wrote: > What do you folks think about a scheduled event daemon? J2EE doesn't cover > this, I don't think any other frameworks do it yet, and it is similar to > request event handling except the events are "anonymous" and don't contain a > request object. > I

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-05-09 Thread Craig R. McClanahan
On Thu, 10 May 2001, Jim Richards wrote: > > Man I love open source ... > Me too :-) Craig > > Modified:src/share/org/apache/struts/action ActionServlet.java > > Log: > > Allow initDataSources() to throw ServletException like the other > > initialization methods do, to indicate

cvs commit: jakarta-struts/src/share/org/apache/struts/actions ForwardAction.java IncludeAction.java LocalStrings.properties

2001-05-09 Thread craigmcc
craigmcc01/05/09 20:13:36 Modified:src/share/org/apache/struts/actions LocalStrings.properties Added: src/share/org/apache/struts/actions ForwardAction.java IncludeAction.java Log: Add standard actions that let you integrate other web application co

Re: Scheduled Events

2001-05-09 Thread Taylor Cowan
I quick look through "Turbine" and I found it. Never mind. Taylor - Original Message - From: "Taylor Cowan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 9:40 PM Subject: Scheduled Events > What do you folks think about a scheduled event daemon? J2EE doesn'

Scheduled Events

2001-05-09 Thread Taylor Cowan
What do you folks think about a scheduled event daemon? J2EE doesn't cover this, I don't think any other frameworks do it yet, and it is similar to request event handling except the events are "anonymous" and don't contain a request object. It could be implemented around a server startup servlet

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-05-09 Thread Jim Richards
Man I love open source ... > Modified:src/share/org/apache/struts/action ActionServlet.java > Log: > Allow initDataSources() to throw ServletException like the other > initialization methods do, to indicate a fatal initialization error. > > PR: Bugzilla #1672 > Submitted by: Jim

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-05-09 Thread craigmcc
craigmcc01/05/09 19:31:37 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Allow initDataSources() to throw ServletException like the other initialization methods do, to indicate a fatal initialization error. PR: Bugzilla #1672 Submitted by: Jim Richards

cvs commit: jakarta-struts/src/share/org/apache/struts/upload DiskMultipartRequestHandler.java MultipartIterator.java

2001-05-09 Thread mschachter
mschachter01/05/09 17:56:54 Modified:src/share/org/apache/struts/upload DiskMultipartRequestHandler.java MultipartIterator.java Log: - Modified DiskMultipartRequestHandler to attempt to retrieve the value of the ServletContext at

Re: XSL instead of JSP

2001-05-09 Thread Mike Williams
Pat, I agree with you. Believe me it's not by choice that I'm doing this! Unfortunately, I haven't been able to convince management and customers :( We're not going to scrap the browser based side anyway. For a lot of our clients this is a better solution. I haven't given up the fight but,

RE: XSL instead of JSP

2001-05-09 Thread Greg Reddin
We're at the end of the process of writing a pretty large app using Struts with XSL instead of JSP. Like you, most of our data was represented as XML internally. However, if I was doing it again, I'd probably use JSP. Here's what we've done. We get XML data from the backend. For each request w

RE: XSL instead of JSP

2001-05-09 Thread Rapheal Kaplan
Well, what I was thinking is that most of the presentation of struts is rightfully pushed off to JSP, which like Cocoon, is really just another stand along servlet. I think all we really need is a few support libraries for Cocoon. I think it might well be as simple as developing XSP tag librarie

Re: XSL instead of JSP

2001-05-09 Thread Taylor Cowan
I don't know a lot about Cocoon, but I believe it is similar to Struts in that it has a "master" servlet which is awakened by requests matching a particular expression. In that sense they are mutually exclusive. Sometimes I'm tempted to consider the benefits of combining the two but I always end

RE: XSL instead of JSP

2001-05-09 Thread Rapheal Kaplan
I intend to try to implement a way of using Cocoon with Struts. It should actually not be extraordinarily hard. Has anyone else done something similar? -Original Message- From: Nestel, Frank [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 9:47 AM To: '[EMAIL PROTECTED]'

cvs commit: jakarta-struts/src/share/org/apache/struts/util LocalStrings.properties RequestUtils.java

2001-05-09 Thread craigmcc
craigmcc01/05/09 12:31:33 Modified:doc struts-bean.xml struts-html.xml struts-logic.xml src/share/org/apache/struts/taglib/bean IncludeTag.java LocalStrings.properties src/share/org/apache/struts/taglib/html LinkTag.java

RE: I'm back!

2001-05-09 Thread Gogineni, Pratima
Hi Craig, I would love to participate in this. pratima -Original Message- From: Craig Tataryn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 10:55 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: I'm back! Hi guys, I haven't been participating lately in the mailing list

I'm back!

2001-05-09 Thread Craig Tataryn
Hi guys, I haven't been participating lately in the mailing list because I recently moved from the US back to Canada so I haven't had too much spare time. Any how, now that I am settled in I would like to start work on the Struts Workflow TODO. I was wondering if anyone other than my self and Ni

AW: XSL instead of JSP

2001-05-09 Thread Nestel, Frank
Hi, initially I thought struts would be the answer to our web design needs, but then we decided how strongly it was tied to JSP. We are now using a primive framework which is somewhat inspired by struts, but much more simpleminded, which uses XSL as a renderer. We have a central servlet which fir

RE: XSL instead of JSP

2001-05-09 Thread Ludwig, Pat
hi, with no offense meant, isn't the notion of promoting non-browser-like clients counter-productive to one of the basic benefits of network programming such as code maintenance and distribution? i certainly understand that this may be the best solution for some intranet and legacy apps, but it