Re: Form event order issues

2008-07-06 Thread Udo Abel
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

Messages , ResourceBundle & UTF-8 encoding

2008-07-06 Thread Antonio Fernández - STAR Málaga
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

Re: [T5] Handling an event from an embedded component

2008-07-06 Thread Robert Zeigler
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

Re: [T4.1.5] RadioGroup EventListener doesn't work

2008-07-06 Thread Marcus Schulte
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

beaneditform set parameter to null if the field is set readonly

2008-07-06 Thread vzhou
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

Re: how to i trap every class that loaded?

2008-07-06 Thread Sven Homburg
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

how to i trap every class that loaded?

2008-07-06 Thread Tan [EMAIL PROTECTED]
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]