Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-03-2008, 04:25 AM
Member
 
Join Date: Feb 2008
Posts: 1
sachindanayak is on a distinguished road
Issue related to browser
Hi,

Need urgent help to rectify this problem

I am accessing a application hosted on Weblogic8 SP2 as WAR file
In this application I am able to login and search result and go to home page of one the search results.

But on some other machine on same IE6 or Firefox the forward from search results to Home page stops in a URL which is being used in middle to forward.

URL (also used in JSP pasted below) is created in action class called by search result link.

This is how it is impleted.....

I have a replicated link with unique Id on Search result page which forward me to this JSP

************************************************** **************
<head>
<SCRIPT language="JavaScript">
function submitform()
{
var urlString = "<%=request.getAttribute("urlString")%>";

document.form1.action =urlString;
document.form1.submit();
}
</SCRIPT>


</head>

<body onload="submitform();">

<form name = "form1" method = "POST">

<input type = "hidden" name="myVariable" value="myValue"></input>
<input type = "hidden" name="empID" value="<%=request.getAttribute("empID")%>"></input>
<input type = "hidden" name="ownerName" value="<%=request.getSession().getAttribute("owner Name").toString()%>"></input>
</form>

</body>

</html>
************************************************** *****************************


Once this JSP is submitted this URL has to call a action class to validate some session attribute and the hidden value in JSP above named as "myVariable" which is checked for some "myValue". So it will then Forward to Home Page.

On some machines IE6 or FireFox this is working as expected and logs show correct results all through.
But some other machines with same Browser, the "myVariable" value in action class is coming blank and so request stops at the URL submit in above JSP. However no errors or Exceptions are thrown.


Please help in this issue if some one can suggest any solution or way to dig up more on this.
Also if I havent explained clearly by chance, then pls give me another chance to explain more.


Thanks a lot for all your efforts.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Math Related Problem perito Advanced Java 1 03-21-2008 10:53 AM
Math Related Problem perito New To Java 3 03-20-2008 07:22 PM
Exceptions related to DynaValidatorForm rameshraj JavaServer Pages (JSP) and JSTL 1 12-27-2007 01:44 PM
Exceptions related to DynaValidatorForm rameshraj Java Servlet 0 12-26-2007 12:43 PM
Bean related actions in JSP Java Tip Java Tips 0 12-24-2007 12:04 PM


All times are GMT +3. The time now is 07:08 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org