<#-- /* * $Id: pom.xml 560558 2007-07-28 15:47:10Z apetrelli $ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ --> <#if parameters.id?if_exists != ""> id="${parameters.id?html}"<#rt/> <#if parameters.formId?if_exists != ""> formId="${parameters.formId?html}"<#rt/> <#if parameters.formFilter?if_exists != ""> formFilter="${parameters.formFilter?html}"<#rt/> <#if parameters.tabindex?if_exists != ""> tabindex="${parameters.tabindex?html}"<#rt/> <#if parameters.cssClass?if_exists != ""> class="${parameters.cssClass?html}"<#rt/> <#if parameters.cssStyle?if_exists != ""> style="${parameters.cssStyle?html}"<#rt/> <#if parameters.label?if_exists != ""> label="${parameters.label?html}"<#rt/> <#if parameters.title?if_exists != ""> title="${parameters.title?html}"<#rt/> <#if parameters.name?if_exists != ""> name="${parameters.name?html}"<#rt/> <#if parameters.href?if_exists != ""> href="${parameters.href}"<#rt/> <#if parameters.loadingText?if_exists != ""> loadingText="${parameters.loadingText?html}"<#rt/> <#if parameters.errorText?if_exists != ""> errorText="${parameters.errorText?html}"<#rt/> <#if parameters.executeScripts?exists> executeScripts="${parameters.executeScripts?string?html}"<#rt/> <#if parameters.listenTopics?if_exists != ""> listenTopics="${parameters.listenTopics?html}"<#rt/> <#if parameters.notifyTopics?if_exists != ""> notifyTopics="${parameters.notifyTopics?html}"<#rt/> <#if parameters.beforeLoading?if_exists != ""> beforeLoading="${parameters.beforeLoading?html}"<#rt/> <#if parameters.afterLoading?if_exists != ""> afterLoading="${parameters.afterLoading?html}"<#rt/> <#if parameters.targets?if_exists != ""> targets="${parameters.targets?html}"<#rt/> <#if parameters.handler?if_exists != ""> handler="${parameters.handler?html}"<#rt/> <#if parameters.indicator?if_exists != ""> indicator="${parameters.indicator?html}"<#rt/> <#if parameters.showErrorTransportText?exists> showError="${parameters.showErrorTransportText?string?html}"<#rt/> <#if parameters.showLoadingText?exists> showLoading="${parameters.showLoadingText?string?html}"<#rt/>