I've never thought of this combination; I'm honestly not sure what the
web browser does in this situation. Clarification there would be a
good idea before guessing what Tapestry should do.

On 3/22/07, Anjana Gopinath <[EMAIL PROTECTED]> wrote:
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]








--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to