RE: Excel Export

2002-04-29 Thread Ravindran Ramaiah
I had used java2com( http://www.nevaobject.com/_docs/_java2com/java2com.htm )library to dynamically create excel on the fly. It is possible to import a comma delimited file (generated via database or whatever) and create a excel sheet ( and charts too..) Ravi -Original Message-

RE: Calendar pop up tag

2002-04-26 Thread Ravindran Ramaiah
Check this out.. http://www.servletsuite.com/servlets/caltag.htm Ravi -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:25 PM To: [EMAIL PROTECTED] Subject: Calendar pop up tag Subject: Calendar pop up tag From: Vic C [EMAIL

RE: AW: HOW TO span a FormBean over several JSP's

2001-10-23 Thread Ravindran Ramaiah
Hi, I had successfuly implemented a similar workflow organizer. Through this architecture, 1. All the button clicks are dynamically routed. 2. Section-ing the fields in the xml, allows to control over each field. (change the background color/hide/enable) 3. Same JSPs can be reused for a

RE: Struts - XML - XSL

2001-09-24 Thread Ravindran Ramaiah
Following are the procedures that can used to apply the style sheet Once we have already parsed the XML document, the getDocument method from the parser instance (e.g. DOMParser) should return an object of type Document (which

RE: Dates and Struts

2001-08-22 Thread Ravindran Ramaiah
We have developed a utility class for Date manipulation. Attached the java file. Hope this helps. Thanks Ravi -Original Message- From: Gregor Rayman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Dates and

RE: Problem getting Struts working with Websphere 3.5.4

2001-07-11 Thread Ravindran Ramaiah
Check this out.. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg10964.html And.. Sure thing - I already sent it but the list refused it due to its file size. As an alternative, I'll put it up on my personal FTP space and anyone who wants it can download it from there! :)

RE: JavaBeans creation

2001-07-06 Thread Ravindran Ramaiah
Marc, I have created a code generator for Struts and is available in http://www.husted.com/about/struts/resources.htm#extensions Thanks, Ravi -Original Message- From: Marc-andre Thibodeau [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 11:02 AM To: struts Subject:

RE: Struts Example on WebSphere 3.5.3

2001-05-24 Thread Ravindran Ramaiah
Follow the Steps: - · Start the WebSphere Administrative Console · Once it's started, select Convert a War File from the tasks toolbar option, or from the Console-Tasks menu. This will cause a Convert War File Wizard dialog to appear. · Select a Servlet

FW: Returned Mail: User Unknown

2001-03-23 Thread Ravindran Ramaiah
Can somebody stop this. Thanks, Ravi -Original Message- From: mail-daemon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 8:42 AM To: [EMAIL PROTECTED] g Subject: Returned Mail: User Unknown The following recipient did not receive this message: [EMAIL PROTECTED]

RE: Struts on WebSphere 3.5.2?

2001-03-09 Thread Ravindran Ramaiah
Check out this link http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg00383.html This works fine with the struts-test.war Ravi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 4:35 PM To: [EMAIL PROTECTED] Subject: Struts on

how to use image maps for form submission

2001-02-20 Thread Ravindran Ramaiah
Hi, I need to use image maps to submit a form using struts. Is there an equivalent for form:submit to submit a form using imagemap and how to configure the same? Ravi