Yeah, I have those included in
/service/listservices.jsp
<%@page
contentType="text/html"%>
<%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %> <%@ taglib uri='/WEB-INF/struts-html.tld' prefix='html' %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <html:html>
<body> <TABLE>
<TR> <TH><bean:message key="service.name"/></TH> <TH><bean:message key="service.authenticated"/></TH> <TH><bean:message key="service.encrypted"/></TH> </TR> <logic:iterate id="service"
name="services">
<TR> <TD><bean:write name="service" property="name"/></TD> <TD><bean:write name="service" property="authenticated"/></TD> <TD><bean:write name="service" property="encrypted"/></TD> </TR> </logic:iterate> </TABLE> </body>
</html:html>
|
- Re: action help Mike Thompson
- Re: action help Dan Marina
- Re: action help Mike Thompson
- Re: action help Dan Marina
- Re: action help Mike Thompson
- RE: action help ??? Vincent Lin
- Re: action help Martin Cooper
- Re: action help Craig R. McClanahan
- Re: action help Mike Thompson
- RE: action help Kiet Nguyen
- RE: action help Mike Thompson
- RE: action help Leo Song