request-response loop question
request-response loop question
- Subject: request-response loop question
- From: Thomas Woteki <email@hidden>
- Date: Sun, 14 Nov 2004 16:53:34 -0500
Thanks much in advance for any help with the following:
I have an array of items, attributes of which I display in a
WORepetition. The list is displayed within a frame in my main page. One
of the attributes is wrapped in a WOHyperlink whose action is to return
a detail page that displays details of the selected item in another
frame, which is the target of the link and also within my main page.
Only the detail page is refreshed upon clicking the link; the list
frame should remain unrefreshed.
The problem is this: The first time I click on the link for any item
the detail page is properly returned and displayed. However, the second
time I click an item, the detail for the previous item I clicked is
re-displayed, not the selected item. For example, if I click item 1,
its details are displayed. If I then click item 2, its details are
displayed. That's all good. If I then click item 1 again, item 2 is
re-deisplayed, not item 1. In general, once clicked, an item is never
again displayed in the detail frame (unless it happens to be the last
item selected); only a previously unselected item or the last item
selected is displayed, depending on what is clicked.
I have logged the request response loop. The second time I click on a
link, the loop proceeds only to awaken the component which contains the
WOHyperlink, but it never invokes action that is bound to the link
(invokeAction is not called), which is just another way of saying
everything above.
What's up with this?
Thanks very much,
Tom
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden