Complete default individual list view in FreeMarker
This commit is contained in:
parent
b3ddf9e822
commit
037ff45736
9 changed files with 78 additions and 36 deletions
|
@ -16,13 +16,16 @@
|
|||
request.parameters:
|
||||
None yet.
|
||||
********************************************* */
|
||||
|
||||
if (request.getAttribute("beans") == null) {
|
||||
String e = "searchBaisc.jsp expects that request attribute " +
|
||||
"'beans' be set to a List of Individuals to display.";
|
||||
throw new JspException(e);
|
||||
}
|
||||
Portal portal = (Portal) request.getAttribute("portalBean");
|
||||
String portalParm = "&home=" + portal.getPortalId();
|
||||
String portalParm = "&home=" + portal.getPortalId();
|
||||
|
||||
|
||||
|
||||
%>
|
||||
<div id='content'><!-- searchPaged.jsp -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue