problem?

2006-05-22 Thread Yang Sun
Hi, I am using struts 1.2.9 for my project now. And for validating the user input, I use DynaValidationForm and validation.xml to rule the user input. At the client side (web page), I use the following code to show the error information to the user.

Re: problem in tiles

2006-04-09 Thread Yang Sun
I think you should add an action in the action-mappings section for loginPage action. You request have not been processed by tiles yet. // Yang On 4/9/06, Ahmed Hashim <[EMAIL PROTECTED]> wrote: > > what is wrong with this configuration? > > Configuration 1.2//EN" " > http://struts.apache.org/d

Re: Filter mapping to URL

2006-04-09 Thread Yang Sun
file. In that way, you can get the most flexibility. Regards, Yang Sun On 4/9/06, chuanjiang lo <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have a module (/module) with three functions > For e.g. > Function a -> module/functiona.do > Function b - > module/fu

Re: Struts newbee

2006-04-09 Thread Yang Sun
Hi, Wang Zeng: I think what Ted said is one way to transfer ActionFrom data to the business object. And you can get a detailed description on other ways to transfer ActionForm data to the business object and pros and cons of each ways by reading charpter 5 of the book <>. Regards, Yang On 4/9/