Problem with Logic-iterate and enumeration

2002-06-06 Thread struts (H2Opilot)
hi, I have a List of Numbers and I like to use 3 columns and n rows. Is there a possible way to realise this via Logic-iteration. Normally, it look like that every next step in the iteration there is always another row. Like this: table width=100% border=0 cellspacing=1 cellpadding=1

Is there a scheduler for calling time based actions

2002-03-18 Thread struts (H2Opilot)
hi, i am looking for a scheduler who can call time based struts-actions... Has anybody an idea? thx Elmar -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cannot load servlet name: action ???

2002-03-08 Thread struts (H2Opilot)
hi, i changed a computer within our network who is our Internetgateway and after restarting Tomcat on any developer Computer I get the following message: Set org.apache.struts.action.ActionMapping properties Call org.apache.struts.action.ActionServlet.addMapping(ActionMapping[path=/admin

AW: using the Parameter of config

2001-09-25 Thread struts (H2Opilot)
I use Version 1.0 - size of struts.jar is 326,441 kB+ Which Version do I need for the Parameter option? -Ursprungliche Nachricht- Von: Ted Husted [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 25. September 2001 00:49 An: [EMAIL PROTECTED] Betreff: Re: using the Parameter of config I

Initalizing at startup and make global usable

2001-09-12 Thread struts (H2Opilot)
Hi all, I have to use an Array with my menuestructur global in my strutsapplication. Therefor I implement an Class DynamicBean which initalizes the Array and fills them all up by parsing an config file. Up to now I put this call at any *.jsp-page. This is quite slow, because he always should

AW: Initalizing at startup and make global usable

2001-09-12 Thread struts (H2Opilot)
hi, this was also my Idea, but I still down't know how to start the servlet in the XML. And I also down't know how to set the Array's with in the java-Class file. And later I down't know how to reuse the Array's in the jsp-File to forward it to the jsp-file witch is producing the menue via

AW: Initalizing at startup and make global usable

2001-09-12 Thread struts (H2Opilot)
something with yourArray % hope this helps... VIAUD Cédric wrote: I think you can do your initialisation in the init() method of the servlet. Cédric -Message d'origine- De : struts (H2Opilot) [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 12 septembre 2001 10:41 À : [EMAIL PROTECTED

AW: AW: Initalizing at startup and make global usable

2001-09-12 Thread struts (H2Opilot)
java class, which would perform some processing on it. from a servlet, you can access your menu object like so: String[] menuArray = (String[])getServletContext().getAttribute(menu); then pass the menuArray reference wherever you want... struts (H2Opilot) wrote: OK - I love U all!!! One last