hi,
may i know how to trap/debug every component that load and each
function that load?
Thank you.
Regards,
Cyber
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
dont forget to read the docs
2008/7/6 Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> hi,
>
> may i know how to trap/debug every component that load and each
> function that load?
> Thank you.
>
> Regards,
> Cyber
>
> -
> To unsubsc
Hi, All,
I'm using a beaneditform with some parameters for display only (not
update-able):
However when I tried to read back the parameter in met
Sorry guys,
I've forgotten the version-hint in the docs. The feature was committed to
trunk end of march. Currently, it's only available in version
4.1.6-SNAPSHOT. I meant to push a release, but then, I never got around.
Marcus
2008/7/4 Christophe Mesplede <[EMAIL PROTECTED]>:
> Hi.
>
> I expe
Hi Thiago,
My recommendation would be to catch the events from your component,
and then trigger your own, custom events.
For your ActionLinks component, for example, you might have a handler
in the component:
onActionFromRemove(Object toRemove) {
resources.triggerEvent(...);
}
Then you
Hi All,
¿ Is There a way for overriding the Messages services ?
@Inject
private Messages messages;
If i use the native2ascii tool for encoding the .properties files all
the characters are showed correctly.
My target it´s to leave all the .properties files encoded on UTF-8, i
don´t want to
Thanks Geoff,
yes, that approach certainly solves most situations.
Nevertheless there may be situations, in which more than one submit button is
necessary. E.G., an universal search-form where the user can enter some search
strings and then press "Search Customers", "Search Suppliers" or so.
Of