Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use setRowUrl

Status
Not open for further replies.

roguewolf55

Technical User
Jun 27, 2001
1
CA
Hi, I'm an amateur JDeveloper user, just starting to learn some of it as part of a summer job. I was hoping someone could help me out with a problem I am having, which probably isn't difficult, but I just don't have the knowledge/experience to figure it out. I am trying to use the setRowUrl() method in the JSRowSetBrowser class, but it does not seem to be working.

I am using the method within a JSRowSetBrowser tag in a JSP page and setting it to be:

MyRowSetBrowser.setRowUrl("InfoTable_RowViewer.jsp");

I also used setShowRecordNumbers(true) to show all record numbers on the left. Thus in effect when the user clicks the record numbers it will send them to a specific page with that specific view of that row. I expected this to work since the help documentation says that the URL parameter in the method appends the record number and passes it along so that the JSNavigatorBar (which I have created as well) can set the row currency to the one that was clicked.

Unfortunately this doesn't work. I must be be missing something simple. The record numbers all show, the navigator bar is fine and everything is in the same folder. But on my web browser, the record numbers are not clickable and I can't switch to the desired page with the specific row view! Please help! I hope someone can answer this that would be greatly appreciated, thanks.

Sincerely,

Brandon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top