Get the whole picture of Struts

2000-11-13 Thread Johnny Yu
All, How can I get the WHOLE picture of struts? eg. the Class diagram. I'd like make the architecture of Struts as a reference while building our own web application framework. I tried to REVERSE the source code into a Class Diagram with Rose, but get a lot errors like: "Error Resolving qual

Re: Available archive?

2000-11-13 Thread Lorin Kobashigawa
http://www.mail-archive.com/struts-user%40jakarta.apache.org/ It does not go back very far tho. -Lkb At 11:05 AM 11/13/00 -, Ray wrote: >Hi, > >Just wondering if an archive of messages exists and if so where? > >What is the current status of struts? >I recently downloaded a 0.5 release but s

Re: known problems with SSL and IE5 and Orion?

2000-11-13 Thread Lorin Kobashigawa
The problem is not with Struts, it is a configuration issue with orion and SSL, if you're using SSL on orion, you have to set shared="true" in the directive in your $ORION/config/web-site.xml file. -Lkb At 12:33 PM 11/10/00 +0100, Klaus Thiele wrote: >Hi, > >has anyone else also strange pro

Re: Templating Mechanism

2000-11-13 Thread Cedric Dumoulin
    You can also have a look to my Components proposal, which can be seen as an extended version of the Struts JSP Templates (and is compatible with David Geary's proposal).     http://gauss.ficsgrp.com/cdm   Components Features : Components Concept. A component is a JSP page that can be ass

Struts + Orion 1.4.0 Exception on Startup

2000-11-13 Thread Seth Ladd
Hello, I am trying to deploy struts-example (latest nightly build) on Orion 1.4.0. I have deployed the example as a WAR file into the default orion app. Does anyone know how to fix this startup error? 11/13/00 2:35 PM struts-example: org.apache.struts.action.ActionServlet: Cannot load applicati

RE: Re[2]: Templating Mechanism

2000-11-13 Thread Andrew Boyko
This tag is perfect; it's working exactly like I'd hope. Is there reason not to make it replace the existing tag? It seems not to remove of the original tag's features. Andy Boyko [EMAIL PROTECTED] > -Original Message- > From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] > Sent: Monday,

RE: StartForm can't find my form class

2000-11-13 Thread Nick Airey
Hello Bill,   This is a well-known one. There is some problem in the java class loader to do with loading in the case that the same jar file is found twice in the classpath.   In short - make sure struts.jar is only present in the WEB-INF/lib directory (of each app), and nowhere else wher

Re[2]: Templating Mechanism

2000-11-13 Thread Oleg V Alexeev
Hello Andrew, Some time ago I write tag to extend template mechanism in this way. Use it if you find it useful. This tag can be used like tag except one feature - if you omit content property in it, then body of this tag will be treated as content. For example - Some content Sourse you can

RE: Available archive?

2000-11-13 Thread Kitching Simon
You will find the official (well, official-ish) answer to your timeline question in the archives - Craig answered this sometime in the last few days. His answer was (roughly) that struts 1.0 is expected out sometime around the end of November. Of course, with Open Source projects, deadline

RE: Templating Mechanism

2000-11-13 Thread Andrew Boyko
> The template mechanism in the article is nearly identical to the one in > Struts. See org.apache.struts.taglib.template. I've been looking at the templating code, and have what I hope is a simple question. When using direct="true" in the tag, to place literal text into the template, the text

StartForm can't find my form class

2000-11-13 Thread Bill Pfeiffer
I am just starting with struts and have written my first action and form classes as a test.   My test jsp is getting an exception when running that indicates that the struts form tag can't find my form bean.  I've included it successfully in the jsp with a page import directive, and the class

Another Locale problem

2000-11-13 Thread Laufer, Michael
Title: Another Locale problem Hi, I've just looked through the mail-archieve of this mailing-list to find a solution for my problem, but I still haven't figured out the solution ... I'm running web-applications with Struts and Tomcat. Now I wanted to use diffeent resource bundles for differ

AW: Available archive?

2000-11-13 Thread Laufer, Michael
Title: AW: Available archive? Hi, there is an archieve under the URL: http://archive.covalent.net/ Have fun, Mike -Ursprüngliche Nachricht- Von: Ray [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 13. November 2000 12:05 An: [EMAIL PROTECTED] Betreff: Available archive? Hi,

Re: Available archive?

2000-11-13 Thread Ralf Utermann
On 13.11.00, Ray wrote: > Hi, > > Just wondering if an archive of messages exists and if so where? > > What is the current status of struts? > I recently downloaded a 0.5 release but see references to 1.0. > Is 1.0 a release candidate? > What is the release schedule? I would also like to hear

Available archive?

2000-11-13 Thread Ray
Hi, Just wondering if an archive of messages exists and if so where? What is the current status of struts? I recently downloaded a 0.5 release but see references to 1.0. Is 1.0 a release candidate? What is the release schedule? Thanks, Ray