Hide
Code is about like this:
%>
<ul>
<%
while (i.hasNext()) {
Component.Setting setting = (Component.Setting)i.next();
if (setting.getScope().contains("component")) {
%>
<li> <a href="editsetting.jsp?component=<mm:write referid="component" />&setting=<%=setting.getName()%
>">
<%=setting.getName()%>
</a> </li>
<%
}
}
%>
There is no code to set settign on other scopes the component itself (e.g. educations, providers.)
Show
Code is about like this:
%>
<ul>
<%
while (i.hasNext()) {
Component.Setting setting = (Component.Setting)i.next();
if (setting.getScope().contains("component")) {
%>
<li> <a href="editsetting.jsp?component=<mm:write referid="component" />&setting=<%=setting.getName()%
>">
<%=setting.getName()%>
</a> </li>
<%
}
}
%>
There is no code to set settign on other scopes the component itself (e.g. educations, providers.)