RE: how to avoid "html:text" tag converting "&" to "&"?

2006-03-06 Thread Vu, Thai
I don't know if anybody answer this question. I think it is It works with , but I never try with -Original Message- From: Ayhan Güngör [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 7:46 AM To: user@struts.apache.org Subject: how to avoid "html:text" tag converting "&" to "&

RE: With a new project, what technologies should I use?

2006-02-10 Thread Vu, Thai
, what does PHB stand for in ` To a PHB, every application is a nail.'? -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 3:17 PM To: Struts Users Mailing List Subject: Re: With a new project, what technologies should I use? On 2/10/06, Vu, Th

With a new project, what technologies should I use?

2006-02-10 Thread Vu, Thai
Hello everybody, Could you give me some advices? Assume that I know how to use Struts, Hibernate, iBATIS and know nothing about Spring, JSF (but willing to learn :) ). Now what should I use if I have to write a new web application? And correct me if I'm wrong anywhere please. I heard that Spring

RE: Specify a file name when using DownloadAction

2005-12-18 Thread Vu, Thai
2005 1:47 PM To: user@struts.apache.org Subject: RE: Specify a file name when using DownloadAction Vu, Thai asked > I looked at these examples > (http://wiki.apache.org/struts/StrutsFileDownload) on using > DownloadAction and saw nothing like your code :( So I wonder > if you could

RE: Specify a file name when using DownloadAction

2005-12-16 Thread Vu, Thai
); // Shown earlier in the chapter "Vu, Thai" <[EMAIL PROTECTED]To: "Struts Users Mailing List" com> cc:

Specify a file name when using DownloadAction

2005-12-15 Thread Vu, Thai
Does anybody know how to specify a file name when we use DownloadAction to send a file to users? Sincerely, Thai - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using html:rewrite in Oracle Application Server 10g

2005-11-22 Thread Vu, Thai
I use Struts 1.2.7 and Oracle Application Server 10g 10.1.2. This is the first 5 lines in my login.jsp file: <%@ taglib uri="/tags/struts-html" prefix="html" %> BRAC Management Tool - Login This file worked fine with Tomcat, but Oracle AS 10g said 500 Internal Server Error java.lang.Null

RE: Help me please

2005-11-09 Thread Vu, Thai
PROTECTED] Sent: Wednesday, November 09, 2005 12:08 PM To: Struts Users Mailing List Subject: Re: Help me please On 11/9/05, Vu, Thai <[EMAIL PROTECTED]> wrote: > I don't know what's wrong with my application. I use tiles and whenever > I put in a piece of the tiles, the whole p

Help me please

2005-11-09 Thread Vu, Thai
I don't know what's wrong with my application. I use tiles and whenever I put in a piece of the tiles, the whole piece isn't processed. Do you think of any problem? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

RE: sorting of table columns

2005-11-07 Thread Vu, Thai
Displaytag.sourceforge.net -Original Message- From: fea jabi [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 8:11 AM To: user@struts.apache.org Subject: sorting of table columns can we sort table columns when clicked on the column header using struts? I mean does struts provid

RE: Struts dropdown boxes

2005-11-02 Thread Vu, Thai
I will submit that form whenever the first dropdown list changes and then load the data to the 2nd. -Original Message- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 7:26 AM To: Struts Users Mailing List Subject: Struts dropdown boxes Hi, I need to have 2

RE: Question on http://displaytag.sourceforge.net/

2005-11-02 Thread Vu, Thai
I've just used it in my previous project. It's great. The version 1.1 (which must be downloaded from the cvs) didn't work with Oracle application server 9i. Maybe it will work with 10g. The external sort and partial list functionalities work fine. There's a bug there (the link to the last page does

How to use bean:write to print a bean with name gotten from a Java class?

2005-10-31 Thread Vu, Thai
Hi everybody, I use digester in my application to access the constants in the whole application. This is what I've done: lvb_digester_rules.xml struts-config.xml __ server-constants.xml _