logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Glen Urban
    • Posted on Mon 11 Nov 2002

    It wasn't a Release 6 issue. The problem was URL redirections.

    If your using URL redirections don't use a relative URL in your POST action

    e.g. form action="Response?CreateDocument"

    use the full URL instead

    e.g. form action="http://acme.com/demo.nsf/Response?CreateDocument"

    This problem was driving me crazy - I've even been talking to my self!

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: