Re: logic:iterate and bean:write not showing when jstl c:out does

2005-10-28 Thread Laurie Harper
If the page is loading without errors but not rendering those tags, the most likely cause is missing taglib directives. Check the HTML source that gets generated to see if the tags are coming through as written in the JSP; if so, that's almost certainly what's wrong. L. Stephen Souness wrote:

logic:iterate and bean:write not showing when jstl c:out does

2005-10-27 Thread Stephen Souness
Hi all, I am using Struts 1.2.7, under Tomcat 5.0.25. I have a JSP within my struts application which I ultimately want to have output some checkboxes (using ). Other areas of my application use LabelValueBean with and just fine. However, this particular area of my application has a few