RE: sendRedirect within Action

2003-11-11 Thread Lee, Dennis
Hi, You can sendRedirect as usual and then return 'null' for the ActionForward. Best Regards, Dennis Lee -Original Message- From: Mohamed Abu Zur [mailto:[EMAIL PROTECTED] Sent: 20031110 09:27 To: Struts Users Mailing List Subject: sendRedirect within Action Hi all: How I can make

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
Hi, Here is my code snippet: // initialization - Datasource and Name Service log.info(Initializing configuration plug in : Datasource and Name service); DataSource dataSource = null; if

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:24 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Hi, Here is my code snippet: // initialization - Datasource and Name Service log.info(Initializing

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
/data-sources -Original Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:36 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Hi, I declared different datasource for different environment (Development, UAT, Production). desconfig

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
Hi, Sorry, it's a property of data-source, not data-sources Best Regards, Dennis Lee -Original Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:55 AM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Hi, You can check the DTD, the key

RE: Struts1.1-b1 with WebSphere 3.5.*

2002-06-26 Thread Lee, Dennis
: Tue, 25 Jun 2002 16:40:07 +0800 From: Lee, Dennis [EMAIL PROTECTED] Subject: RE: Struts1.1-b1 with WebSphere 3.5.* To: 'Struts Users Mailing List' struts- [EMAIL PROTECTED] Hi, Started from WAS 3.5.5, you no need to patch the struts code. I can set it up with all struts jar file directly

RE: ClassNotFoundException in Struts1.1-b1 with WebSphere 3.5.6

2002-06-26 Thread Lee, Dennis
Hi, Nice idea. I use Struts1.1b (all the jars inside) and crimson.jar (not xerces.jar) from tomcat distribution. It works. (BTW, I just don't know why xerces.jar didn't work in my case, once I switched to use crimson.jar, everything is ok) Best Regards, Dennis Lee -Original

RE: Struts1.1-b1 with WebSphere 3.5.*

2002-06-25 Thread Lee, Dennis
Hi, Started from WAS 3.5.5, you no need to patch the struts code. I can set it up with all struts jar file directly. Other setup procedures are remain unchanged. Best Regards, Dennis Lee -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002

IBM WebSphere 3.5.4 and Struts 1.1b [Urgent]

2002-04-15 Thread Lee, Dennis
Hi, I can successfully use Struts 1.02 with WAS 3.5.4, but when I try to upgrade to Struts 1.1b, the ActionServer cannot be initialized. I got the error message from the stderr : javax.xml.parsers.ParserConfigurationException: Namespace not supported by SAXParser I used to use jaxp.jar +

RE: Struts 1.1 Beta 1 Released : newbee question

2002-03-21 Thread Lee, Dennis
Hi, I have the same error using Tomcat 3.3a. But I haven't had this using the nightly build 20020318. Best Regards, Dennis Lee -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:17 PM To: Struts Users Mailing List Subject: Struts 1.1

SOLVED - RE: Websphere 3.5.4 installation problem

2002-03-20 Thread Lee, Dennis
Hi, It's my fault, I haven't search the archive precisely. The following message solved my problem. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg24093.html Thanks all. Best Regards, Dennis Lee -Original Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED]] Sent

Websphere 3.5.4 installation problem

2002-03-14 Thread Lee, Dennis
Hi, First of all, I know quite some threads in the list talking about Websphere installation. But I have no luck to make it works. I have followed the instruction in struts homepage, and read some suggestion from this list. However, when I try to run the struts-example - Log on to the

RE: CHARACTER ENCODING !

2002-01-23 Thread Lee, Dennis
Hi, I have exactly the same problem. I try to convert the chinese in the properties file to unicode using native2ascii but it doesn't work. %@ page contentType=text/html; charset=big5 % + native2ascii = ?, all chinese characters becomes '??'. Anybody can give some more help ? Best

RE: How to set Dynamic hyper link using html:link

2002-01-03 Thread Lee, Dennis
='bean:write name=menu property=menuAction/' (using single quote marks). Keith. --- Lee, Dennis [EMAIL PROTECTED] wrote: Hi , I would like to know the way to set a dynamic hyper link using Struts html: I am trying to do it as follows: html:link forward=bean:write name=menu property

How to set Dynamic hyper link using html:link

2002-01-02 Thread Lee, Dennis
Hi , I would like to know the way to set a dynamic hyper link using Struts html: I am trying to do it as follows: html:link forward=bean:write name=menu property=menuAction/ bean:write name=menu property=menuDesc/ /html:link But it will return a JspParser Exception :