new features in Struts 1.1

2002-05-03 Thread nradhika
hi, Wat r the new features implemented in Struts 1.1 ? Watz the diff. in Struts 1.0 and Struts 1.1 ?? Thanx and Regards, Radhika -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

dynamic action form by radhika

2002-05-03 Thread nradhika
hi, wat is dynamic action form ??? where to use the same ??? Thanx Radhika -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Abt Modal Class !!!!

2002-05-03 Thread nradhika
hi, Im having an Action class and a Session bean with me. Instead of putting the business validations in the session bean, what i intend to do is to have another class between Action and the session bean. This class will have all the business side validations. this class is called the Modal

doubts in struts HELP Urgently

2002-04-29 Thread nradhika
Hi, Wat is double click synchronisation in struts ??? How is Multithreading implemented in struts ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

on Modal class and not Model class

2002-04-29 Thread nradhika
hi how can i use modal class to save ad get an object. This is not related to struts most probably. Where can i get the info. abt Modal classes Thanx and REgards radhika -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Exception handling by radhika

2002-04-27 Thread nradhika
hi, How can I do exception handling in struts apart from using errors object ??? ie. i dont want to use ActionErrors errs = new ActionErrors(); errs.add(policyNo, new ActionError(error.policyNo)); how can I do exception handling ??? Help reqd. urgently. Thanking in anticipation.

Retain data in case of multiple pages

2002-04-11 Thread nradhika
Hi, Can we have multiple forms refering to only one action form ? e.g Say I have two links. On clicking the first link we enter some data and submit the page, by clicking on the 2nd link. A new form pops up, so I enter the new data and click the first link , so now wat isee is that the

multiple property files

2002-04-11 Thread nradhika
Hi, My application requires to have more than 1 property file. How ca I go abt it ?? 'coz in the web.xml we can specify only one file @ a time. How can I have a multi-lingual application running on my server ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Struts as a Software Architecture

2002-04-09 Thread nradhika
Hi, I want to find out how Struts can be used as a software architecture. It shld cover following points : - 1) Architecture Description: Languages, Templates, Examples 2) Architecture Styles, Design Patterns and Component Frameworks ยท Domain specific solutions, Re-use 3)

server side caching in struts

2002-04-06 Thread nradhika
hi, I have to implement server-side caching using Struts. How am i suppose to go abt it ? One way of doing it is to use EJBs as the backend which will be called from the action class. Cld u plzzz tell me the various ways in doing it ??? Im suppose to make an analysis