From: "Shabada, Gnaneshwer" <[EMAIL PROTECTED]> > And changed the logic:iterate tag > <logic:iterate id="register" property="memberList" > type="org.acaosa.registration.RegistrationTO"> > > This time it didnot recognize memberList and gave me a NullPointerException.
You seem to be expecting <logic:iterate> to "know" that memberList is a property of some form. I don't know if it does that or not... try property="deleteForm.memberList" instead. But actually I'd just put the search results in session scope and either modify them as you do the deletes, or refresh it after the deletes. Then it'll be there without your having to do anything. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]