Struts basic labels

Source: Internet
Author: User

1. Configure and use Struts labels.

Configuration: Add Message-resources to the Struts-config.xml configuration file and copy the MessageResource. properties file to src.

Labels are view technologies and executed on the server.

Usage:

  • BeanWrite: Introduce the tag library <% @ taglib prefix = "bean" uri = "http://struts.apache.org/tags-bean#%>, basic string, HTML string (filter = false ), format = "###,###. 0000 "), format the date (format =" yyyy-MM-dd HH-mm-ss "), and obtain the object (property," property. property ");
  • Logic: Introduce the tag library <% @ taglib prefix = "bean" uri = "http://struts.apache.org/tags-logic#%> logic: empty is empty, logic: notEmpty is not empty, and logic: present exists, logic: notPresent does not exist
  • Logic: Iterate label: cyclically fetch data

<Logic: notEmpty name = "userlist">

<Logic: iterate id = "u" name = "userlist">

<Tr> <td> <bean: write name = "u" property = "username"/> </td>

<Td> <bean: write name = "u" property = "age"/> </td>

<Td> <bean: write name = "u" property = "group. name"/> </td>

</Tr>

</Login: iterate>

</Logic: notEmpty>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.