Re: 1.5 visiting forms?

2011-03-30 Thread Martin Grigorov
Iterate over Form.class, not Component.class You may use form.getId() to check whether this is the form you're looking for. On Wed, Mar 30, 2011 at 11:12 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi Can't I use the equals method on forms? How do I detect if 2 forms are

Re: 1.5 visiting forms?

2011-03-30 Thread nino martinez wael
I have a page which have several panels of the same type which contains forms, all those forms have the same id.. Currently I am considering grabbing the modelobject on the form and equaling those, this of course means if I have multiple forms editing the same object on the same page with