One of our Form's has an ArrayList property.  The getter method for that 
property returns an Object[].  That functionality no longer works on my 
development machine (it does work on the production server).  If I change the 
return type to ArrayList it then works on my development machine but no longer 
works in production.  What I don't understand is, this is all packaged up in a 
war file being deployed to the same version of WebLogic, with the same 
settings, same JVM, same everthing.

My questions are:  

Which is the correct return type for use with logic:iterate ArrayList or 
Object[]?

Any guesses to what may be causing this to happen?

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

Reply via email to