cancel
Showing results for 
Search instead for 
Did you mean: 

How does that works???

fatimazahra
Champ in-the-making
Champ in-the-making
Hi
I develop around alfresco and I want to add a button to a page JSP, this page posts the list of the users who exist in the database. I have check code JSP and I found that the list of the users is posted by this line
<jsp:include page="<%=Application.getDialogManager().getPage() %>" />
which included another page in the current page.

so,I tried to traverse the path Application.getDialogManager().getPage() and I could not understand how to draw a table by the method getPage()…!!!!!

[img]http://img52.imageshack.us/img52/1438/captureoooo.png[/img]
2 REPLIES 2

hsohaib
Champ on-the-rise
Champ on-the-rise
the jsp file you're looking for is "jsp/users/users.jsp" .
Application.getDialogManager().getPage() is resolved at runtime to "jsp/users/users.jsp".

PS: a friend of mine has the same first and last name as you, nice coincidence Smiley Happy

fatimazahra
Champ in-the-making
Champ in-the-making
thank youuuuuuuuuuuuuuuuu very much  Smiley Very Happy