[Seaside] [Q] table elements in loops?

Avi Bryant avi at beta4.com
Tue Apr 8 16:21:49 CEST 2003


On Tue, 8 Apr 2003, Brian Brown wrote:

> I think it is related as well; I sent Avi a DVS package that
> demonstrates the issue.. and also, does the HTML spec allow an </img>
> tag? I haven't really seen that used before, so I thought it was
> related to that, but the problem only rears it's ugly head when you are
> greater that 2 levels deep in rendering components using the
> WAHtmlRenderer>>imageWithForm:

The problem, which you hinted at early on, is that #imageWithForm: is dumb
and sends #openTag: not a #tag:, which leaves <img> on the stack.  Bad
Avi.

I'll be committing that fix soon.  Note that I'm now committing to the
Seaside2.mc file, which is in Monticello format, not Seaside2.st.  That
means bleeding edge users will have to load Monticello to be able to track
CVS.  Releases will (for now) still appear as .st files.

Cheers,
Avi



More information about the Seaside mailing list