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:
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
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
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
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]
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
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
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
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