RE: Indexed Properties with nested Tags

2007-01-29 Thread Raghu
behind. Feel free to write for any doubt.. Raghuveer -Original Message- From: nagesh.kumar [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 2:57 PM To: [EMAIL PROTECTED] Subject: RE: Indexed Properties with nested Tags Hi raghu, Iam also using the same issue .. Ho u r

RE: Indexed Properties with nested Tags

2006-11-22 Thread Raghu
rsday, November 23, 2006 9:47 AM To: 'Adam K' Cc: 'Struts Users Mailing List' Subject: RE: Indexed Properties with nested Tags I am 100% sure. I have extensively used these futures and successful. Using Nested Tags will decrease the Lines of Code,Easy Maintenance..

RE: Indexed Properties with nested Tags

2006-11-22 Thread Raghu
P is submitted you will have latest data in arlResults collection in actionform. Regards, Raghu -Original Message- From: Adam K [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 10:16 PM To: [EMAIL PROTECTED] Cc: Struts Users Mailing List Subject: Re: Indexed Prope

Re: Indexed Properties with nested Tags

2006-11-22 Thread Adam K
Alright, I guess I should have thought that. I was worried that my fundamental understanding for this was wrong. For debugging I am putting my information into a String which is not being iterated (it for some reason always works, but those that are iterated over don't for some reason. I have no

RE: Indexed Properties with nested Tags

2006-11-22 Thread Dave Newton
From: Adam K [mailto:[EMAIL PROTECTED] > What is the purpose of the System.out.println that you have at the end > of your action ? Debugging? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: Indexed Properties with nested Tags

2006-11-22 Thread Adam K
I should also like to say that the one part that seems to be giving me the most problem is the setting of the variables in action when it is submitted. The other thing I am curious about is if what I am doing is incorrect. I am using one action for both the submit as well as the prepopulate based

Re: Indexed Properties with nested Tags

2006-11-22 Thread Adam K
Thanks for the lengthy example, but there is one part that I am completly lost on. I thought that the following occurred: Click link to open page, formbean is reset aciton poppulates formbean jsp retrieves values from the formbean. User sees the screen prepopulated. User modifies the information

RE: Indexed Properties with nested Tags

2006-11-21 Thread Raghuveer
Hi Adam, Use the sample code as requested by you. You can ask me any help with nested Tags and from advanced struts JSP ActionForm public class ProdSelectionForm extends ActionForm { Collection arlResults=null; //can be arrayalist /** * @return Re