%-- Copyright (C) 2005 Alfresco, Inc. Licensed under the Mozilla Public License version 1.1 with a permitted attribution clause. You may obtain a copy of the License at http://www.alfresco.org/legal/license.txt 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. --%> <%-- JSP fragment - included directly by other complete JSP pages --%>
<%-- use an I18N message --%>
|
<%-- example of the 'disabled' attribute bound to a form bean property --%>
|
|
|
|
|
|
<%-- Example of a tag utilising an Input Component with a custom renderer.
The renderer handles encoding and decoding of date values to UI elements --%>
|
|
<%-- Show an example of a listbox populated by a server-side List of SelectItem
objects. The preselection is controlled by the selectItems tag which contains
a list of values that the control will try to select.
Also shows an example of a valueChangedListener which uses onchange() Javascript
to submit the form immediately to update the UI. --%>
<%-- Example of a direct component binding. The setting method on the bean is called and the OutputText component can be programmically modified --%> |