Re: WORepetitions with hyperlink and buttons
Re: WORepetitions with hyperlink and buttons
- Subject: Re: WORepetitions with hyperlink and buttons
- From: Brian Allen <email@hidden>
- Date: Sat, 29 Mar 2003 10:15:03 -0600
Thanks, I forgot that!
on 3/28/03 11:28 PM, Chuck Hill at email@hidden wrote:
> Set the form binding "multipleSubmit" to true.
>
>
> At 11:13 PM 28/03/2003 -0600, Brian Allen wrote:
>> 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.
>>
>
> --
>
> Chuck Hill email@hidden
> Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
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.