RE: implementaiton advise on custom TextProvider

2012-10-18 Thread Davis, Chad
But when I start the app I get the following error, thrown when the framework tries to create the text provider bean. It seems like the framework isn't recognizing that I'm referencing a spring bean with the class attribute . . . So, I have figured this out. The TextProvider is

put ArrayList to s:hidden in jsp?

2012-10-18 Thread Emi Lu
Good morning, Is there a way to put hidden ArrayList in JSP please? For example in a.jsp: s:hidden name=abean.arraylist1 / In action java class: private ArrayListBean2arraylist1 ; So that abean.arraylist1 could be retrieved by action java class. Thanks a lot! Emi

put ArrayList to s:hidden in jsp?

2012-10-18 Thread Emi Lu
Good morning, Is there a way to put hidden ArrayList in JSP please? For example in a.jsp: s:hidden name=abean.arraylist1 / In action java class: private ArrayListBean2arraylist1 ; So that abean.arraylist1 could be retrieved by action java class. Thanks a lot! Emi

Re: put ArrayList to s:hidden in jsp?

2012-10-18 Thread umeshawasthi
You can not do this directly as hidden field is used to store only a value You need indexed field to store those value I am not sure why you want to do this as more information can help others to provide some solutions --Original Message-- From: Emi Lu To: user@struts.apache.org

Re: implementaiton advise on custom TextProvider

2012-10-18 Thread Lukasz Lenart
2012/10/18 Davis, Chad chad.da...@emc.com: Of course, and I'd even be happy to do the work. Perhaps you can advise me on a plan? Everything is ready, I'm just waiting for you to register the issue ;-) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/

RE: implementaiton advise on custom TextProvider

2012-10-18 Thread Davis, Chad
Of course, and I'd even be happy to do the work. Perhaps you can advise me on a plan? Everything is ready, I'm just waiting for you to register the issue ;-) I created the ticket. Let me know if the ticket conforms with struts2 standards for ticket submission; I'll be happy to edit it.

Re: put ArrayList to s:hidden in jsp?

2012-10-18 Thread vEnkaTa mohAna rAo SriperumbUdUru
Use session object. On Thu, Oct 18, 2012 at 8:56 PM, umeshawas...@gmail.com wrote: You can not do this directly as hidden field is used to store only a value You need indexed field to store those value I am not sure why you want to do this as more information can help others to provide

Re: implementaiton advise on custom TextProvider

2012-10-18 Thread Lukasz Lenart
2012/10/18 Davis, Chad chad.da...@emc.com: Of course, and I'd even be happy to do the work. Perhaps you can advise me on a plan? Everything is ready, I'm just waiting for you to register the issue ;-) I created the ticket. Let me know if the ticket conforms with struts2 standards for