Re: Struts user base

2001-02-12 Thread Jannik Nørgaard Steen
Hi, we are a danish company in the Media Asset Management business. We are developing our web-interface and have based it entirely on Struts. We are using Borland App Server 4.5 as EJB-backend, with Apache and Resin on the side. /jannik - Original Message - From: "Mike Dewhirst" <[EMAIL

need to restart tomcat after modifications in (formbean || action class)

2001-02-12 Thread gustav spellauge
i just discovered struts and am experimenting a bit. i discovered that i have to restart tomcat (3.2) after i modified either of the formbean or action class. javax.servlet.ServletException: org.apache.struts.util.PropertyMessageResources at org.apache.jasper.runtime.PageContextImpl.handlePageE

AW: Struts client

2001-02-12 Thread Matthias Maisch
> > Hallo, > > > > ist there a way to use an Applett as client for a server > with a Struts > > framework? > > > > Thanks for all answers > > > > Matthias > > Sure ... the applet can use java.net.HttpURLConnection to send its own > requests to the controller servlet, and receive the response.

RE: struts:example

2001-02-12 Thread Mark Davidson
Did I miss a configuration step somewhere? Wait a second... earlier today, I e-mailed the list with a similar problem (I couldn't get the Struts' examples to work). The struts-example wouldn't work under Resin or Tomcat because it couldn't find the org.apache.struts.example.User class. It also

RE: struts:example

2001-02-12 Thread Gitanjali_Singh
These are the classes used by the struts example.So you should include these classes in your classpath.For ex. If this class file is within the web-inf/classes directory then include int web-inf/classes directory in the classpath before starting the server.It works perfectly with the tomcat serv

RE: struts:example

2001-02-12 Thread Sundar Shanmugasundaram
Hi,   I also have the same problem.   sundar. -Original Message-From: pratima gogineni [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 5:57 AMTo: [EMAIL PROTECTED]Subject: struts:example Hi, I just moved from 0.5 to 1.0 (last nights build). I had the example

Re: rte as subscript

2001-02-12 Thread John Hunt
Craig I tried using it, but I think when it is converted into html it goes out like but when we posted your code tries to look for array%5b0%5d ( [ and ] ) being encoded. Is this what is expected --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > John Hunt wrote: > > > can we access me

RE: input form with indexed properties, when?

2001-02-12 Thread Shamdasani Nimmi-ANS004
Struts-example displays multiple rows of subscriptions whereas I want to create an input form where you could enter multiple-rows in a table (each row inserts a new record in the database) and the data can be validated before saving. -Nimmi -Original Message- From: Maya Muchnik [mailt

[OT] Web-initiated restarts for Tomcat 3.2.1?

2001-02-12 Thread Nathan Eric Probst
Hello, I'm attempting to setup a shared development server to use with a distributed developement team. (All two of us!) I want to allow my partner, who is doing the page design, graphics, and JSP to "bounce" Tomcat remotely WITHOUT giving him an account on my machine. I've already written a s

RE: Problems Converting from .5 to 1.0

2001-02-12 Thread Stefan Winz
Yes, i had a similar problem for an action link that populates the instance variables off a form from beans stored in the session. I was using the name attribute in the action mapping so that it would save the name of the form that it set up. I didn't really investigate, but I assume that the ac

Struts example doesn't work???

2001-02-12 Thread Mark Davidson
I've seen other people post about this problem, but I really haven't seen a good answer to why this problem is occurring... I'm hoping someone can enlighten this poor soul as to what's going on. I've downloaded the Struts nightly binary build (I've actually tried several; all do this), and placed

"Eval" tag?

2001-02-12 Thread John Raley
Hi, Is there a tag (in struts or elsewhere) that will evaluate its body into a String that can be squirreled away for later use? Thanks, John

how to determine size of collections using tags

2001-02-12 Thread Deadman, Hal
Is there a way to determine the size of a collection that one might iterate over using struts tags rather than a scriptlet? I often want to display one thing if the collection is empty or I want to iterate over the collection. The only thing I can think of involves adding a get method to the JavaB

struts:example

2001-02-12 Thread pratima gogineni
Hi, I just moved from 0.5 to 1.0 (last nights build). I had the example application working properly with 0.5. When I moved to 1.0, after the login page - I get the following error (Note: I DONT have struts.jar in my JRUN classpath, only under web-info) Also I am not using the war file as is - but

Re: paging for web application

2001-02-12 Thread Steve A Drake
On Mon, 12 Feb 2001, Steve A Drake wrote: > On Wed, 31 Jan 2001, Peter Alfors wrote: > > > check out the pager taglib: http://jsptags.com/tags/navigation/pager/ > > Actually, I can run the example that comes with the distribution but am > having some problems using this pager taglib in Struts

html:img tag url rewriting

2001-02-12 Thread Deadman, Hal
When using the html:img tag with the page attribute it will do url rewriting but that doesn't seem to work on some webservers.   This doesn't work: http://jakarta.apache.org/images/logos/tomcat_3.gif;jsessionid=123123   Is there a way to turn off the url rewriting and have the img tag still

Problems Converting from .5 to 1.0

2001-02-12 Thread David J Snowsill
Hi All, I am currently migrating our Struts .5 based application to Struts 1.0. After making what appears to be all the required changes I am having problems clicking on links that refer to a Struts Action. The error message appearing in the tomcat console is 2001-02-13 09:45:12 - Ctx( /aquaQP )

RE: i18n - stand for?

2001-02-12 Thread Vilavanh Messien
I18N stands for internationalization et 18 is the number of letters between I and N. Vilavanh -Message d'origine- De : mmuchnik [mailto:mmuchnik]De la part de Maya Muchnik Envoyé : 12 février, 2001 17:29 À : [EMAIL PROTECTED] Objet : i18n - stand for? It is simple question. I18N - what

Re: paging for web application

2001-02-12 Thread Steve A Drake
On Wed, 31 Jan 2001, Peter Alfors wrote: > check out the pager taglib: http://jsptags.com/tags/navigation/pager/ Actually, I can run the example that comes with the distribution but am having some problems using this pager taglib in Struts. The links created by the pager aren't working. The

Re: i18n - stand for?

2001-02-12 Thread Craig R. McClanahan
Maya Muchnik wrote: > It is simple question. I18N - what is it means? > (Internationalization...) > Yes ... it does mean "internationalization". The "18" in the middle is sort of a pun on the fact that there are 18 letters between the initial "i" and the final "n". Likewise, l10n (the initial

i18n - stand for?

2001-02-12 Thread Maya Muchnik
It is simple question. I18N - what is it means? (Internationalization...) Thanks, Maya

Last Call for Struts 1.0 Bugs

2001-02-12 Thread Craig R. McClanahan
The few remaining Struts bug reports are feeling kind of lonely. Do you have any more bugs that you would like to see fixed before Struts 1.0 is released? If so, please post them to the bug tracking system at: http://nagoya.apache.org/bugzilla/ under product "Struts". Even if the bug has

RE: Antwort: RE: Running and debugging with Oracle JDeveloper

2001-02-12 Thread Park, Doug N
I don't have JDeveloper, but I do have Borland JBuilder which is almost the same thing. We just got the example working with JBuilder 4 and the big trick was we had to manually copy the ApplicationResources.properties file to the output folder where the class files are created. Even though it was

Re: template-example and i18n

2001-02-12 Thread Incze Lajos
> Instead of using the Name \'Template\' of the page I thought it would be nice to > look up this value using the tag. How shall one do this? I have, > newbie as I\'m to jsp and tag libraries, tried > template:put name=\'title\' content= > direct=\'true\'/> Recently you can do this:

Re: input form with indexed properties

2001-02-12 Thread Maya Muchnik
I think, the original struts-example has a multiple rows form for "Current Subscriptions". Shamdasani Nimmi-ANS004 wrote: > Hi, > > Is any solution to handling an input form with data in a table form (i.e. multiple >rows of same kind of data) on Struts horizon in the near future? > > Also If a

Re: Enhydra: Re: DTD validation of struts-config.xml

2001-02-12 Thread Craig R. McClanahan
DONNIE HALE wrote: > To those interested: > > I followed the rabbit trail implied by Craig's response, and have discovered that in >fact there is an issue when Struts attempts to register its local DTD in the >initDigester method. However, I believe it may be due to a bug in the Struts code, >

input form with indexed properties

2001-02-12 Thread Shamdasani Nimmi-ANS004
Hi, Is any solution to handling an input form with data in a table form (i.e. multiple rows of same kind of data) on Struts horizon in the near future? Also If anyone has worked with such a form and have an example to share I will really appreciate it. Thanks -Nimmi

Enhydra: Re: DTD validation of struts-config.xml

2001-02-12 Thread DONNIE HALE
To those interested: I followed the rabbit trail implied by Craig's response, and have discovered that in fact there is an issue when Struts attempts to register its local DTD in the initDigester method. However, I believe it may be due to a bug in the Struts code, not Enhydra's class loader.

Re: Antigen found =*.vbs file

2001-02-12 Thread John Raley
Glad I'm running Netscape on Linux! :^) Administrator wrote: > Antigen for Exchange found AnnaKournikova.jpg.vbs matching =*.vbs file > filter. > The file is currently Removed. The message, "Here you have, ;o)", was > sent from David Reynolds and was discovered in IMC Queues\Inbound > located

RE: Here you have, ;o) IS A VIRUS

2001-02-12 Thread Schachter, Michael
don't op -Original Message- From: David Reynolds [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 4:35 PM To: struts Subject: Here you have, ;o) Hi: Check This!

VIRUS Alert

2001-02-12 Thread Sudheendra Hebbagilu
Hi All, I just now got a mail containing virus from struts mailing list. If the subject contains Here you have :) and an attachment called AnnaKournikova.jpg.vbs, then dont open it. delete it. Thanks Sudhi

Re: Here you have, ;o) - DONT! ,ITS A VIRUS

2001-02-12 Thread Ratnadeep Bhattacharjee
> > Hi: > Check This! Don't check this if you are running on Windows - its a Virus. For details go to http://espn.go.com/tennis/news/2001/0212/1079565.html -Deep.

Antigen found VBS/SST virus

2001-02-12 Thread ANTIGEN_SCOOBY
Antigen for Exchange found AnnaKournikova.jpg.vbs infected with VBS/SST virus. The file is currently Deleted. The message, "Here you have, ;o)", was sent from David Reynolds and was discovered in IMC Queues\Inbound located at Brightspark/BSPARK-MAIN/SCOOBY.

Antigen found VBS/SST virus

2001-02-12 Thread ANTIGEN_SESTOMSX01
Antigen for Exchange found AnnaKournikova.jpg.vbs infected with VBS/SST virus. The file is currently Deleted. The message, "Here you have, ;o)", was sent from David Reynolds and was discovered in Alix Jermyn\Inbox located at Icon Medialab AB/ICONSE/SESTOMSX01.

Antigen found VBS/SST virus

2001-02-12 Thread ANTIGEN_SESTOMSX01
Antigen for Exchange found AnnaKournikova.jpg.vbs infected with VBS/SST virus. The file is currently Deleted. The message, "Here you have, ;o)", was sent from David Reynolds and was discovered in Alain Hubert\Inbox located at Icon Medialab AB/ICONSE/SESTOMSX01.

Antigen found =*.vbs file

2001-02-12 Thread Administrator
Antigen for Exchange found AnnaKournikova.jpg.vbs matching =*.vbs file filter. The file is currently Removed. The message, "Here you have, ;o)", was sent from David Reynolds and was discovered in IMC Queues\Inbound located at Epicentric/EPICENTRIC/LOMBARD.

Antigen found =*.vbs file

2001-02-12 Thread ANTIGEN_GMEXCHANGE
Antigen for Exchange found AnnaKournikova.jpg.vbs matching =*.vbs file filter. The file is currently Removed. The message, "Here you have, ;o)", was sent from David Reynolds and was discovered in IMC Queues\Inbound located at GlobalMedic/GlobalMedic - Montreal/GMEXCHANGE.

Antigen found =*.vbs file

2001-02-12 Thread ANTIGEN_GMEXCHANGE
Antigen for Exchange found AnnaKournikova.jpg.vbs matching =*.vbs file filter. The file is currently Removed. The message, "Here you have, ;o)", was sent from David Reynolds and was discovered in IMC Queues\Inbound located at GlobalMedic/GlobalMedic - Montreal/GMEXCHANGE.

Here you have, ;o)

2001-02-12 Thread David Reynolds
Hi: Check This! AnnaKournikova.jpg.vbs

RE: Sorry....RE: Struts installation notes - example's setLocale on J Run

2001-02-12 Thread Eric Wu
Allaire released an SP2a last week to correct some other problems. I have tested with this and the bug is still there... >:( Eric -Original Message- From: Moore, Mark A [mailto:[EMAIL PROTECTED]] Sent: January 31, 2001 9:14 AM To: '[EMAIL PROTECTED]' Subject: SorryRE: Struts install

template-example and i18n

2001-02-12 Thread magnus . sirvio
Hi, I thought it would be nice to use the template-example technique with the i18n support in struts but is running into problem. Below is a code snippet for the entry to the web I\'m building - slightly modified from the template-example example. <%@ page language=\"java\" %> <%@ taglib uri

Re[2]: Struts user base

2001-02-12 Thread Oleg V Alexeev
Hello Craig, Monday, February 12, 2001, 10:51:38 PM, you wrote: >> 3. Does anyone run Struts on commercial servers, e.g. BEA's Weblogic? CRM> Yes, there are Struts users on Weblogic and many other server platforms -- the installation docs in the Struts nightly builds have been recently enhance

Re: DTD validation of struts-config.xml

2001-02-12 Thread Craig R. McClanahan
Lee Hall wrote: > We've been using the Tomcat 3.2 that is integrated with NetBeans to do > our Struts development. Our test deployment server (AIX 4.3 with the > IBM 1.2.2 JVM) is running a vanilla Tomcat3.2.1. Neither of these > environments has any problem with the subject of this message. Ou

Re: Localisation

2001-02-12 Thread Craig R. McClanahan
Sebastien Cesbron wrote: > I have a simple question about localisation : > > If there is multiple users using the same localisation parameters : do > they share a common ResourceBundle instance or do they have their own > one. > It seems to me that each user has his own ResourceBundle instance bu

Re: Struts user base

2001-02-12 Thread Craig R. McClanahan
Mike Dewhirst wrote: > I am working on the same project as Mark Mclaren, and have some additional questions >regarding Struts: > > 1. Does anyone have an idea of how many people are developing/using Struts? > It is pretty hard to know for sure on an open source project, but the subscriber count

Re: Sessions lost when server restart or class reload

2001-02-12 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > When a class is reloaded because you have change it the objects saved > on > sessions are lost and all the users connected to that application > suffer > that. > > Do all classes get reloaded or only those that have changed? > The details vary by contain

Re: Sessions lost when server restart or class reload

2001-02-12 Thread Craig R. McClanahan
Carlos Romero Mas wrote: > When a class is reloaded because you have change it the objects saved on > sessions are lost and all the users connected to that application suffer > that. > This is not universally true. For example, Tomcat 4.0 has the ability to save and restore your sessions across

Re: Struts user base

2001-02-12 Thread Oleg V Alexeev
Hello Mike, I work with struts about 6 month - great product! Result - http://www.penza.ru/povolgie - center to publish news from goverment regional press services in Russia, middle Volga. Now I work under number of another projects and all of them build on struts. Monday, February 12, 2001, 8:

DTD validation of struts-config.xml

2001-02-12 Thread Lee Hall
We've been using the Tomcat 3.2 that is integrated with NetBeans to do our Struts development.  Our test deployment server (AIX 4.3 with the IBM 1.2.2 JVM) is running a vanilla Tomcat3.2.1.  Neither of these environments has any problem with the subject of this message.   Our pre-production server

Re: paging for web application

2001-02-12 Thread Steve A Drake
On Wed, 31 Jan 2001, Peter Alfors wrote: > check out the pager taglib: http://jsptags.com/tags/navigation/pager/ Very handy! For anyone else looking at this for paging long-winded result sets, and using Tomcat 4.0-b1, I needed to edit the demo "pager-demo.jsp" and change: to: This fixes

Re: rte as subscript

2001-02-12 Thread Craig R. McClanahan
John Hunt wrote: > can we access memebers of an array like > in a for loop... It > works if I use constants but not expressions.. > property="array[0]" is fine but not array[i] or > array[<%=i>] for the property attribute of > form:select. Any clues??? > > The property accessor syntax in Struts

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 Jav

Re: Struts user base

2001-02-12 Thread Ted Husted
You probably want to spend some time in the mail archives. The Struts-User archive at < http://mail-archive.com > is my personal favorite. It was recently mentioned that there are over 900 subscribers to the mailing lists. Jakarta projects offer nightly builds with the latest fixes. How of

Localisation

2001-02-12 Thread Sebastien Cesbron
I have a simple question about localisation : If there is multiple users using the same localisation parameters : do they share a common ResourceBundle instance or do they have their own one. It seems to me that each user has his own ResourceBundle instance but does that affect the performance of

Re: Struts user base

2001-02-12 Thread Burr Sutter
Christoph, Are you both a SilverStream and Struts user? Do you have a documented list of steps to implement Struts on a SilverStream 3.7 server? I was going to put together a document like this but I've not had the time. I'm aware of the SilverBooks37 example but I've not seen any documentation o

RE: Struts user base

2001-02-12 Thread Rooms, Christoph
Hi, for the commercial servers part : Struts runs on SilverStream without any problems. I think the other ones also aren't any problems. kind regards, Christoph -Original Message- From: Mike Dewhirst [mailto:[EMAIL PROTECTED]] Sent: maandag 12 februari 2001 18:03 To: [EMAIL PROTECTED]

Struts user base

2001-02-12 Thread Mike Dewhirst
I am working on the same project as Mark Mclaren, and have some additional questions regarding Struts: 1. Does anyone have an idea of how many people are developing/using Struts? I have checked the bug list and indeed it is very small, but I want to know that that is due to product stability,

Re: How stable is struts?

2001-02-12 Thread Ted Husted
Ted Husted wrote: > Seriously, we need to clean up the remaining items on the 1.0 TODO list, > and any showstoppers in bugzilla. Then we freeze the build for beta > testing, vote, and release. I really should have said "final release testing". In practice, the current releases are being activel

Re: PROPOSAL: Struts Dreamweaver Integration

2001-02-12 Thread Ted Husted
Are you looking for any volunteers? My best client decided to switch to DreamWeaver on Friday, so I will now be living in Ultra Dev. *** REPLY SEPARATOR *** On 2/2/2001 at 4:07 PM Kok, Arjan wrote: >Hello, > >We (Compuware Amsterdam Lab) will start a project to integrate the S

Re: How stable is struts?

2001-02-12 Thread Ted Husted
Mark McLaren wrote: > 1. How buggy is the code? The code is very stable. You can check bugzilla for outstanding issues. < http://jakarta.apache.org/site/bugs.html > > 2. When will version 1.0 be released? I'm not looking for a binding > commitment, just an estimate (e.g. Next month? Ne

How stable is struts?

2001-02-12 Thread Mark McLaren
Hi, I like a lot of the functionality of Struts and am considering using struts as a framwork for a very large commercial e-commerce site. However, I have reservations about using alpha code. My questions are: 1. How buggy is the code? Have many developers found that they spent much of their

Re: forms, formbeans and JavaScript

2001-02-12 Thread Ted Husted
Yes. 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? > > Thanks in advance for your help, > > Mike > > -- > > This e-mail may contain confidential and/or privile

Re: Sessions lost when server restart or class reload

2001-02-12 Thread ARTUSD
When a class is reloaded because you have change it the objects saved on sessions are lost and all the users connected to that application suffer that. Do all classes get reloaded or only those that have changed? If all objects in sessions are stable types (e.g. Strings or nam

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 r

Sessions lost when server restart or class reload

2001-02-12 Thread Carlos Romero Mas
When a class is reloaded because you have change it the objects saved on sessions are lost and all the users connected to that application suffer that. Then, one of the more interesting aspects of web applications are lost: change the application on fly transparently for most users of that applic

Re: java.lang.AbstractMethodError while closing MySQL connection

2001-02-12 Thread Matthias Bauer
Hi Sudhi, maybe it is a good idea to use the mysql driver mm.mysql-2.0.4. I had similar problems, what caused me to do the upgrade from 1.2 and I do not encounter any more problems since then. Have fun, --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic

Re: Database driven controller for struts

2001-02-12 Thread Nathan Eric Probst
I, too am interested in this idea. I was wondering about using Osage's ability to stream data out of a RDB and into an XML file as an easy way to accomplish this task. Has anyone experimented in this area? Nathan Don Elliott wrote: > Hi Struts Users, I'm currently building an ASP service that

Emacs and JSP

2001-02-12 Thread Matthew Harrison
> - Original Message - > From: "Mike Campbell" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, February 09, 2001 2:02 PM > Subject: Re: Ted's FAQ "What Web sites are already Powered by Struts?" > > > Not to start any sort of editor Jihad, but emacs does all the above