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

How to use html:link anchor=#1 ?

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 html:link anchor=#1 view /html:link link to the section in the same pagehtml:link hrefName=1 Description /html:link. ( like html : a href =#1 view/aand a name=1

How to run an action automatically like thread ?

2005-05-26 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 .

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 actionisto check data in database and send email (using JavaMail)to user that satisfyany condition , every 10 minutes . ---Original Message--- From: Marco Mistroni Date: 05/26/05 17:07:00 To: 'Struts Users Mailing List' Subject:

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 html : radio as follow html:radio property=auctionTypeId value=%=(String)rId% onclick='javascript:whichAuctionType(%=(String)rId%);'/ , the value is not send and this is a result in IE input