Re: Passing URL parameters to component via direct action
Re: Passing URL parameters to component via direct action
- Subject: Re: Passing URL parameters to component via direct action
- From: John Pollard <email@hidden>
- Date: Tue, 12 Aug 2008 13:46:36 +0100
Lachlan,
I see.....so yes, I basically did this and it works for DA requests.
As it isn't a component request, I have to be careful that some
requests coming to this page are not related to this form. I'd also
have to make sure that I don't have more than one embedded form on the
same page that might have similar keys in a request; i.e. there is no
targeting of the request data to a particular part of my page.
I've subscribed to the WO podcasts and look forward to listening to
those.
Thanks, John
On 12 Aug 2008, at 07:32, Lachlan Deck wrote:
It sounds like you want to call a DA, then return the same page
you were on when calling the DA, and have the page contain the
same values it had before you called the DA. Correct?
No, I want it to accept the WOPopUpButton selections made by the
person viewing the web page. I don't need it to remember anything
about the state it had before. The same page yes, but not the same
values it had before.
Have you tried something like:
<wo:WOPopUpButton selectedValue =
"$context.request.formValues.mykey"></wo:WOPopUpButton>
with regards,
--
Lachlan Deck
_______________________________________________
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