Hi list,

Been trying to get a Tacos:Editor working like any other input like
component.
It has a value parameter, but also a listener. Since the listener is not
mandatory I though I could use it like say a TextField, just setting the
value with some ognl expression.
Doing so it renders the original ognl expression with the value in the
Editor, nice!, but the submit of the surrounding form doesn't send the value
back to the java page. Always get a null value in the value associated
method.

Anybody used the Editor like this, just like a TextField? Is it prepared to
work like this?
I'm doing an encapsulation in my own component where I add a Hidden
component with the value so I get a submission back to the page (still
working in the passage of the value from the editor to the Hidden
component), but wouldn't it be expected that the Editor supported this
functionality? Am I doing something wrong?
The example in the Tacos demo uses a listener e nothing like a form like
usage. Anybody has an example more suitable?

Thanks,

--
Pedro Viegas

Reply via email to