RE: an often seen one

2001-07-23 Thread Gangadharappa, Kiran
have to pointed classpath to directory where ur example application is deployed? for example web-inf/classes ? try this one. However if u deploy the .war file I dont think it is needed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 5:18

Strus 1.1

2001-07-20 Thread Gangadharappa, Kiran
hi, I am interested in the workflow feature coming with Struts 1.1 (It is already there in the todo list). Any idea when Struts 1.1 gonna be released? Regards Kiran

RE: beans and scope

2001-06-29 Thread Gangadharappa, Kiran
if it is session scope, When will the bean get destroyed? Does it have to wait till the session is ended? What I mean is , isnt there any way to control the lifetime of this bean say programmatically? -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Generic handling of properties

2001-06-28 Thread Gangadharappa, Kiran
for dynamic properties to arrive in Struts (might be a while) or do it yourself. There are messages in the archive discussing how people have done this. Niall -Original Message- From: Gangadharappa, Kiran [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 00:52 To: '[EMAIL PROTECTED]' Subject

Generic handling of properties

2001-06-27 Thread Gangadharappa, Kiran
hi, In my application contents of the Form are database driven. Is there anyway I could use Struts here? What I mean is I can not pre-define a custom Form class since getter and setters are not completely known initially. Any ideas? Regards Kiran