Rules of converting HTML to XHTML-Transitional

Converting from traditional HTML to XHTML 1.0 Transitional is easy, as long as you work carefully and observe the following rules: 1. Open with the proper DOCTYPE & Namespace <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd “> 2. Write Continue reading Rules of converting HTML to XHTML-Transitional

ActionForm – Reset multiple list <html:select multiple=”true”>

Struts uses ActionForm to both populate a HTML form, and then to capture the parameters when a form is submitted. When a request is submitted, the ActionServlet matches the URI for the request against the path of an action-mapping. If Continue reading ActionForm – Reset multiple list <html:select multiple=”true”>