Problem with HTML Generating!

Hi! There is one problem in Lotus Domino 6.0.1 on AS/400. I have Lotus Application which designed for web users. “forSales” page has "New

Doc" Button with a option “hide when true”:

!@IsMember(“[Sales_auth]”;@UserRoles)

And some hotspots with same options.

Only users with “[Sales_auth]” role could create documents and go by hotspots.

user1 has “Sales_auth” role, others (user2, user3) don’t.

If that page is opened by User1 everything work. But if on the contrary, all

design elements appears as opened first time, so all users without

“Sales_auth” role could create documents.

When in Lotus Designer i resave that page and preview this with user2, buttons

and hotspots that for only user1 disappears.

Everything is working perfectly on LD6 for W2k Server.

I think after save LD on AS400 generates page to html first time and sends that

generated page to other users.

If anybody has any suggestion, please click to “Post response” link :))

Thanks.

Subject: Problem with HTML Generating!

You must includeFIELD $CacheOptions:=“0”;

FIELD $CacheValid:=“0”;

@formula to the HTML Head Content property in design element.