aspose file tools
The moose likes JSP and the fly likes getting errors Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

getting errors

vamsi nani
Greenhorn

Joined: Jun 14, 2006
Posts: 12
jsp(141,16) JSPG0069E: Unmatched end tag found while parsing jsp. Expecting bean:write found logic:iterate at [141,16]
I have added the following to the existing html in struts :
<logic:iterate id="pd" name="parentProduction" indexId="index">

<tr bgcolor="#000066" class="tablesubheader">
<td width="5%" class="bluebg">
<bean:write name="pp" property="prmtfd_Jan"/>

</td>
<td width="5%" class="bluebg">
<bean:write name="pp" property="prmtfd_Feb"></td>


</tr>
</logic:iterate>
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: getting errors
 
Similar Threads
logic iterate
getting errors
Data not able to get in the jsp page
Help me about html:select
Nested:iterate