Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » Probkem With Different jsp (Oracle 9i AS)
Probkem With Different jsp [message #337194] Wed, 30 July 2008 02:29
chintan.patel
Messages: 162
Registered: July 2008
Location: Ahmedabad
Senior Member
Dear All Friends

i m working on jsp,java,oracle db enviorment, our Application is prepared by third party now we have to maintain it. i m facing problem when i m working this Application from my AS server.
For example
in my jsp file there is one java script, from this script its goes to another jsp.

This Function is written in list.jsp

function goToNext(Val1)
{
document.f1.action='edit.jsp?SrNo='+Val1;
document.f1.submit();
}

From edit.jsp if i m using
String srno = request.getParameter("SrNo");
By using this type of code i can get the value of SrNo.

my problem is accept "SrNo" i cant get any oher value from list jsp.with "request.getParameter".

i would like to know that by setting which parameter i can get it.

My Application Server is Oracle 9i AS 9.0.2.0.0 with OC4J Components
My Server OS is Red Hat Linux Advance Server 2.4.9-e.3 2.4.9-e.3

Chintan

Previous Topic: provider cannot be found.It may not be installed properly
Next Topic: Reasons for Oracle 10g
Goto Forum:
  


Current Time: Thu Mar 28 17:26:36 CDT 2024