I haven't used the action: or method: prefixes, just method="list".
Have you tried that? I suspect you might be calling the method
properly, but then redirecting to it, hence the duplicate call.
Matt
On 6/13/07, arvinder <[EMAIL PROTECTED]> wrote:
I have a customer entity with one-to-many rela
I have a customer entity with one-to-many relationship with location
entities. So if I am in editLocation.jsp and I hit cancel button, it should
display locations for only the current customer. To achieve this I created a
hidden variable in my form
which I use in my list() in LocationAction class