cancel
Showing results for 
Search instead for 
Did you mean: 

How to retreive parameters from start up URL of EP

Former Member
0 Kudos

In href say...

http://shorturl?a=10&b=5. using request.get parameter ("a") and request.get parameter ("b") the values of a and b passed as url parameters are retreived.

How do we retreive the value of url parameters from the start up url link of an EP portal

say

http://sapmsdgj.uk.gases.boc.com:50600/irj/portal

same portal can also be accessed as

http://sapmsdgj.uk.gases.boc.com:50600/irj/portal?a=10&b=5

In both way of above URL with and with out parameters of a and b reaches home page

when passed with URL parameters as

http://sapmsdgj.uk.gases.boc.com:50600/irj/portal?a=10&b=5

it failed returning null value for request.getParameter("a") and request.getParameter("b")

any way to retreive the value of a and b ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos