⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errorconfig.jsp

📁 GridSphere 门户 提供一个基于 portlet 的高级开放源代码门户。GridSphere 是在欧盟提供基金的 GridLab 项目下开发的
💻 JSP
字号:
<%@ taglib uri="/portletUI" prefix="ui" %><%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %><portlet:defineObjects/><% Boolean sendMail = (Boolean) request.getAttribute("sendMail"); %><ui:messagebox beanId="msg"/><ui:form>    <ui:group key="LOGIN_CONFIG_ERROR_MSG">        <p>            <ui:radiobutton beanId="errorRB" value="NOMAIL" selected="<%= !sendMail.booleanValue() %>"/>            <ui:text key="LOGIN_CONFIG_ERROR_STACKTRACE_MSG"/>        </p>        <p>            <ui:radiobutton beanId="errorRB" value="MAIL" selected="<%= sendMail.booleanValue() %>"/>            <ui:text key="LOGIN_CONFIG_ERROR_MAIL_MSG"/>        </p>        <ui:frame>            <ui:tablerow>                <ui:tablecell>                    <ui:actionsubmit action="configErrorSettings" key="SAVE"/>                </ui:tablecell>            </ui:tablerow>        </ui:frame>    </ui:group></ui:form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -