Dear Seba,
thanks a lot for your answer :)
I'm so sorry, but I didn't explain myself very well in my last
message. I have already modified that files and added a new menu entry
in the administration, but when I click into this new section I loose
the coneection with openmeetings and I can see the log message:
[ERROR] [NioProcessor-1] org.red5.server.service.ServiceInvoker -
Method getAppointments with
parameters[3d0700141aef3b04691da68dc5e77f9d, hola] not found in
org.openmeetings.app.remote.CesgaService@86665e
This is the code into my file WebContent/openmeetings/modules/admin/
events/events.lzx
I think that maybe I'm missing something here
<?xml version="1.0" encoding="UTF-8" ?>
<library>
<!--- Events administration module for ADMIN.-->
<class name="events" extends="baseContentView">
<labelText x="2" y="8" labelid="714" />
<customEdittext name="_search" y="4" x="120" width="200" height="24"/
>
<simpleLabelButton labelid="715" x="330" width="70" height="24"
y="4">
<handler name="onclick">
parent._turnoverlist.getAppointments.doCall();
</handler>
</simpleLabelButton>
<turnOverList name="_turnoverlist" width="620" height="$
{ canvas.height - 140 }" x="2" y="30"
orderby="c.appointment_id" step="50" asc="true">
<handler name="oninit">
this.addHeaderItem(188,60);
this.addHeaderItem(189,184);
this.addHeaderItem(1319,184);
this.addHeaderItem(1320,184);
this.getAppointments.doCall();
</handler>
<netRemoteCallHib name="getAppointments"
funcname="cesgaservice.getAppointments"
remotecontext="$once{ canvas.thishib }" >
<netparam><method name="getValue"> return
canvas.sessionId; </
method></netparam>
<netparam><method name="getValue"> return "hola"; </
method></netparam>
<handler name="ondata" args="value">
this.parent.initValues(value.records);
</handler>
</netRemoteCallHib>
</turnOverList>
</class>
</library>
Thank you so much for your help!!! :)
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.