Very simple, submit + toolsrunmacro = 404?

I have a very basic form setup.

Its broken up into multiple “Pages”

Each “Page” has its own set of fields.

They are broken up by hide whens which go off the current value of a field called “Page”

At the end of the Form is a button named “Continue”

this does an @Command toolsrunmacro to fire off a LS agent.

The Agent validates fields then determines the next page.

Done this before with Java. Trying it on another app with LS.

The problem Im having is that after the Continue button is clicked the new url is the correct one + seq=1 but I get a 404 error.

Don’t think the agent is running at all. Tried replacing the toolsrunmacro with just an @prompt and got the same behavior…

Any ideas?

Subject: maybe an error in your agent?

Do you have an error handler in your agent?

Sometimes when there is an error, IE displays the 404 page. Try it in firefox as it will give you the error returned by the server.