Tagged Questions
0
votes
0answers
136 views
Struts 1.3 How to dynamically change forward from an action to an other action forward specified in Struts-config.xml
I have a dropdown on top of each of my pages. Now after triggering the onchange event of the dropdown, it submits the form and it forwards always to page 1.
What I want it to do is:
Now If the user ...
0
votes
0answers
29 views
Redirect certain (or all) Internet Explorer users to new URL
Several of my users who use Internet Explorer are not able to run a script on my website. This is true for users using IE7 and below and also some users using IE9 with compatibility mode.
Thus, I ...
0
votes
1answer
23 views
URI rewriting add unwanted context path
I have my app to find resource at
http://myhost/my-app/test/bat
and it works good, now have this a new request to
http://myhost/my-app/xxx/test/bat,
I simply want it rewrited to the old one, ...
0
votes
0answers
13 views
Creating a page of url's that can be changed
I would like to be able to install affiliate links in a document that can be directed to my website, and like a url shortener, forwarded to the site I want readers to go to. But I would like to be ...
0
votes
0answers
48 views
Baseurl fails css text site only
vexing problem ,,not able to set baseurl in scripts and my sites only run if I use
my numerical IP ... This was not the case before my domain account was hijacked at
dot.tk (free domains) .what ...
0
votes
1answer
15 views
transparently forwarding firstdomain.com to seconddomain.com
I need to add an entry to DNS Server so when in clients people type firstdomain.com they actually browse seconddomain.com but they don't see the seconddomain.com url
What shall I add to DNS?
1
vote
2answers
1k views
How to change url in user browser without client redirect in servlet
I want to forward from one page to another but with the same I want url to be changed. Suppose user is here http://mywebsite/register and when he completes his registration process then I want this in ...
0
votes
2answers
87 views
Forward to certain URL
What I want to have:
User enters 'gmail.com'.
A message in the web browser appears stating some like "You are accessing third party email service... and so on..".
User will be given option to ...
1
vote
2answers
1k views
Struts2 page redirect/forward problem
Can anyone tell me how to forward or redirect page with Struts?
I'm checking if the session is null or not in every jsp and want to redirect if null. I can do this with simple jsp:forward or ...
1
vote
1answer
883 views
How to handle request on the page that was previously forwarded by servlet?
I have a JSP page that has 2 forms running on Tomcat 6. One is register form, Second is login form.
(please pay attention to context path, it's going to kill me later)
(regis_and_login.jsp)
...

