cancel
Showing results for 
Search instead for 
Did you mean: 

table with linktourl

Former Member
0 Kudos

i have a table

itemno name price

<u>0010</u> BMW 500

<u>0020</u> BMX 350

column itemno is link

when i click the 0010 ..I want to link to another page that show the detail of the page...

LinkToUrl....what should i set in linktourl properties..or create any node ?

how to set the path?<u></u><u></u><u></u><u></u><b></b><b></b>

Message was edited by:

yzme yzme

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai ,

for this scenario its better to use linktoAvtion UI Element.

on the linktoAction UI Element bind it to outbound plug. thats navigate to another view . that view will display your results.

regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You shoild bind "reference" property of the LinktoURL UIElement to a contextAttribute of type "String".

The values for the valueattributes can be like "www.goole.com" etc

Regards, Anilkumar

Former Member
0 Kudos

i have the same concept as you ,

yet


public void wdDoInit()
  {
    //@@begin wdDoInit()
    String itemno=wdContext.currentPRJCOElement().getItem();
    
	wdContext.currentContextElement().setUrl("http://localhost:50100/webdynpro/dispatcher/sap.com/pr/PRapp?" +itemno);
    //@@end
  }

masterpage url : http://localhost:50100/webdynpro/dispatcher/sap.com/pr/PRapp

detailpage url : http://localhost:50100/webdynpro/dispatcher/sap.com/pr/PRapp

very weird is that masterpage url and detail page url is the same....

SAPtestId=1 , 2 ,3 ,4, keep on growing...

http://emi-sap:50100/webdynpro/dispatcher/sap.com/pr/PRapp?SAPtestId=8

Former Member
0 Kudos

Hi,

I can't access the URLs..Please describe the problem

-Anilkumar