Hello,

I have a form embedded in a component that is then used on multiple
pages. The form gets rendered correctly, but the action HTML parameter
does not get set - well, it gets set to the path to the page. Here's
some source:

PollModuleComponent.java:
...
@Component(type = "Form", bindings = "listener = listener:submitPoll")
public abstract Form getPollForm();

public void submitPoll() {
        ...
}

If I change the listener:submitPoll to anything else (even
wibble:hello), there is no exception thrown as I would expect.

It's like it's just ignoring the listener binding in an embedded form.

Any ideas anyone?

Cheers,
Jimmi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to