WORepetitions with hyperlink and buttons
WORepetitions with hyperlink and buttons
- Subject: WORepetitions with hyperlink and buttons
- From: Brian Allen <email@hidden>
- Date: Fri, 28 Mar 2003 23:13:12 -0600
I have a WORepetition that has a button within each role that should
directed you to another component to edit record from that row within the
repetition. But, the action associated with button always directs you to
the first record no matter which button is clicked.
But, I can use the same action with a hyperlink without a problem.
Here is the action:
public TripEditor editTrip()
{
TripEditor nextPage = (TripEditor)pageWithName("TripEditor");
nextPage.setCurrentTrip(mySession.currentTrip);
return nextPage;
}
mySession.currentTrip is the repetition item.
Are there different steps to allow the button approach to work like the
hyperlink?
- Brian Allen
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.