cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters to iView

Former Member
0 Kudos

Hello Experts,

I want to pass a simple parameter from one iView to another. How do i pass it using EPCM.doNavigate? my code in asp is

Response.Redirect("url to navigate" + "?ID=V")

Request.QueryString\["ID"\] == "V"

I do some validations based on this querystring.

I need an equivalent for this in portal. I skimmed through many earlier posts but din't get a proper solution. Could you plz help me out with the simplest possible way ASAP.

Regards,

Madhesh

Edited by: Madhesh P on Jan 7, 2008 5:21 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Madesh,

You can use custom events for passing parameters from one iView to Other.

Or

If the parameters are to be used in more than one iView you can use session variables.

Regards,

Ashutosh

Former Member
0 Kudos

Thanks Ashutosh. Actually simply i tried passing a query with EPCM.doNavigate and it worked.

EPCM.doNavigate("URL?ID="S")