Struts modules question

2004-05-26 Thread Ashwin Desai
Hi, I have two modules in my application Module A -> default (contains common functionality like logout etc) Module B -> specific funtionality developed by a separate team. Can actions in module B have access to the ones in Module A ? i.e. can I lookup a Struts Action defined in Module A from

html:link problem ? Not able to lookup public property of bean

2004-06-07 Thread Ashwin Desai
All, My code uses the html:link in the following way:- As per my understanding, it should produce where, = session.getAttribute("menu").getName() [by reflection] = session.getAttribute("menu").getDisplayText() [by reflection] But for some reason, I am getting an "No ge

html:link bug ? Not able to lookup public property of bean

2004-06-07 Thread Ashwin Desai
ethods is not able to find them by reflection & is throwing an exception. I would appreciate your help ASAP. Thanks Ashwin. = Ashwin Desai. __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo!

Handling multiple rows in jsp

2004-10-31 Thread Ashwin Desai
Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I tried using the DynaActionForm class & defined a property with the type of "myclass[]" but it did not work. I was wondering if there is any other way to deal

Handling multiple rows

2004-10-31 Thread Ashwin Desai
Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I tried using the DynaActionForm class & defined a property with the type of "myclass[]" but it did not work. I was wondering if there is any other way to deal

Handling multiple rows

2004-10-31 Thread Ashwin Desai
y other way to dealing with this. Thanks, Ashwin. = Ashwin Desai. __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --

Re: Handling multiple rows

2004-10-31 Thread Ashwin Desai
property with the type of "myclass[]" but it did not work. I was wondering if there is any other way to dealing with this. Thanks, Ashwin. --- Ashwin Desai <[EMAIL PROTECTED]> wrote: > Hi, > > I have a HTML page where I need to display multiple rows of > information fr

RE: Handling multiple rows

2004-11-01 Thread Ashwin Desai
g) to show the results in a nice table inside my JSP. > > Regards, > David > > -Original Message- > From: Ashwin Desai [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 31, 2004 9:56 PM > To: Struts Users Mailing List > Subject: Re: Handling multiple rows >

Validator javascript generation errors

2004-11-10 Thread Ashwin Desai
e else seen this problem ? This could possibly be a bug in Struts. Ashwin. ===== Ashwin Desai. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http:

Re: Validator javascript generation errors

2004-11-10 Thread Ashwin Desai
I am using Struts 1.x. So, that kind of explains the problem. We will move over to the latest version soon & that error should go away. Matt - Thanks a lot for your help. Ashwin. --- Matt Bathje <[EMAIL PROTECTED]> wrote: > Ashwin Desai wrote: > > Hi, > > >