NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
raj1001
Joined: 04 Mar 2012 Posts: 5
|
Posted: Tue Mar 06, 2012 4:41 pm Post subject: wanted to create own tag in struts using NetBeans and use it in .jspx file |
|
|
I wanted to create fmt tag and use it in add.jspx file given below.I have used struts .please reply.
| Code: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Document : add
Created on : Mar 4, 2012, 7:00:38 PM
Author : Administrator
-->
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
<jsp:directive.page contentType="text/html" pageEncoding="UTF-8"/>
<html locale="true">
<head>
<title>
<fmt:message key="add.title"/>
</title>
<html:base/>
</head>
<body>
<h1>
<fmt:message key="global.title"/>
<jsp:text></jsp:text>
<fmt:message key="add.heading"/>
</h1>
<html:errors/>
</html>
</jsp:root>
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|