I see that you are returning a value of userId in user contacts property in your JSP. Now, I am not familiar with DynaForms, but you have the field defined as ContactDto type. Could this be the problem? Since you are returning a string and it is expecting a ContactDto type?
Can anyone confirm this or am I wrong?
I usually store the collection in one property (userContacts) and return the value in another property (returnedUserContacts).


Mick Knutson wrote:

I have an error that I have been working on for 3 solid days. i have searched the archives, but can't find my issue resolved anywhere.
I have an array of objects (ContactDto[]) that I need to display. I actually have the full list I send in (userContacts), and the list of objects selected in the alertForm (alertContacts).
I can display the form for an initial addAlert() just fine. I have not gotten any further.
I do not seem t even get to my add() method ever. And even if I turn the log level to debug, I do not seem to get any more information on the stacktrace.


Please help me on this as I am very frustrated and confused.

<snip>
==================================================

Thanks in advance for you help!

Mick knutson

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



--------------------------------------------------------------------- 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]



Reply via email to