[T5] integrating Dojo

2008-08-17 Thread Andy Pahne
Hi, I wanted to integrate a Dojo widget (TabPane) into a T5 page. I simply copied a Dojo example into an existing page, but there seems to be a clash between prototype and dojo. Firebug reports: [Exception... "'Error: Bundle not found: loading in dijit , locale=en-us' when calling method:

Re: Beanedit problem - book example

2008-08-17 Thread Andy Pahne
I have the same problem. Unfortunately I cannot add the @Inject annotation to the class in question, because it is a company wide library and their maintainers rejected to add web related annotations to the companies core business objects. The only solution that came to my mind was using a

Re: Beanedit problem - book example

2008-08-17 Thread Howard Lewis Ship
There's another option; you can contribute to the ApplicationStateManager service, providing an ApplicationStateCreator for your bean. On Sun, Aug 17, 2008 at 2:04 AM, Andy Pahne <[EMAIL PROTECTED]> wrote: > > I have the same problem. Unfortunately I cannot add the @Inject annotation > to the cla

Re: Beanedit problem - book example

2008-08-17 Thread Howard Lewis Ship
I'm sorry, that was not accurate. The BeanEditForm component fires a prepare event. You can supply an onPrepare() event handler method that can instantiate the bean as you see fit. This bypasses the logic inside BeanEditForm to instantiate the bean for you. On Sun, Aug 17, 2008 at 6:12 AM, Howa

What's the difference between chenille kit and t5-components ?

2008-08-17 Thread Hugo Palma
Also, why isn't there any information on how to download chenille kit ? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

t:errors in a zone

2008-08-17 Thread Markus Joschko
Hi all, is the error handling for a form within a zone working? I have a form configured in a zone like this: . On the server I have an onValidateForm method which adds a custom error to the form and returns false to prevent event bubbling. Now I wo

Re: t:errors in a zone

2008-08-17 Thread Thiago H. de Paula Figueiredo
Em Sun, 17 Aug 2008 15:00:17 -0300, Markus Joschko <[EMAIL PROTECTED]> escreveu: Hi all, is the error handling for a form within a zone working? I have a form configured in a zone like this: . In you onValidateFromForm() method, you should ret

T5: Form Field from an embedded component

2008-08-17 Thread Chris Lewis
Hello list, I have a page that has a form component, and in the form is another component "contactinfo." This component is basically a custom editor for a contact bean. In the page I must do some custom validation on the server side, and in at least one instance I want to record an error on a fiel

Re: On $content$ again

2008-08-17 Thread Alex Kotchnev
Ivan, thank you for offering your suggestion, indeed the solution you propose for this particular case is straightforward enough and solves the problem. I guess the reason that I was bringing this up for consideration (despite it being discussed in the past), is that the lack of $content$ e