Index: lams_tool_laqa/web/WEB-INF/c-rt.tld =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/c-rt.tld (revision 0) +++ lams_tool_laqa/web/WEB-INF/c-rt.tld (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -0,0 +1,393 @@ + + + + 1.0 + 1.2 + c_rt + http://java.sun.com/jstl/core_rt + JSTL core RT + JSTL 1.0 core library + + + + org.apache.taglibs.standard.tlv.JstlCoreTLV + + + Provides core validation features for JSTL tags. + + + + + catch + org.apache.taglibs.standard.tag.common.core.CatchTag + JSP + + Catches any Throwable that occurs in its body and optionally + exposes it. + + + var + false + false + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + if + org.apache.taglibs.standard.tag.rt.core.IfTag + JSP + + Simple conditional tag, which evalutes its body if the + supplied condition is true and optionally exposes a Boolean + scripting variable representing the evaluation of this condition + + + test + true + true + boolean + + + var + false + false + + + scope + false + false + + + + + import + org.apache.taglibs.standard.tag.rt.core.ImportTag + org.apache.taglibs.standard.tei.ImportTEI + JSP + + Retrieves an absolute or relative URL and exposes its contents + to either the page, a String in 'var', or a Reader in 'varReader'. + + + url + true + true + + + var + false + false + + + scope + false + false + + + varReader + false + false + + + context + false + true + + + charEncoding + false + true + + + + + forEach + org.apache.taglibs.standard.tag.rt.core.ForEachTag + org.apache.taglibs.standard.tei.ForEachTEI + JSP + + The basic iteration tag, accepting many different + collection types and supporting subsetting and other + functionality + + + items + false + true + java.lang.Object + + + begin + false + true + int + + + end + false + true + int + + + step + false + true + int + + + var + false + false + + + varStatus + false + false + + + + + forTokens + org.apache.taglibs.standard.tag.rt.core.ForTokensTag + JSP + + Iterates over tokens, separated by the supplied delimeters + + + items + true + true + java.lang.String + + + delims + true + true + java.lang.String + + + begin + false + true + int + + + end + false + true + int + + + step + false + true + int + + + var + false + false + + + varStatus + false + false + + + + + out + org.apache.taglibs.standard.tag.rt.core.OutTag + JSP + + Like <%= ... >, but for expressions. + + + value + true + true + + + default + false + true + + + escapeXml + false + true + + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.rt.core.ParamTag + JSP + + Adds a parameter to a containing 'import' tag's URL. + + + name + true + true + + + value + false + true + + + + + redirect + org.apache.taglibs.standard.tag.rt.core.RedirectTag + JSP + + Redirects to a new URL. + + + var + false + false + + + scope + false + false + + + url + false + true + + + context + false + true + + + + + remove + org.apache.taglibs.standard.tag.common.core.RemoveTag + empty + + Removes a scoped variable (from a particular scope, if specified). + + + var + true + false + + + scope + false + false + + + + + set + org.apache.taglibs.standard.tag.rt.core.SetTag + JSP + + Sets the result of an expression evaluation in a 'scope' + + + var + false + false + + + value + false + true + + + target + false + true + + + property + false + true + + + scope + false + false + + + + + url + org.apache.taglibs.standard.tag.rt.core.UrlTag + JSP + + Creates a URL with optional query parameters. + + + var + false + false + + + scope + false + false + + + value + false + true + + + context + false + true + + + + + when + org.apache.taglibs.standard.tag.rt.core.WhenTag + JSP + + Subtag of <choose> that includes its body if its + condition evalutes to 'true' + + + test + true + true + boolean + + + + Index: lams_tool_laqa/web/WEB-INF/fmt-rt.tld =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/fmt-rt.tld (revision 0) +++ lams_tool_laqa/web/WEB-INF/fmt-rt.tld (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -0,0 +1,403 @@ + + + + 1.0 + 1.2 + fmt_rt + http://java.sun.com/jstl/fmt_rt + JSTL fmt RT + JSTL 1.0 i18n-capable formatting library + + + + org.apache.taglibs.standard.tlv.JstlFmtTLV + + + Provides core validation features for JSTL tags. + + + + + requestEncoding + org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag + empty + + Sets the request character encoding + + + value + false + true + + + + + setLocale + org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag + empty + + Stores the given locale in the locale configuration variable + + + value + true + true + + + variant + false + true + + + scope + false + false + + + + + timeZone + org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag + JSP + + Specifies the time zone for any time formatting or parsing actions + nested in its body + + + value + true + true + + + + + setTimeZone + org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag + empty + + Stores the given time zone in the time zone configuration variable + + + value + true + true + + + var + false + false + + + scope + false + false + + + + + bundle + org.apache.taglibs.standard.tag.rt.fmt.BundleTag + JSP + + Loads a resource bundle to be used by its tag body + + + basename + true + true + + + prefix + false + true + + + + + setBundle + org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag + empty + + Loads a resource bundle and stores it in the named scoped variable or + the bundle configuration variable + + + basename + true + true + + + var + false + false + + + scope + false + false + + + + + message + org.apache.taglibs.standard.tag.rt.fmt.MessageTag + JSP + + Maps key to localized message and performs parametric replacement + + + key + false + true + + + bundle + false + true + + + var + false + false + + + scope + false + false + + + + + param + org.apache.taglibs.standard.tag.rt.fmt.ParamTag + JSP + + Supplies an argument for parametric replacement to a containing + <message> tag + + + value + false + true + + + + + formatNumber + org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag + JSP + + Formats a numeric value as a number, currency, or percentage + + + value + false + true + + + type + false + true + + + pattern + false + true + + + currencyCode + false + true + + + currencySymbol + false + true + + + groupingUsed + false + true + + + maxIntegerDigits + false + true + + + minIntegerDigits + false + true + + + maxFractionDigits + false + true + + + minFractionDigits + false + true + + + var + false + false + + + scope + false + false + + + + + parseNumber + org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag + JSP + + Parses the string representation of a number, currency, or percentage + + + value + false + true + + + type + false + true + + + pattern + false + true + + + parseLocale + false + true + + + integerOnly + false + true + + + var + false + false + + + scope + false + false + + + + + formatDate + org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag + empty + + Formats a date and/or time using the supplied styles and pattern + + + value + true + true + + + type + false + true + + + dateStyle + false + true + + + timeStyle + false + true + + + pattern + false + true + + + timeZone + false + true + + + var + false + false + + + scope + false + false + + + + + parseDate + org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag + JSP + + Parses the string representation of a date and/or time + + + value + false + true + + + type + false + true + + + dateStyle + false + true + + + timeStyle + false + true + + + pattern + false + true + + + timeZone + false + true + + + parseLocale + false + true + + + var + false + false + + + scope + false + false + + + + Index: lams_tool_laqa/web/WEB-INF/sql-rt.tld =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/sql-rt.tld (revision 0) +++ lams_tool_laqa/web/WEB-INF/sql-rt.tld (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -0,0 +1,188 @@ + + + + 1.0 + 1.2 + sql_rt + http://java.sun.com/jstl/sql_rt + JSTL sql RT + JSTL 1.0 sql library + + + + org.apache.taglibs.standard.tlv.JstlSqlTLV + + + Provides core validation features for JSTL tags. + + + + + transaction + org.apache.taglibs.standard.tag.rt.sql.TransactionTag + JSP + + Provides nested database action elements with a shared Connection, + set up to execute all statements as one transaction. + + + dataSource + false + true + + + isolation + false + true + + + + + query + org.apache.taglibs.standard.tag.rt.sql.QueryTag + JSP + + Executes the SQL query defined in its body or through the + sql attribute. + + + var + true + false + + + scope + false + false + + + sql + false + true + + + dataSource + false + true + + + startRow + false + true + + + maxRows + false + true + + + + + update + org.apache.taglibs.standard.tag.rt.sql.UpdateTag + JSP + + Executes the SQL update defined in its body or through the + sql attribute. + + + var + false + false + + + scope + false + false + + + sql + false + true + + + dataSource + false + true + + + + + param + org.apache.taglibs.standard.tag.rt.sql.ParamTag + JSP + + Sets a parameter in an SQL statement to the specified value. + + + value + false + true + + + + + dateParam + org.apache.taglibs.standard.tag.rt.sql.DateParamTag + empty + + Sets a parameter in an SQL statement to the specified java.util.Date value. + + + value + true + true + + + type + false + true + + + + + setDataSource + org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag + empty + + Creates a simple DataSource suitable only for prototyping. + + + var + false + false + + + scope + false + false + + + dataSource + false + true + + + driver + false + true + + + url + false + true + + + user + false + true + + + password + false + true + + + Index: lams_tool_laqa/web/WEB-INF/struts-bean.tld =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts-bean.tld (.../struts-bean.tld) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts-bean.tld (.../struts-bean.tld) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -8,10 +8,10 @@ -1.0 +1.2 1.1 bean -http://jakarta.apache.org/struts/tags-bean +http://struts.apache.org/tags-bean cookie org.apache.struts.taglib.bean.CookieTag Index: lams_tool_laqa/web/WEB-INF/struts-html-el.tld =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts-html-el.tld (.../struts-html-el.tld) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts-html-el.tld (.../struts-html-el.tld) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -46,6 +46,11 @@ true +bundle +false +true + + disabled false true @@ -180,6 +185,11 @@ true +bundle +false +true + + disabled false true @@ -309,11 +319,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -439,6 +474,16 @@ true +footer +false +true + + +header +false +true + + locale false true @@ -449,10 +494,20 @@ true +prefix +false +true + + property false true + +suffix +false +true + file @@ -478,11 +533,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -623,6 +703,11 @@ true +disabled +false +true + + enctype false true @@ -653,6 +738,11 @@ true +readonly +false +true + + scriptLanguage false true @@ -682,6 +772,11 @@ frame org.apache.strutsel.taglib.html.ELFrameTag +bundle +false +true + + action false true @@ -832,6 +927,11 @@ true +bundle +false +true + + disabled false true @@ -1420,6 +1520,11 @@ false true + +bundle +false +true + link @@ -1465,6 +1570,11 @@ true +bundle +false +true + + linkName false true @@ -1680,11 +1790,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + name false true @@ -1943,11 +2078,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2102,11 +2262,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2246,6 +2431,11 @@ true +bundle +false +true + + disabled false true @@ -2451,11 +2641,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2600,6 +2815,11 @@ true +bundle +false +true + + disabled false true @@ -2734,11 +2954,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2888,6 +3133,11 @@ true +bundle +false +true + + cols false true @@ -2898,6 +3148,26 @@ true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true Index: lams_tool_laqa/web/WEB-INF/struts-html.tld =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts-html.tld (.../struts-html.tld) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts-html.tld (.../struts-html.tld) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -8,10 +8,10 @@ -1.0 +1.2 1.1 html -http://jakarta.apache.org/struts/tags-html +http://struts.apache.org/tags-html base org.apache.struts.taglib.html.BaseTag @@ -46,6 +46,11 @@ true +bundle +false +true + + disabled false true @@ -180,6 +185,11 @@ true +bundle +false +true + + disabled false true @@ -309,11 +319,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -439,6 +474,16 @@ true +footer +false +true + + +header +false +true + + locale false true @@ -449,10 +494,20 @@ true +prefix +false +true + + property false true + +suffix +false +true + file @@ -478,11 +533,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -618,6 +698,16 @@ true +acceptCharset +false +true + + +disabled +false +true + + enctype false true @@ -638,22 +728,22 @@ true -name +onreset false true -onreset +onsubmit false true -onsubmit +readonly false true -scope +scriptLanguage false true @@ -677,21 +767,26 @@ false true - -type -false -true - frame org.apache.struts.taglib.html.FrameTag +bundle +false +true + + action false true +module +false +true + + anchor false true @@ -832,6 +927,16 @@ true +bundle +false +true + + +disabled +false +true + + indexed false true @@ -952,6 +1057,11 @@ org.apache.struts.taglib.html.HtmlTag JSP +lang +false +true + + locale false true @@ -1166,6 +1276,11 @@ true +contextRelative +false +true + + height false true @@ -1266,6 +1381,16 @@ true +action +false +true + + +module +false +true + + paramName false true @@ -1326,6 +1451,11 @@ true +useLocalEncoding +false +true + + usemap false true @@ -1371,6 +1501,11 @@ true +scriptLanguage +false +true + + src false true @@ -1385,6 +1520,11 @@ false true + +bundle +false +true + link @@ -1400,6 +1540,11 @@ true +module +false +true + + anchor false true @@ -1425,6 +1570,11 @@ true +bundle +false +true + + linkName false true @@ -1569,6 +1719,11 @@ false true + +useLocalEncoding +false +true + messages @@ -1635,11 +1790,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + name false true @@ -1898,11 +2078,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2057,11 +2262,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2201,6 +2431,11 @@ true +bundle +false +true + + disabled false true @@ -2316,6 +2551,16 @@ org.apache.struts.taglib.html.RewriteTag empty +action +false +true + + +module +false +true + + anchor false true @@ -2375,6 +2620,11 @@ false true + +useLocalEncoding +false +true + select @@ -2391,11 +2641,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2540,6 +2815,11 @@ true +bundle +false +true + + disabled false true @@ -2674,11 +2954,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2828,6 +3133,11 @@ true +bundle +false +true + + cols false true @@ -2838,6 +3148,26 @@ true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true Index: lams_tool_laqa/web/WEB-INF/struts-logic.tld =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts-logic.tld (.../struts-logic.tld) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts-logic.tld (.../struts-logic.tld) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -7,10 +7,10 @@ -1.0 +1.2 1.1 logic -http://jakarta.apache.org/struts/tags-logic +http://struts.apache.org/tags-logic empty org.apache.struts.taglib.logic.EmptyTag @@ -576,6 +576,11 @@ redirect org.apache.struts.taglib.logic.RedirectTag +action +false +true + + anchor false true @@ -635,6 +640,11 @@ false true + +useLocalEncoding +false +true + Index: lams_tool_laqa/web/WEB-INF/struts-nested.tld =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts-nested.tld (.../struts-nested.tld) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts-nested.tld (.../struts-nested.tld) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -7,10 +7,10 @@ -1.0 +1.2 1.1 nested -http://jakarta.apache.org/struts/tags-nested +http://struts.apache.org/tags-nested nest org.apache.struts.taglib.nested.NestedPropertyTag @@ -24,13 +24,19 @@ writeNesting org.apache.struts.taglib.nested.NestedWriteNestingTag +org.apache.struts.taglib.nested.NestedWriteNestingTei JSP property false true +id +false +true + + filter false true @@ -247,11 +253,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -377,6 +408,16 @@ true +footer +false +true + + +header +false +true + + locale false true @@ -387,10 +428,20 @@ true +prefix +false +true + + property false true + +suffix +false +true + file @@ -416,11 +467,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -556,6 +632,16 @@ true +acceptCharset +false +true + + +disabled +false +true + + enctype false true @@ -566,12 +652,12 @@ true -method +focusIndex false true -name +method false true @@ -586,11 +672,16 @@ true -scope +readonly false true +scriptLanguage +false +true + + style false true @@ -610,11 +701,6 @@ false true - -type -false -true - hidden @@ -655,10 +741,25 @@ true +styleClass +false +true + + +styleId +false +true + + value false true + +write +false +true + image @@ -929,6 +1030,16 @@ true +action +false +true + + +module +false +true + + paramName false true @@ -989,6 +1100,11 @@ true +useLocalEncoding +false +true + + usemap false true @@ -1018,6 +1134,11 @@ true +module +false +true + + anchor false true @@ -1043,6 +1164,11 @@ true +bundle +false +true + + linkName false true @@ -1187,6 +1313,11 @@ false true + +useLocalEncoding +false +true + messages @@ -1253,11 +1384,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + name false true @@ -1378,6 +1534,11 @@ true +filter +false +true + + labelName false true @@ -1413,6 +1574,11 @@ org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag empty +filter +false +true + + label false true @@ -1462,11 +1628,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -1621,11 +1812,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -1720,6 +1936,11 @@ true true + +idName +false +true + select @@ -1741,11 +1962,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -1890,6 +2136,11 @@ true +bundle +false +true + + disabled false true @@ -2024,11 +2275,36 @@ true +bundle +false +true + + disabled false true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true @@ -2178,6 +2454,11 @@ true +bundle +false +true + + cols false true @@ -2188,6 +2469,26 @@ true +errorKey +false +true + + +errorStyle +false +true + + +errorStyleClass +false +true + + +errorStyleId +false +true + + indexed false true Index: lams_tool_laqa/web/WEB-INF/struts-tiles-el.tld =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/struts-tiles-el.tld (revision 0) +++ lams_tool_laqa/web/WEB-INF/struts-tiles-el.tld (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -0,0 +1,343 @@ + + + + + + + + + + +1.2 +1.1 +tiles +http://struts.apache.org/tags-tiles-el + +insert +org.apache.strutsel.taglib.tiles.ELInsertTag +JSP + +template +false +true + + +component +false +true + + +page +false +true + + +definition +false +true + + +attribute +false +false + + +name +false +true + + +beanName +false +true + + +beanProperty +false +true + + +beanScope +false +false + + +flush +false +false + + +ignore +false +true + + +role +false +true + + +controllerUrl +false +true + + +controllerClass +false +true + + + +definition +org.apache.strutsel.taglib.tiles.ELDefinitionTag +JSP + +id +true +false + + +scope +false +false + + +template +false +true + + +page +false +true + + +role +false +true + + +extends +false +true + + + +put +org.apache.strutsel.taglib.tiles.ELPutTag +JSP + +name +false +false + + +value +false +true + + +content +false +true + + +direct +false +false + + +type +false +false + + +beanName +false +true + + +beanProperty +false +true + + +beanScope +false +false + + +role +false +true + + + +putList +org.apache.strutsel.taglib.tiles.ELPutListTag +JSP + +name +true +false + + + +add +org.apache.strutsel.taglib.tiles.ELAddTag +JSP + +value +false +false + + +content +false +true + + +direct +false +false + + +type +false +false + + +beanName +false +true + + +beanProperty +false +true + + +beanScope +false +false + + +role +false +true + + + +get +org.apache.strutsel.taglib.tiles.ELGetTag +empty + +name +true +true + + +ignore +false +true + + +flush +false +false + + +role +false +true + + + +getAsString +org.apache.strutsel.taglib.tiles.ELGetAttributeTag +empty + +name +true +true + + +ignore +false +true + + +role +false +true + + + +useAttribute +org.apache.strutsel.taglib.tiles.ELUseAttributeTag +empty + +id +false +false + + +classname +false +false + + +scope +false +false + + +name +true +true + + +ignore +false +true + + + +importAttribute +org.apache.strutsel.taglib.tiles.ELImportAttributeTag +empty + +name +false +true + + +scope +false +false + + +ignore +false +true + + + +initComponentDefinitions +org.apache.strutsel.taglib.tiles.ELInitDefinitionsTag +empty + +file +true +false + + +classname +false +false + + + + + + Index: lams_tool_laqa/web/WEB-INF/struts-tiles.tld =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts-tiles.tld (.../struts-tiles.tld) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts-tiles.tld (.../struts-tiles.tld) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -8,10 +8,10 @@ -1.0 +1.2 1.1 tiles -http://jakarta.apache.org/struts/tags-tiles +http://struts.apache.org/tags-tiles insert org.apache.struts.taglib.tiles.InsertTag Index: lams_tool_laqa/web/WEB-INF/struts/struts-config.xml =================================================================== diff -u -r16e844de3f7c34b44baee1b28e67e708f42d00bf -r77354ad864e2cf5260c86d5501effa9103af1df3 --- lams_tool_laqa/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision 16e844de3f7c34b44baee1b28e67e708f42d00bf) +++ lams_tool_laqa/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -11,36 +11,214 @@ --> - - - + + + + + + + - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + - - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_laqa/web/WEB-INF/x-rt.tld =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/x-rt.tld (revision 0) +++ lams_tool_laqa/web/WEB-INF/x-rt.tld (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -0,0 +1,256 @@ + + + + 1.0 + 1.2 + x_rt + http://java.sun.com/jstl/xml_rt + JSTL XML RT + JSTL 1.0 XML library + + + + org.apache.taglibs.standard.tlv.JstlXmlTLV + + + Provides validation features for JSTL XML tags. + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + out + org.apache.taglibs.standard.tag.rt.xml.ExprTag + empty + + Like <%= ... >, but for XPath expressions. + + + select + true + false + + + escapeXml + false + true + + + + + if + org.apache.taglibs.standard.tag.common.xml.IfTag + JSP + + XML conditional tag, which evalutes its body if the + supplied XPath expression evalutes to 'true' as a boolean + + + select + true + false + + + var + false + false + + + scope + false + false + + + + + forEach + org.apache.taglibs.standard.tag.common.xml.ForEachTag + JSP + + XML iteration tag. + + + var + false + false + + + select + true + false + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.rt.xml.ParamTag + JSP + + Adds a parameter to a containing 'transform' tag's Transformer + + + name + true + true + + + value + false + true + + + + + parse + org.apache.taglibs.standard.tag.rt.xml.ParseTag + org.apache.taglibs.standard.tei.XmlParseTEI + JSP + + Parses XML content from 'source' attribute or 'body' + + + var + false + false + + + varDom + false + false + + + scope + false + false + + + scopeDom + false + false + + + xml + false + true + + + systemId + false + true + + + filter + false + true + + + + + set + org.apache.taglibs.standard.tag.common.xml.SetTag + empty + + Saves the result of an XPath expression evaluation in a 'scope' + + + var + true + false + + + select + false + false + + + scope + false + false + + + + + transform + org.apache.taglibs.standard.tag.rt.xml.TransformTag + org.apache.taglibs.standard.tei.XmlTransformTEI + JSP + + Conducts a transformation given a source XML document + and an XSLT stylesheet + + + var + false + false + + + scope + false + false + + + result + false + true + + + xml + false + true + + + xmlSystemId + false + true + + + xslt + false + true + + + xsltSystemId + false + true + + + + + when + org.apache.taglibs.standard.tag.common.xml.WhenTag + JSP + + Subtag of <choose> that includes its body if its + expression evalutes to 'true' + + + select + true + false + + + + Index: lams_tool_laqa/web/WEB-INF/x.tld =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/x.tld (revision 0) +++ lams_tool_laqa/web/WEB-INF/x.tld (revision 77354ad864e2cf5260c86d5501effa9103af1df3) @@ -0,0 +1,273 @@ + + + + 1.0 + 1.2 + x + http://java.sun.com/jstl/xml + JSTL XML + JSTL 1.0 XML library + + + + org.apache.taglibs.standard.tlv.JstlXmlTLV + + + expressionAttributes + + out:escapeXml + parse:xml + parse:systemId + parse:filter + transform:xml + transform:xmlSystemId + transform:xslt + transform:xsltSystemId + transform:result + + + Whitespace-separated list of colon-separated token pairs + describing tag:attribute combinations that accept expressions. + The validator uses this information to determine which + attributes need their syntax validated. + + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + out + org.apache.taglibs.standard.tag.el.xml.ExprTag + empty + + Like <%= ... >, but for XPath expressions. + + + select + true + false + + + escapeXml + false + false + + + + + if + org.apache.taglibs.standard.tag.common.xml.IfTag + JSP + + XML conditional tag, which evalutes its body if the + supplied XPath expression evalutes to 'true' as a boolean + + + select + true + false + + + var + false + false + + + scope + false + false + + + + + forEach + org.apache.taglibs.standard.tag.common.xml.ForEachTag + JSP + + XML iteration tag. + + + var + false + false + + + select + true + false + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.el.xml.ParamTag + JSP + + Adds a parameter to a containing 'transform' tag's Transformer + + + name + true + false + + + value + false + false + + + + + parse + org.apache.taglibs.standard.tag.el.xml.ParseTag + org.apache.taglibs.standard.tei.XmlParseTEI + JSP + + Parses XML content from 'source' attribute or 'body' + + + var + false + false + + + varDom + false + false + + + scope + false + false + + + scopeDom + false + false + + + xml + false + false + + + systemId + false + false + + + filter + false + false + + + + + set + org.apache.taglibs.standard.tag.common.xml.SetTag + empty + + Saves the result of an XPath expression evaluation in a 'scope' + + + var + true + false + + + select + false + false + + + scope + false + false + + + + + transform + org.apache.taglibs.standard.tag.el.xml.TransformTag + org.apache.taglibs.standard.tei.XmlTransformTEI + JSP + + Conducts a transformation given a source XML document + and an XSLT stylesheet + + + var + false + false + + + scope + false + false + + + result + false + false + + + xml + false + false + + + xmlSystemId + false + false + + + xslt + false + false + + + xsltSystemId + false + false + + + + + when + org.apache.taglibs.standard.tag.common.xml.WhenTag + JSP + + Subtag of <choose> that includes its body if its + expression evalutes to 'true' + + + select + true + false + + + +