Is there any Jsp template like Smarty template ?

2005-06-29 Thread minhnguyet
Hi All , I write web application using Struts framewok . Model layer is ok . But in view layer , although I almost use taglib . I feel that it is not flexible . If after that we want to change template (html), so , we have to find and edit each code that we include value by taglibs. In PH

How to use ?

2005-05-27 Thread minhnguyet
Hi all. I want to link from a section to another section in the same page . Some thing like this viewlink to the section in the same page Description . ( like html : viewand Description ) But it really not works .I don't know how to do this ? Thanks

RE: RE: How to run an action automatically like thread ?

2005-05-26 Thread minhnguyet
 Thanks for help .I am trying using Quartz .  My  web action is to check data in database and send email (using JavaMail) to user that satisfy  any condition , every 10 minutes . ---Original Message---   From: Marco Mistroni Date: 05/26/05 17:07:00 To: 'Struts Users Mailing List' Sub

How to run an action automatically like thread ?

2005-05-25 Thread minhnguyet
Hi all , I have an action in struts that I want it will read database and process some another actions base on that database every 10 minutes . But I don't how to make it automatically run like thread in application ! Any recomments ? Thanks in advance for help .

How can we send parameter's value to javascript function ??

2005-05-20 Thread minhnguyet
Hi all, I want to send parameter 's value to javascript function . When I use , the value is not send and this is a result in IE But when use everything is work right : . I don't see what is different in html code . So , how can we directly send paramet