A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
getting errors
vamsi nani
Greenhorn
Joined: Jun 14, 2006
Posts: 12
posted
Jun 27, 2006 09:16:00
0
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
I like...
posted
Jun 27, 2006 09:40:00
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter