Hi Mike.

This is definately an improvement, but not quite there yet.

The improvement, no more crashes (Thanks!).

The output is "blank", specifically,
,,,

So, I am guessing I have something incorrect in the JSP.
Suggestions?

Thanks,
Steve

<===Begin JSP snippet===>
<table>
  <tr>
    <td>
      <logic:iterate id="clipTitle" name="editClipTitles" property="nested">
                <bean:write name="clipTitle"/>,
      </logic:iterate>
    </td>
  </tr>
</table>

<===Begin Java snippet===>
//TODO: Load these titles from the Database MetaData
        ModelResponse res = request.createResponse();
        Output titles = res.createOutput("editClipTitles");
        titles.add(res.createOutput("ID"));
        titles.add(res.createOutput("Title"));
        titles.add(res.createOutput("Description"));
        res.add(titles);

-Steve

--
Java/J2EE Developer/Integrator
Currently "On the Road"
214-724-7741



http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to