On Nov 28, 2005, at 3:08 PM, Baiss Eric Magnusson wrote:
I have been unable to get the action method of a WOSubmitButton
inside a SubComponent to get called.
All I can get calls to in a SubComponent so far is <awake> and
<takeValuesFromRequest>.
It sounds like something above it is responding to invokeAction.
I have a WOForm inside the SubComponent and <multipleSubmit> is true.
Have you looked at the HTML? Is the submit inside of <form>...</
form> tags?
So you have a page and in that page is a sub-component and in that
sub-component is a WOForm and in that WOForm is a WOSubmit button?
Does that describe it correctly?