urlMapping e form submission

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

Why in a form submission cotext the urlMapping doesn't work? Is there any
solution?

Thanks
Andrea
 
If you mean "why when using UrlMappings do postbacks not maintain the mapped
URL"? It's because the page on the server that's being mapped to doesn't
know anything about the mappings, thus when the <form> renders the action
is the real page being accessed.

-Brock
http://staff.develop.com/ballen
 
If you mean "why when using UrlMappings do postbacks not maintain the
mapped URL"? It's because the page on the server that's being mapped
to doesn't know anything about the mappings, thus when the <form>
renders the action is the real page being accessed.

No I mean what I said. I've setup a form action to a search.aspx. That page
doesn't exist again,
so I put a urlMapping hoping that framework intercept the action post before
the real http post
and redirect url to alternative url. Unfortunately it doesn't. Http Post
takes action before urlMapping.

Andrea
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top