Re: log4j struts

2005-02-17 Thread Jan-Jaap Endenburg - Vera
Hi! Can you give me an example of specifying log4j as init-param. within struts-config.xml? Thanks, Jan-Jaap Ye, Young wrote: yes, you can. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: 2005/02/16 4:48 PM To: Struts Users Mailing List Subject: log4j struts I want

Re: Hidden parameter passing: RE: parameter passing from one jsp-screen to another

2005-03-10 Thread Jan-Jaap Endenburg - Vera
Erik, I implemented it in this way: thank you for your help! Jan-Jaap Erik Weber wrote: Well, this is not great nice solution in my opinion, but it does seem to be popular. This requires you to have a form on screen A and to use POST instead of GET to request screen B. Also, it requires JavaScrip

Re: [HELP] What's wrong with my html:link syntax... :(

2005-03-16 Thread Jan-Jaap Endenburg - Vera
Pham, To, it looks as if the quotes will not be interpreted correctly in the following part: "> The text 'tree.node' will not be inside quotes, contrarely to what I understand below that you would want. Perhaps you should use single quotes for the outside quotes and double quotes for the ins

I look for an example of LOGIC:ITERATE that iterates over an ARRAY

2005-03-29 Thread Jan-Jaap Endenburg - Vera
Hi everyone, I look for an example of that iterates over an array (of strings): I am not sure how to display these array-values in my jsp-page: should this be done with ? If so: what should I fill for name & property? Thanks for your help! Jan-Jaap --

Re: I look for an example of LOGIC:ITERATE that iterates over an ARRAY

2005-03-29 Thread Jan-Jaap Endenburg - Vera
. so this is an "array" version: Next element in array is kr, guenther -- Günther Wieser creative-it Guglgasse 6/1/11/1 A-1110 Wien Austria http://www.creative-it.com -Original Message- From: Jan-Jaap Endenburg - Vera [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005

Struts - verify on too much tag library reference files?

2005-03-30 Thread Jan-Jaap Endenburg - Vera
Hi all! Does anyone know a tool (or a way) for verifying all jsp-pages on their tag library reference files? Example of what I call a tag library reference file: <%@ taglib uri="/tlds/struts-html.tld" prefix="html" %> The problem is not that I have too little tag library reference files: this

Re: New to Struts

2005-04-04 Thread Jan-Jaap Endenburg - Vera
I have had a lot of help from: www.sourcebeat.com: sample chapter of book 'Jakarta Struts Live' Good luck, Jan-Jaap Balaji H. Kasal wrote: Hi, I am quite new to struts. Please guide me which is the best place to start. I will prefer to start with Struts example ()src code). Thanks in advance.