forms, formbeans and JavaScript

2001-02-12 Thread Mike Dewhirst
As a lot of forms may have JavaScript in them to dynamically rebuild menus, etc. Is it possible to combine this with the Struts tag-styled form design? Thanks in advance for your help, Mike -- This e-mail may contain confidential and/or privileged information. If you are not the intended

Re: VAJ Tomcat Test Environment/WS Test Environment serializable error

2001-02-12 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: FYI anyone working in VAJ with the WTE (EJBs etc), passing ActionForms to EJB methods. We are hoping to find the actual either VAJ error or non-serializable object details. Could you try an experiment? Does making the "servlet" variable in ActionForm transient

Re: Asynchronous request processing

2001-02-12 Thread Craig R. McClanahan
Rey Francois wrote: We are currently investigating the possibility to service HTTP requests with an asynchronous model. The idea is to retrieve the dynamic content from the back-end using asynchronous calls. The motivations are: * Sometimes the existing backend systems already have an

Using ATG Dynamo w/ Struts/JSP?

2001-02-12 Thread Nino Walker
Hi, I'm experimenting with struts and Dynamo 5, and was hoping others might share their experiences. So far, I've been moderately successful, but have run into several inconsistencies between their JSP Container and Tomcat's. I'm working with Struts v0.5 and have been tracking down one

Re: forms, formbeans and JavaScript

2001-02-12 Thread Craig R. McClanahan
Mike Dewhirst wrote: As a lot of forms may have JavaScript in them to dynamically rebuild menus, etc. Is it possible to combine this with the Struts tag-styled form design? The challenge with doing this is that the JSP tags run on the server (as the page is being generated), while the

Fwd: INSTALL notes for SilverStream Application Server

2001-02-12 Thread Rousseau, John
Hi Ted, I sent this out on the 6th, but some people have told me that they never saw it on the list. I also saw your most recent INSTALL checkin without these changes. Can you please send me an ack when you get this? Thanks! -John --- start of forwarded message --- From: John Rousseau

cvs commit: jakarta-struts/web/blank/WEB-INF/classes - New directory

2001-02-12 Thread craigmcc
craigmcc01/02/12 15:58:21 jakarta-struts/web/blank/WEB-INF/classes - New directory

cvs commit: jakarta-struts/web/blank/WEB-INF/classes ApplicationResources.properties

2001-02-12 Thread craigmcc
craigmcc01/02/12 15:59:43 Modified:.build.xml Added: web/blank index.jsp web/blank/WEB-INF struts-config.xml web.xml web/blank/WEB-INF/classes ApplicationResources.properties Log: Add the "struts-blank" starter application (contributed

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

2001-02-12 Thread craigmcc
craigmcc01/02/12 16:06:26 Added: src/share/org/apache/struts/util LocalStrings.properties Log: Add new messages file. Revision ChangesPath 1.1 jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties Index: LocalStrings.properties

cvs commit: jakarta-struts/web/test bean-size.jsp index.jsp

2001-02-12 Thread craigmcc
craigmcc01/02/12 17:56:08 Modified:src/doc struts-bean.xml src/share/org/apache/struts/taglib/bean LocalStrings.properties web/test index.jsp Added: src/share/org/apache/struts/taglib/bean SizeTag.java