Struts Module switching example

2004-02-12 Thread Sreenivasa Chadalavada
All, I am trying to switch from 'navbar' module to 'patient' module in my application. The following is the definition of the URL. forward name=patient path=/patient/main.do?main contextRelative=true redirect=true/ From with in navbar module I am trying to perform the forward. It is not

Analysis and Design using RUP/UML for Struts/HTML/Java Script application

2004-02-19 Thread Sreenivasa Chadalavada
All, We will be working on a big project that uses Struts/HTML/Java Script as the front end. We use Rational Rose to support analysis and design activities. From your experience (using Struts) what artifacts/deliverables can be used to document the Presentation Tier? How do we depict the

How much of java script is preferred in Struts based application?

2004-02-19 Thread Sreenivasa Chadalavada
All, I heard that most Struts based applications make a round trip for conditional dynamic content generation and Validation. In your experience, can you please let me know what are the advantages and disadvantages of each of the approaches. I very much appreciate your help in this regard.

RE: Analysis and Design using RUP/UML for Struts/HTML/Java Script application

2004-02-19 Thread Sreenivasa Chadalavada
: Analysis and Design using RUP/UML for Struts/HTML/Java Script application You will find the following useful: The Struts Framework by Sue Spielman Developing Enterprise Java Applications With J2EE and UML by Khawar Ahmed and Cary Umrysh -Original Message- From: Sreenivasa Chadalavada

Generating Tiles tags and Struts tags from with in another Custom Tag

2004-03-23 Thread Sreenivasa Chadalavada
All, I wrote a custom tag that generates JSP code that includes struts tags and tiles tags. They are not getting interpreted by the JSP Container. Can you please let me know if it is possible? If it is possible are there any examples that help me understand the life cycle? Thanks and

RE: Generating Tiles tags and Struts tags from with in another Custom Tag

2004-03-23 Thread Sreenivasa Chadalavada
the existing struts/Tiles tags,why not extend them, overriding where ever appropriate? HTH. Regards, Shirish -Original Message- From: Sreenivasa Chadalavada [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 3:22 PM To: Struts Users Mailing List Subject: Generating Tiles tags

Handling Date objects in ActionForm gracefully

2004-03-25 Thread Sreenivasa Chadalavada
All, We are facing a problem when we define java.util.Date field in ActionForm. Is there any way to override the default behavior provided by Struts? I very much appreciate your help!! Thanks and Regards, Sree/-

RE: Handling Date objects in ActionForm gracefully

2004-03-25 Thread Sreenivasa Chadalavada
-Original Message- From: Sreenivasa Chadalavada [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 2:28 PM To: Struts Users Mailing List Subject: Handling Date objects in ActionForm gracefully All, We are facing a problem when we define java.util.Date field in ActionForm

Re: Handling Date objects in ActionForm gracefully

2004-03-25 Thread Sreenivasa Chadalavada
, Sreenivasa Chadalavada wrote: All, We are facing a problem when we define java.util.Date field in ActionForm. Is there any way to override the default behavior provided by Struts? I very much appreciate your help!! Thanks and Regards, Sree

RE: Handling Date objects in ActionForm gracefully

2004-03-25 Thread Sreenivasa Chadalavada
gracefully yes it is. It should be done once per classloader. When struts populates the dyna form it is string array to string array conversion and uses populate method of BeanUtils which eventually calls the converters. sandeep -Original Message- From: Sreenivasa Chadalavada [mailto