Re: Want to know abt patterns in Struts.

2005-02-04 Thread listed
You can find an UML-Diagramm about Struts here: http://rollerjm.free.fr/pro/Struts11.html Greets Felixx Joe Germuska wrote: At 1:15 PM +0530 2/4/05, Akshay Pandit wrote: Hi to all, I would like to know how many j2ee patterns does struts framework make use of. As far as I know, no one sat down w

Re: Want to know abt patterns in Struts.

2005-02-04 Thread listed
You can find an UML-Diagramm about Struts here: http://rollerjm.free.fr/pro/Struts11.html Greets Felixx Joe Germuska wrote: At 1:15 PM +0530 2/4/05, Akshay Pandit wrote: Hi to all, I would like to know how many j2ee patterns does struts framework make use of. As far as I know, no one sat down w

Re: general Thread disscussion

2005-02-01 Thread listed
To be honest, I've only heard this in the past few days. I didn't know that, generically, writing files was "forbidden" by J2EE. I knew it was something you generally want to avoid from a webapp for other reasons, but it's news to me too :) So no, I don't have any reference I can point you t

Re: general Thread disscussion

2005-02-01 Thread listed
Thank you for your detailed reply. Its really helpfull but i had two questions: [...] ... and it may even be forbidden by J2EE, but... doing it is OK if you are careful a [...] I had a look in the J2EE-Specification but i can't found the point where this Topic is handled. Do you know where? [.

Re: general Thread disscussion

2005-02-01 Thread listed
Excuse me for the bad formatting! ## I had yesterday a general discussion about Threads running in the Servlet-Engine Tomcat. What i would like to do is to start a Thread over the Struts-Plugin. The Thread self is running in a infinite loop to do something and to slee

general Thread disscussion

2005-02-01 Thread listed
I had yesterday a general discussion about Threads running in the Servlet-Engine Tomcat. What i would like to do is to start a Thread over the Struts-Plugin. The Thread self is running in a infinite loop

Re: Abstract Bean Processing

2005-01-28 Thread listed
Hi Silvian, you have to know the propertyname and write accessor-methods. Where should struts know, which property to put out? Have a look at the jstl-core library. Greets Mark Sylvain ~ wrote: Hi, I wanted to create a Form Bean to represent a list of StorableObjects with a filter bean nested ins

Re: How to Forward out of struts to a URL from an Action

2005-01-27 Thread listed
Hi Michael, have a look in your struts-config.xml. Greets Mark Michael Oliver wrote: I would like to forward the user out of struts to a URL after an action executes without additional user input, what is the best way in Struts? I can use a page that has a redirect javascript in it,

Re: Problem using mechanismen

2005-01-15 Thread listed
Thank You! I didn't saw the Controller-Tag. Now its running :-). The Happy Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem using mechanismen

2005-01-15 Thread listed
Hubert Rabago wrote: Yes. You could've been using a pre-1.1 struts.jar. Ok, i found the old jar. My first Problem is solved ;-). But the next Error is comming. I don't use tiles and get the following Exception. I read in in the mailing-archive that someone had solved the Problem. http://www.

Re: Problem using mechanismen

2005-01-15 Thread listed
Hubert Rabago wrote: Looks like you're using an obsolete jar. The spec you implemented is using ModuleConfig, yet the jar you're deploying is using the deprecated ApplicationConfig. Hubert Thank you for the Tip. I looked for obsolete jar but i could not found anything. I downloaded the Version

Problem using mechanismen

2005-01-15 Thread listed
Hi, i would like to use my own components to be plugged in and loaded dynamically but i get everytime the same exception. The error eccoured when the Servlet executes. I have no idea where the Problem is. I am happy about every tip. Thanxx Greets Jens ## The Excep