Hi,

If i add an action link to a plain html button, it looks like the event method is getting called twice. was wondering whether this is a bug or we are not supposed to put an actionlink around a button?

<a t:type="actionlink" t:id="select1"><input type="button" value="Add"/></a>

@OnEvent(value = "action",component="select1")
    void  addApps(){
           System.out.println("-----------here ");

    }


Thanks
Anjana Gopinath
True North Technology
11465 John's Creek Parkway, Suite 300
Duluth, GA 30079
[EMAIL PROTECTED]





Reply via email to