Re: img tag with action as src

2004-02-03 Thread Manfred Wolff
not been defined - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff

Re: session control

2004-01-26 Thread Manfred Wolff
] -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33

Re: Convert JSP to static HTML...

2004-01-26 Thread Manfred Wolff
and save them in a local directory... How do I achieve this functionality??? Any suggestions appreciated. Thanks much. -Jacob - Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! -- === Dipl.-Inf. Manfred

Re: Logging in own Classes

2004-01-17 Thread Manfred Wolff
Ralf. Its a little bit off topic. Log4J offers several possibilities for configuration. The simplest way is just place your file into the $CLASSPATH e.g. WEB-INF/classes. In this case your file MUST named log4j.properties. At the first attach the log4j Framework searches such a file to

Re: previous page navigation

2004-01-11 Thread Manfred Wolff
-- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33

Re: previous page navigation

2004-01-11 Thread Manfred Wolff
oops is down. try http://manfred-wolff.de/struts/articles/HowTo-Back.html Manfred Wolff wrote: David. I have posted a solution a few days ago. Please read http://mwolff.org/struts/articles/HowTo-Back.html Thats really not the best solution but a very simple way. Perhaps you use it a make

Re: Struts EJB deployment

2004-01-10 Thread Manfred Wolff
-- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33

Solution: Subcall and Back in Struts

2004-01-09 Thread Manfred Wolff
Hi. At several projects I needed a struts based browser back mechanism or a subcall mechanism. In both cases you have to store the last request (with request parameter) an restores it. Subcall means: From different contextes I navigate to the same site. To increse usability I will the user

Re: EJB Tier

2004-01-09 Thread Manfred Wolff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27

Re: Configuring Struts NOT to create (unauthentified) sessions

2004-01-08 Thread Manfred Wolff
: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33

Re: Configuring Struts NOT to create (unauthentified) sessions

2004-01-08 Thread Manfred Wolff
- Original Message - From: Manfred Wolff [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 3:22 PM Subject: Re: Configuring Struts NOT to create (unauthentified) sessions Nicolas. I perhaps don't understand you. but (!) The locale attribut has

Re: Handling Missing Message Key

2004-01-08 Thread Manfred Wolff
=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff --- phone

Re: dynamically add action ?

2004-01-07 Thread Manfred Wolff
lixin chur You must configure your context as the following: Context path=/template docBase=/J2EELoesungen/Projekte/Template/webapps/template reloadable=true cookies=true Logger className=org.apache.catalina.logger.FileLogger prefix=template_log.

Re: server hangs after finite number of requests

2004-01-07 Thread Manfred Wolff
Heather. I user dbcp since one year in a productive system with mysql and have no problems yet. The best documentation in my mind is the original from tomcat. There are all parameters explained: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html By the way:

Re: Resources from ActionForm

2004-01-07 Thread Manfred Wolff
commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff

Re: dynamically add action ?

2004-01-07 Thread Manfred Wolff
Hi. After the discussion today I have made a litte paper how to add actions dynamically. Enjoy. There is a step by step tutorial, what to do. At runtime I change in this little description my actionpath from demo.jsp to demo2.jsp. There are a few modification necessary. After that you can

Re: reload properties file in struts with out restarting the application and more

2004-01-07 Thread Manfred Wolff
] -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33

Re: One action per request, or chaining two?

2004-01-07 Thread Manfred Wolff
one action to handle the form submission and another to generate the next page view. Thanks for any replies, John -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522

Re: Mix protocols transparently in Struts

2004-01-06 Thread Manfred Wolff
action-mapping class for doing the mapping. regards Manfred Wolff Alain Van Vyve wrote: I would like to mix HTTP et HTTPS ... A very intersting article http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts_p.html has been written about that subject but the solution described was designed

Re: dynamically add action ?

2004-01-06 Thread Manfred Wolff
/signingbonus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff --- phone neusta

Re: logic:iterate problem

2003-09-27 Thread Manfred Wolff
] -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33

Re: [OT] computer performance with jsp/servlets/struts

2003-03-11 Thread Manfred Wolff
Dan Allen wrote: I only ask this to see if I can make my life easier. I have a PII 333MHz laptop with 216MB Ram and I am running Tomcat, JDK 1.4.1 and some struts applications. Just now it took ant 6 min 56 sec to reload my application after making changes. If I were to go and get a decent

Re: [OT]Re: quick log4j question

2003-03-10 Thread Manfred Wolff
No, Rick, I don't. I have said: Put it in ANY directory, that contains to the classpath. It is a good Idea to build a group of property-files e.g. in WEB-INF/classes/ressources or any other directory. But I don't know why evrybody will have a configuration in web.xml and a initialisation in

[OT]Re: quick log4j question

2003-03-09 Thread Manfred Wolff
Hi Dan. The best you can do to place your property file in any directory that contains to the classpath (e.g. WEB-INF/classes ...) and load the file via the VM: E.G. Tomcat in Catalina.bat set CATALINA_OPTS=%CATALINA_OPTS% -Dlog4j.configuration=log4jxy.properties (dont take log4j.properties,

Multiple application support

2003-03-07 Thread Manfred Wolff
Hi I have some problems with struts multiple application support. I have build a second struts-config.xml called common-struts-config.xml and I have registered it in the web.xml. servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class

Re: Keep getting bean error

2003-02-14 Thread Manfred Wolff
org.apache.struts.taglib.html.BEAN in any scope Thats exactly the key where struts saves the bean. This bean has to declared in struts config under the path /mdxQuery.do Manne when I try to access a .jsp page. Any help would be great! (I'm new to struts) Thanks! -- Sloan Here is the source

AW: logging, log4j

2002-07-16 Thread Manfred Wolff
Hi Yes, but it works only, if you have an Appender named A1! Here my own Log4j.properties, where you can hide alle packages, you don't need: # Configure the rootlogger log4j.appender.WEBAPP=org.apache.log4j.ConsoleAppender log4j.appender.WEBAPP.layout=org.apache.log4j.PatternLayout

AW: Struts installation and web.xml question

2002-07-14 Thread Manfred Wolff
Hi. The question is: Where lies your start.jsp. It must be at the root-context. So if your app has the following structure: EGPS WEB-INF CLASSES Then ist must be ??/EGPS/start.jsp Manfred -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im

AW: child window problem!!!!!!

2002-07-12 Thread Manfred Wolff
Please post the code in this Mailing List or direct to me: [EMAIL PROTECTED] . It is a beautiful solution! Manfred -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Jacob Hookom Gesendet: Samstag, 13. Juli 2002 00:07 An: 'Struts Users Mailing

WG: Re: Struts + EJB ?

2002-07-11 Thread Manfred Wolff
List Betreff: RE: Re: Struts + EJB ? -Original Message- From: Manfred Wolff [mailto:[EMAIL PROTECTED]] Subject: AW: Re: Struts + EJB ? I use Struts, Tomcat, JBoss, XDoclett, PostgreSQL, Ant, Log4J in a 5 person year project (not large but not small also) and it works really fine

AW: To Manfred Wolff Struts + EJB ?

2002-07-09 Thread Manfred Wolff
Gesendet: Montag, 8. Juli 2002 19:13 An: Struts Users Mailing List Betreff: To Manfred Wolff Struts + EJB ? I use Struts, Tomcat, JBoss, XDoclett, PostgreSQL, Ant, Log4J in a 5 person year project (not large but not small also) and it works really fine. hello manfred, thanks for the reply

AW: Struts without action and form classes

2002-07-09 Thread Manfred Wolff
Hi owen. Yes it is possible, but I think you need Struts 1.1b. See below: action path=/logonNative name=dummyForm parameter=/Logon/Logon.jsp scope=request type=org.apache.struts.actions.ForwardAction validate=false /action In Struts 1.1b

AW: dynamicaly generated forms and ActionForms

2002-07-08 Thread Manfred Wolff
Hi. We use XDoclet to generate our EJB's (CMP). There is also a tag to generate the struts form. With XDoclet you describe your bean with javadoc commentarys: * @ejb:bean type=CMP * name=TelekomVerbindung * view-type=local * use-soft-locking=true *

AW: Re: Struts + EJB ?

2002-07-08 Thread Manfred Wolff
Hi. Struts and EJB is no problem. You use the business delegate pattern to seperate business logic in the EJB Container (e.g. JBoss). You use also the value object pattern to transport your data from the action to the fassade on the EJB Container. Than you do all your logic in the application

AW: Help about transaction tokens aim

2002-07-03 Thread Manfred Wolff
Hi. The struts transaction token prevents that users klick the back-button in the browser. Some Applications , e.g. workflow driven apps, can not deal with back-buttons, because it may be, that a database transaction is fullfilled, and there is no chance for a rollback. The method

AW: Why digester?

2002-06-22 Thread Manfred Wolff
Hi Adolfo. I think the digester is no contradiction to a xml-parser. The digester uses a xml-parser and will make the parsing more comfortable. So you only must deal with java classes and not with xml-tags. For my opinion it is a little bit oversized, but thats a matter of taste - we say in