V6 generates HTML where v5 doesn't

Hello,

I’m migrating some (mostly web-) apps from v5 to v6.5 and I encounter two problems right now :

1/ an image resource with computed source generates an tag in v6 even when the source is evaluated to “” (the empty string). On the v5 server, there’s no generated tag.

2/ some forms start with a table containing some debug information, this table is hidden by a formula when the current user hasn’t the [&Debug] role. Alas, now in v6, an empty table is generated. Worse: it is only generated when the form is rendered read-only!

Has someone some hints or experience to share?

Thanks,

Christophe

Subject: RE: v6 generates HTML where v5 doesn’t

Not sure about #1, but I believe #2 has something to do with that “[Debug]” role. You may want to uncheck it while migrating; you want to be able to see everything when moving over.