[opencms-dev] Insert two instance of A_CmsListDialog in one JSP
Audrey Lehoux
a.lehoux at eurelis.com
Wed Sep 23 13:52:50 CEST 2009
Hi everybody !
I begin to create a back end UI and I want to insert two lists, both are
extending A_CmsListDialog, in the same jsp :
<tr>
<td>
<%
List1 list1 = new List1(pageContext,request,response);
list1.displayDialog();
%>
</td>
</tr>
<tr>
<td>
<%
List2 list2 = new List2 (pageContext,request,response);
list2.displayDialog();
%>
</td>
</tr>
When I display my jsp, I can see both lists are here with their list
items. But the loading image and text is always displayed on foreground!
I can not access to my lists. When I try to display the list one by one
there is no problem.
So, is there anyone who already has this issue? Is it possible to have
two instance of A_CmsListDialog on the same jsp?
Thanks for your answers.
Audrey.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20090923/0483884e/attachment.htm>
More information about the opencms-dev
mailing list