RE: Urgent Websphere and location of Struts-Config.xml file

2002-04-19 Thread Moritz Petersen
you can put the server into servlet 2.2 compliance mode in the adminconsole. -mo. -Original Message- From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 4:04 PM To: Steven Banks; [EMAIL PROTECTED] Subject: RE: Urgent Websphere and location of

RE: OT: Dynamic JSP include

2002-03-21 Thread Moritz Petersen
i just wrote a custom tag, that allows you to include a page like: my:includehttp://your.url.here//my:include so it is possible to use clean struts tags for writing the url: my:includebean:write name=myURL//my:include it works with http:// adresses, absolute urls (/mypage.jsp) and relative

including cocoon in jsp using struts

2002-03-21 Thread Moritz Petersen
hello! sorry for cross-posting this to cocoon-uses and struts-user! i have the problem, that i need to dynamically include cocoon results into a jsp page. because we use

including cocoon in jsp using struts

2002-03-21 Thread Moritz Petersen
hello! sorry for cross-posting this to cocoon-uses and struts-user! i have the problem, that i need to dynamically include cocoon results into a jsp page. because we use

RE: !!!!!!Attention Log4J Users !!!!!!!!!!!!!

2002-02-21 Thread Moritz Petersen
That's the difference between the FileAppender and the RollingFileAppender -mo. -Original Message- From: Praveer Mathur [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 1:01 PM To: Struts Users Mailing List Subject: !!Attention Log4J Users ! -

RE: iterate tag usage

2002-02-12 Thread Moritz Petersen
Henry, an array does not extend java.util.Collection. The iterate tag expects a Collection (which contains a 'iterator()' method). So you have to convert the array into a collection, either by simply not using arrays in favor of collections, or by implementing an additional method like: public

RE: iterate tag usage

2002-02-12 Thread Moritz Petersen
Hehe, nope. ;-) Look: the return value of the getXYZ() method must be a java.util.Collection, Iterator etc. but _not_ an array. By the way: your code would not even compile. private Vector listVector; // A Vector implements the Collection interface. That is good. public Vector getListVector()

multipe bean:define's in one page?

2002-01-11 Thread Moritz Petersen
Hello, I would like to use bean:define to overwrite a previously defined bean. Example: bean:define id=mybean value=foo/ bean:write name=mybean/ bean:define id=mybean value=bar/ bean:write name=mybean/ Unfortunately, this is not possible, because the Servlet code would contain String mybean =

Remove bean?

2002-01-11 Thread Moritz Petersen
Is it possible to remove a bean from request / session etc. with Struts? This would be a counterpart to bean:define... Thanx in advance, Mo. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: multipe bean:define's in one page?

2002-01-11 Thread Moritz Petersen
in one page? hello, as far as I remeber you are not allowed to use same id in page more than one. Maybe, I am wrong. Tschau. -Ursprüngliche Nachricht- Von: Moritz Petersen [mailto:[EMAIL PROTECTED]] Gesendet am: Friday, January 11, 2002 6:11 PM An: Struts Users Mailing

RE: HOW can I use Log4J within struts?

2001-11-20 Thread moritz petersen
Yeah, that's what missing: log4j tags (log4j:debugHello World!/log4j:debug). Interesting for me. I guess, I'll write an extension. Anyways, in the Actions and FormBeans you can use log4j as usual. Greetings, Moritz. This e-mail was successfully scanned by the FBI using

RE: HOW can I use Log4J within struts?

2001-11-20 Thread moritz petersen
Subject: RE: HOW can I use Log4J within struts? Log4J tag already exist ;) http://jakarta.apache.org/taglibs/doc/log-doc/intro.html Emmanuel moritz petersen [EMAIL PROTECTED] a écrit : Yeah, that's what missing: log4j tags (Hello World!). Interesting for me. I guess, I'll write

RE: bean:message and performance

2001-11-20 Thread moritz petersen
What about templates or tiles? -Moritz. -Original Message- From: Francois-Xavier Bonnet [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 2:18 PM To: [EMAIL PROTECTED] Subject: bean:message and performance Hello all, I am using bean:message tag for internationalizing

RE: HOW can I use Log4J within struts?

2001-11-20 Thread moritz petersen
Yes, I've noticed that after my mail... Thanx. -Moritz. -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 3:21 PM To: 'moritz petersen '; 'Struts Users Mailing List '; '[EMAIL PROTECTED] ' Subject: RE: HOW can I use Log4J within

RE: Websphere 4.0/IBM Web server configuration

2001-11-15 Thread moritz petersen
I have no experience with WS, but there is a special WS 4 version of struts available at http://jakarta.apache.org/struts/userGuide/resources.html -moritz. -Original Message- From: Jay Sissom [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 4:25 PM To: Struts Users

RE: ActionServlet return a pdf document

2001-11-14 Thread moritz petersen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm quite a struts newbie, so forgive me this unqualified reply, but isn't it possible to set the content-type of the output stream to application/pdf? Cheers, Moritz. -Original Message- From: Balasubrahmanyam Pasumarthy

RE: off subject ANT

2001-11-14 Thread moritz petersen
Does the .war file work with other app'servers and does the problem only occur with WL, or is it a general problem with your .war file? I am using the war... task with JBoss and it works perfectly. -moritz. -Original Message- From: Tom Tibbetts [mailto:[EMAIL PROTECTED]] Sent: