on 2006 Aug 01 7:17 AM
Hi all,
I am having two iviews.I want to conect those two in two pages.How can i do this?Can any one help me out from this?
regards
Sudeep.
Hi Sudeep,
try to go thru this link.
Hope it willl be helpful to u.
Regards
Anirudh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sudeep,
It depends on the technology you are using to build the iViews. Suppose you have developed a WD iView, you can use
WDPortalNavigation.navigateAbsolute()/navigateRelative()
for navigating to the other iView on the page.
For passing some data between the iViews, you can use application parameters(a paramter in the above method) from the source iView and retrieve in the target iView.
For more details you can search for these methods in the Help of of your NW IDE.
Thanks and regards
RK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Try this
WDPortalNavigation.navigateAbsolute("ROLES:"+iview,WDPortalNavigationMode.SHOW_INPLACE,(String) null, (String) null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String) null,(String) null,"Param=Paramvalue");
"ROLES:"+iview=Iview Path
"Param=Paramvalue"=Parameter and its value
Youcan receive the value as
String parmvalue=WDWebContextAdapter.getWebContextAdapter().getRequestParameter("Param");
Kind Regards
Mukesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ignore my suggestion. I read it as two views. Other replies are more useful.
Regards,
Subramanian V.
Message was edited by: Subramanian Venkateswaran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
See this thread Navigation between iviews:
Regards
Suresh KB
User | Count |
---|---|
63 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.