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

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: In action java class: private ArrayListarraylist1 ; 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: In action java class: private ArrayListarraylist1 ; 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 ReplyTo:

Re: implementaiton advise on custom TextProvider

2012-10-18 Thread Lukasz Lenart
2012/10/18 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 ;-) 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

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, 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 some solutions > ---

Re: implementaiton advise on custom TextProvider

2012-10-18 Thread Lukasz Lenart
2012/10/18 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

Re: Rewriting an application in Struts2 from Struts 1

2012-10-18 Thread Lukasz Lenart
2012/10/19 Srineel Mazumdar : > Hi, > > I am trying t rewrite the jpetstore project in Struts 2. I am referring to > the Struts 1 implementation of the petstore project. I am having the > following problem : > > There is an entry : > > type="org.springframework.samples.jpetstore.web.struts.EditAcc