Thank you everyone for your help. This page
http://wiki.apache.org/struts/StrutsCatalogLazyList explained the
process very clearly, perfect! Thank you, it works now.
Oleg
On Sun, 16 Jan 2005 10:03:32 -0800, Richard Yee <[EMAIL PROTECTED]> wrote:
> Why don't you send the code in your reset() meth
Why don't you send the code in your reset() method so we can see if it is
correct.
-Richard
At 05:51 PM 1/15/2005, you wrote:
I am initializing ArrayList fields in reset(), but code is ommited.
I wish it was that easy :)
On Sat, 15 Jan 2005 19:17:09 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote:
If you don't understand how the code works, there's no better solution
than running the application in your debugger and stepping through the
Struts and Commons source code. When you get to the line that throws
the NPE, you'll have the first clue about what's going wrong. You'll
need to make sure
Hi Oleg,
Have a look here:
http://wiki.apache.org/struts/StrutsCatalogLazyList
I've found these techniques to be invaluable.
HTH,
-- Curtis
Oleg wrote:
I am initializing ArrayList fields in reset(), but code is ommited.
I wish it was that easy :)
---
I am initializing ArrayList fields in reset(), but code is ommited.
I wish it was that easy :)
On Sat, 15 Jan 2005 19:17:09 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote:
> Looks like you are not properly initializing your "fields" (ArrayList)
> in FormActionForm. You should initialize it while
Looks like you are not properly initializing your "fields" (ArrayList)
in FormActionForm. You should initialize it while declaring or in the
reset()
On Sat, 15 Jan 2005 17:06:33 -0800, Oleg <[EMAIL PROTECTED]> wrote:
> I finally got it to display, no problem, however there is an error
> when I s
I finally got it to display, no problem, however there is an error
when I submit:
java.lang.NullPointerException
org.apache.commons.beanutils.PropertyUtils.getIndexedProperty
Here is what I got so far.
Struts Version 1.2.4.
My FormActionForm includes an ArrayList fields of Bean Field.
F
7 matches
Mail list logo