Opening a notepad on click of submit button instead of navigating to jsp
Hi
I am facing one problem when i click submit button in Spring. On click of submit it should navigate to another jsp instead its opening an empty notepad. On click of submit i've linked 1 .htm where it should get redirected but its taking the name of that(xxxxx.htm) and making it as .css(xxxxx.css) file and opening as notepad with xxxxx.css name.
Please someone help me in resolving this issue.
Thank you in advance.
Re: Opening a notepad on click of submit button instead of navigating to jsp
I've moved this to the Web Frameworks forum for better topic alignment. Please read this: http://www.javaprogrammingforums.com...e-posting.html
Re: Opening a notepad on click of submit button instead of navigating to jsp
You are going to need to show us some code here..
Re: Opening a notepad on click of submit button instead of navigating to jsp
Am also facing the same problem ... Can i know the solution if any one knows?...For more information,Code works fine in the local system but in production environment it is not working????.Can any one help me regarding this.Thanks a lot for your help in advance.
Re: Opening a notepad on click of submit button instead of navigating to jsp
Quote:
Originally Posted by
checkoutram
Am also facing the same problem ... Can i know the solution if any one knows?...For more information,Code works fine in the local system but in production environment it is not working????.Can any one help me regarding this.Thanks a lot for your help in advance.
Please don't hijack dead threads. Instead, post a new thread with a link to this one as a reference. Also, you're going to have to specify what you mean by "it is not working". Do you see any error messages? Some kind of strange behavior? For better help faster, post an SSCCE that demonstrates what you're talking about.
Re: Opening a notepad on click of submit button instead of navigating to jsp
Hi,
Thanks will follow it,Actually a notepad with customer.htm name .css file is opening in a notepad format.That is the strange behaviour.as he has said in the above thread.
Re: Opening a notepad on click of submit button instead of navigating to jsp
Quote:
Originally Posted by
checkoutram
Hi,
Thanks will follow it,Actually a notepad with customer.htm name .css file is opening in a notepad format.That is the strange behaviour.as he has said in the above thread.
Right. And like I said, please don't hijack old threads. Please provide an SSCCE that demonstrates what you're talking about. Please read the link in my signature on asking questions the smart way.
Your next post should be in its own thread, not a reply to this one.