Problems with struts release ?

2003-02-24 Thread K.Viswanathan
Hi I am getting the following error in release1 of struts when I access anything ending with .do: Cannot initialize RequestProcessor of class org.apache.struts.action.RequestProcessor: java.lang.NoSuchMethodError - javax.servlet.UnavailableException: Cannot initialize RequestProcessor of class

Plug in problem(?)

2002-08-15 Thread K.Viswanathan
Hi I am getting the following exception when I run my application Root cause.. java.lang.AbstractMethodError at org.apache.struts.action.ActionServlet.initApplicationPlugIns(ActionServlet.java:991) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:458)

No posts in last couple of days?

2003-04-01 Thread K.Viswanathan
Test...

Re: changing ActionForm to be a Java interface

2003-01-14 Thread K.Viswanathan
In this example, assuming that the employee id is long ( or for that matter any other attribute of Employee , say age of int type ) , then will it not be incorrect to have the EmployeeForm implementing Employee interface? Doing so the EmployeeForm is basically having a property of long/int type

Does struts support validation for dynamic form?

2003-01-28 Thread K.Viswanathan
Hi , i have a requirement where user has to fill up some kind of questionaire form. Questions for a user depends on the type of a user. Questions are basically mutiple choice questions and the user can select the correct answer by selecting a radio button ( for each question there are five

Re: [OT] VOTE to help Naveen.Dhotre Unsubscribe permanently

2003-01-29 Thread K.Viswanathan
+2 - Original Message - From: PILGRIM, Peter, FM [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 4:06 PM Subject: [OT] VOTE to help Naveen.Dhotre Unsubscribe permanently Naveen is just like Aerosmith always on permanent

SSL with Stuts

2002-08-30 Thread K.Viswanathan
Hi! I believe some people( Ssteve, Max and Prakash) from http://home1.gte.net/ditling/struts/ have implemented ssl extension to Struts. Will this be integrated with Struts? Any inputs on this will be appriciated Thanks Vishy

Re: Tree Folder navigation

2002-09-03 Thread K.Viswanathan
Sounds good! When do you expect it to be ready? Is there a provision for client side scripting too( via say dhtml) ? Thanks Vishy - Original Message - From: Parveen Kumar Hooda [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 3:42 PM

i18n

2002-09-04 Thread K.Viswanathan
Hi! I'd be happy if anyone could clarify my basic doubt related to i18n . I'd like to know what are the added features related to I18n implemented in Struts over the one already supported by java? what are the advantages of org.apache.struts.util.MessageResources ( and other related classes)

Re: i18n

2002-09-04 Thread K.Viswanathan
Yes. Tag libraries are useful but what I wanted to know is what are the advantages of using MessageResources,PropertyMessageResources etc . We can define simple .properties files for every locale and use ResourceBundles to get the data inside the message tag. Are there any advantage of

Re: i18n

2002-09-04 Thread K.Viswanathan
. -Original Message- From: K.Viswanathan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:56 PM To: Struts Users Mailing List Subject: Re: i18n Yes. Tag libraries are useful but what I wanted to know is what are the advantages of using MessageResources

Re: i18n

2002-09-05 Thread K.Viswanathan
APIs to be compatible. As they are between MessageResources and ResourceBundle. -Ted. K.Viswanathan wrote: I am asking about general programming. I'd like to know What are the advantages of MessageResources/PropertyMessages of struts.util over the ResourceBundle ( and other related

Re: [Graphs]

2002-09-17 Thread K.Viswanathan
Take a look at http://cewolf.sourceforge.net/ Chreers! Vishy - Original Message - From: Susmita Pati [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 12:44 AM Subject: [Graphs] Hi All I wanted to have a chart displayed on my