You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Henry Chen <he...@gmail.com> on 2007/01/04 23:48:27 UTC

EventListener: Weird js duplicate problem

Hi,

 

I have a button with an EventListener bound to onclick() like below. It
works well. Now the weird thing is if I activate any other page in the web
app, all javascript related events/actions won't work anymore. In the parsed
html file I found that Tapestry duplicate
dojo.Connect(dojo.byId("Recipients_Select")) over and over again. Look
below. But if I return to the page which has the "Recipients_Select",
everything just works fine! Isn't it weird? Anybody saw this before. Any
help is highly appreciated. 

 

Henry

 

    <div jwcid="recipientArea@Any">

                   <table>

                   <tr>

                      <td>

                          <input type="button" jwcid="Recipients_Select@Any"
value="ognl:'('+recipientCount+') Recipients'"/>

                      </td>

                  </tr>

                  <tr>

                      <td>

                       <span jwcid="@If"
condition="ognl:showRecipients==true">

                       <span>

                              <table width="100%" border="0" cellpadding="5"
cellspacing="0">

                                 <tr class="title">

                                    <td>Display Name</td>

                                    <td> </td>

                                 </tr>

                                 <tr>

                                 <td jwcid="selectRecipientArea@Any">

                  ....

                  </div>

 

.java

    @EventListener(targets = "Recipients_Select", events = "onclick")

    public void onRecipientSelect() {

       setShowRecipients(!getShowRecipients());

       getBuilder().updateComponent("recipientArea");

    }

 

----------------------------------------------------------------------------
-----------------------------------

 

<script type="text/javascript">


<!--


dojo.addOnLoad(function(e) {


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Border.%24Menu.%24Any_1&page=UserList&service=directevent&session=T&s
tate:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk9
4GHOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D"
, content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Border.%24Menu.%24Any_6&page=UserList&service=directevent&session=T&s
tate:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk9
4GHOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D"
, content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


dojo.require("tapestry.form");tapestry.form.registerForm("boardSelectionForm
");


tapestry.form.focusField('boardChoose');


tapestry.form.registerForm("Form");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24ControlCheckbox.any&page=UserList&service=directevent&session=T&state
:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHO
AIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableColumns.informal&page=UserList&service=directevent&session=T&sta
te:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94G
HOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableColumns.informal&page=UserList&service=directevent&session=T&sta
te:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94G
HOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableColumns.informal&page=UserList&service=directevent&session=T&sta
te:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94G
HOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableColumns.informal&page=UserList&service=directevent&session=T&sta
te:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94G
HOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableColumns.informal&page=UserList&service=directevent&session=T&sta
te:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94G
HOAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any&page=UserList&service=directevent&session=T&state:UserList=BrO0AB
XcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHVle
HIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any_0&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any_1&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any_2&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=rows.informal&page=UserList&service=directevent&session=T&state:UserList
=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABX
ZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any&page=UserList&service=directevent&session=T&state:UserList=BrO0AB
XcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHVle
HIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any_0&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any_1&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24Any_2&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=%24TableValues.informal&page=UserList&service=directevent&session=T&stat
e:UserList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GH
OAIAAUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=rows.informal&page=UserList&service=directevent&session=T&state:UserList
=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABX
ZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=tablePages.informal&page=UserList&service=directevent&session=T&state:Us
erList=BrO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIA
AUkABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D",
content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=table.table&page=UserList&service=directevent&session=T&state:UserList=B
rO0ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZh
bHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");


tapestry.cleanConnect(dojo.byId("Recipients_Select"), "onclick",
"event416772090");


                tapestry.event416772090=function(e){


                    var content={beventname:"onclick"};


                    tapestry.event.buildEventProperties(e, content);


                    if (!content["beventtarget.id"])
content["beventtarget.id"]="Recipients_Select";


 
tapestry.bind("/board/app;jsessionid=14F96D0DA3F521B5B2484E464A6B42B9?compon
ent=userList&page=UserList&service=directevent&session=T&state:UserList=BrO0
ABXcOAAAAAQAAB251bVJvd3NzcgARamF2YS5sYW5nLkludGVnZXIS4qCk94GHOAIAAUkABXZhbHV
leHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAAAAg%3D%3D", content);


                };


                dojo.event.connect(dojo.byId("Recipients_Select"),
"onclick", tapestry, "event416772090");});


// -->


</script>