Web Agent and Custom LS Classes

I have a web app that is written in such a way, where code has been uniquely written in LS on each form. (Agent runs in WebQuery event)

For instance there may be several “emailNotify” functions, each one accomplishing the same thing, however the formatting of the replyTo/Principal might be different in FormA than FormB, or the subject or the doclink. Some are using Bold and italics some are not.

About a year ago I wrote a class that modeled the form and re-wrote these notification methods in the class for the Notes UI of the DB. That inadvertently created a bug that went unnoticed until now.

So today I was trying to write the fix (It was a notification bug) by implementing my class in the web query event. When I did this I got the default “Form Processed” return. Now, the agent uses a print statement to redirect that frame back to a view. however I was wondering if there was an issue using custom data types in that context?

Any thoughts?

Thanks,

Shawn

Subject: Web Agent and Custom LS Classes

I’m a big dolt

I forgot to initialize my class with the ‘New’ keyword!!

Have a great week end everybody.

Shawn