The following is the code

I am using Tomcat4.1.18 and using struts1.1b2

Vinay

<fieldset>

 <legend>
 <html:image src="images/MASearch.png" border="0">
 </legend>

<html:form action="holdaction.do">

<table border=0 width='100%'>
 <tr>

 <td align=right>
  <span class='s_head'>
   <bean:message key="hold.acctno"/>
  </span>
 </td>
        <td>
  <html:text styleClass="form_s" property="acctno"/>
 </td>

     <td align=right nowrap>
  <span class='s_head'>
   <bean:message key="hold.DOS"/>
  </span>
 </td>
     <td>
  <html:text styleClass="form_s" property="fromDateOfService" size="8"/>
       - <html:text styleClass="form_s" property="toDateOfService"
size="8"/>
 </td>
 </tr>
 <tr>
 <td align="right" nowrap>
  <span class="s_head">
   <bean:message key="hold.testcode"/>
  </span>
 </td>
     <td>
  <html:text styleClass="form_s" property="testCode" size="6"/>
 </td>
     <td align="right" nowrap>
  <span class="s_head">
   <bean:message key="hold.sourcefacility"/>
  </span>
 </td>
     <td nowrap>
  <html:text styleClass="form_s" property="sourceFacility" size="6"/>
 </td>
 </tr>
 <tr>
 <td align="right" nowrap>
  <span class="s_head">
   <bean:message key="hold.holdcode"/>
  </span>
 </td>
 <td>
   <html:select property="holdCode" style="font-size: 13px;">
  <html:option value="0">ALL</html:option>
  <html:option value="ED">Basic Edits</html:option>
  <html:option value="DX">Diagnosis</html:option>
  <html:option value="RJ">Rejects</html:option>
  <html:option value="PS">PPS</html:option>
           </html:select>

    <span class="s_head">
   <bean:message key="hold.reason"/>
  </span>
  <html:text property="reasonCode" styleClass="form_s" size="10"/>
   </td>
   <td align=right>
  <span class="s_head">
   <bean:message key="hold.maxresults"/>
  </span>
   </td>
       <td>
  <html:text styleClass="form_s" property="maxResults" size="4" /> (1-200)
   </td>
   </tr>
   <tr>
   <td colspan=4 height=10>&nbsp;</td></tr><tr>
   <td align=right nowrap>
  <span class="s_head">
   <bean:message key="hold.relcode"/>
  </span>
    </td>
    <td colspan=2>
  <html:select property="relCode" style="font-size: 13px;">
  <html:option value="">All- Show all transactions</html:option>
  <html:option value="  ">-Not released Yet</html:option>
  <html:option value="PO">PO</html:option>
  <html:option value="PA">PA</html:option>
  <html:option value="CO">CO</html:option>
  <html:option value="CA">CA</html:option>
  <html:option value="RO">RO</html:option>
  <html:option value="RA">RA</html:option>
  <html:option value="TO">TO</html:option>
  <html:option value="TA">TA</html:option>
         </html:select>
     </td>
     <td align=center>
  <html:image src="images/MAsearchbutton.png" property="form_submit"
value="search"/>
     </td>
            </tr>
          <tr><td></td><td colspan="3"></td></tr>
</table>
</html:form>

</fieldset>

----- Original Message -----
From: "Karr, David" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 1:25 PM
Subject: RE: <fieldset> tag in HTML


Show your exact source and exactly how you're getting this error
message.  What web container and version are you using?

-----Original Message-----
From: Vinay [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 31, 2003 10:20 AM
To: Struts Users Mailing List
Subject: <fieldset> tag in HTML

Has anybody tried using

<fieldset><legend>
tags in your JSP which has struts tags

I am unable to get these tags work in my JSP pages.

I get the following error message

/forms/holdform.jsp(132,0) Unterminated tag'

Thanks
Help appreciated

Vinay

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to