Newbe DATETIME custom tag How to

2002-04-11 Thread Rajesh Gaikwad (EHS)
How to use DateTime custom tag library with struts ActionForm ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Editor aware of Struts

2002-04-03 Thread Rajesh Gaikwad (EHS)
I think DreamWeaver Ultradev with CTLX extension from Apache works good Rajesh -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:10 PM To: [EMAIL PROTECTED]

What could be best way to

2002-03-20 Thread Rajesh Gaikwad (EHS)
Hello All, I have a Form in which I have a String array. I don't want to display the string array. I am maintaining it through other setters and getters. What I want to do is maintain this array. e.g I have FindCustomersModel extends

JavaScript problem

2002-03-19 Thread Rajesh Gaikwad (EHS)
Hi everyone, Yesterday I was trying something like html:form action=/saveCustomer.do html:select property=creditCheckReq onchange='document.forms[0].submit()' html:option value=trueYes/html:option html:option