Re: Using nested tags

2003-06-05 Thread lcl
I need online tutorial :-)
Mark Galbreath [EMAIL PROTECTED]
:[EMAIL PROTECTED]
 you didn't. would you like lessons?

 -Original Message-
 From: lcl [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 04, 2003 11:55 PM

 Hi Dan,

 Sorry for post it to your email directly.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Using nested tags

2003-06-05 Thread Phillip Qin
visit keyboardmonkey.com

-Original Message-
From: lcl [mailto:[EMAIL PROTECTED] 
Sent: June 5, 2003 5:34 AM
To: [EMAIL PROTECTED]
Subject: Re: Using nested tags

I need online tutorial :-)
Mark Galbreath [EMAIL PROTECTED]
:[EMAIL PROTECTED]
 you didn't. would you like lessons?

 -Original Message-
 From: lcl [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 04, 2003 11:55 PM

 Hi Dan,

 Sorry for post it to your email directly.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Using nested tags

2003-06-04 Thread Mark Galbreath
It would be more helpful if you actually posted the usage that is causing
this.  Apparently, you have one tag driving the across array bounds.
Classic fencepost error.

Mark

-Original Message-
From: Huan Le [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 2:59 PM
To: [EMAIL PROTECTED]
Subject: Using nested tags


Hello:

Could somebody explain this error message for me?
E SRVE0026E: [Servlet Error]-[BeanUtils.populate]:
java.lang.ArrayIndexOutOfBoundsException

I'm using nested tags to display a list of info.  Whenever, clicking the
submit button, I get the error above.  Do you know any solutions to resolve
this problem or any tutorial discussing this situation.

Thank you very much.

Huan










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Using nested tags

2003-06-04 Thread Phillip Qin
Sounds like THAT classical issue. Override reset method of the ActionForm to
instantiate and populate the List. Or - use session-scope ActiopnForm.

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED] 
Sent: June 3, 2003 3:07 PM
To: 'Struts Users Mailing List'
Subject: RE: Using nested tags

It would be more helpful if you actually posted the usage that is causing
this.  Apparently, you have one tag driving the across array bounds.
Classic fencepost error.

Mark

-Original Message-
From: Huan Le [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 2:59 PM
To: [EMAIL PROTECTED]
Subject: Using nested tags


Hello:

Could somebody explain this error message for me?
E SRVE0026E: [Servlet Error]-[BeanUtils.populate]:
java.lang.ArrayIndexOutOfBoundsException

I'm using nested tags to display a list of info.  Whenever, clicking the
submit button, I get the error above.  Do you know any solutions to resolve
this problem or any tutorial discussing this situation.

Thank you very much.

Huan










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Using nested tags

2003-06-04 Thread lcl
Hi Dan,

Sorry for post it to your email directly.

I have meet the same question when I use nested tag, could you give me a
more detailed info about it, the best is some codes about it.

Thank you very much.


Dan Tran [EMAIL PROTECTED]
:[EMAIL PROTECTED]
 When you hit the submit, at the server side BeanUtils will try to insert
 the array item to your form bean.

 like set(int index, Item, eee)

 do the error handling in this code to make sure your internaly Collection
 size and handle the index, most likely you would need to increase it
 dynamically.

 -Dan

 - Original Message -
 From: Huan Le [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 03, 2003 11:59 AM
 Subject: Using nested tags


  Hello:
 
  Could somebody explain this error message for me?
  E SRVE0026E: [Servlet Error]-[BeanUtils.populate]:
  java.lang.ArrayIndexOutOfBoundsException
 
  I'm using nested tags to display a list of info.  Whenever, clicking the
  submit button, I get the error above.  Do you know any solutions to
 resolve
  this problem or any tutorial discussing this situation.
 
  Thank you very much.
 
  Huan
 
 
 
 
 
 
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Using nested tags

2003-06-04 Thread Mark Galbreath
you didn't. would you like lessons?

-Original Message-
From: lcl [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 04, 2003 11:55 PM

Hi Dan,

Sorry for post it to your email directly.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]