Hi,
i'm trying to execute this query :
this.getHibernateTemplate()
find("select distinct ci.customer " +
"from CustomerInvoice ci " +
"where ci.id in (?) "...
Type: Posts; User: hipparco; Keyword(s):
Hi,
i'm trying to execute this query :
this.getHibernateTemplate()
find("select distinct ci.customer " +
"from CustomerInvoice ci " +
"where ci.id in (?) "...
Salvatore,
is this patch in the repository now ?
could you include it into maven to take a look on it?
thanx
addPasswordFieldAndLabel("password", 1);
not working !!
i cannot type in the password field, the loginForm (the one shipped with rcp) it's also not working
I think the problem is in FormLayoutBuilder (a bug ?), because if i use:
TableFormBuilder infoBuilder = new TableFormBuilder(getBindingFactory());
infoBuilder.addPasswordField("password");
...
I'm using 1.1.0 version
Hi,
i've created several forms, but when i put a password field into a form, the letter typed doesn't appear in the field (i mean NOTHING APPEARS, event * characters).
i happens in my form and...
thank you it works nicely now
hi all i have an object derived from abstractObjectTable, when executed the data appears but NO HEADER APPEARS !!
any tip?
package com.isthari.management.table.invoicer;
import...
hi all,
i'm using spring security to secure my domain object (logic bean).
the problems come when i try to junit test the security (without servlet container)
mi context
...
...
hi all,
i've created an integration test (junit) that uses a spring context, ok every thing works fine.
but now i want to execute the same test against a different application context due to...
Hi,
I've a dynamic domain object stored in a map, is there any way to use in a FormModel ???
Thanks
Perhaps a modification on CommandGroupFactoryBean,
on initCommandGroupMembers add the following:
else if (o instanceof AbstractControlFactory ){
AbstractControlFactory acf =...
is there any one to include in the toolbar a class that extends AbstractControlFactory ???
I've tryed it without success.
Problema solved,
in previous versions of RCP i used spring-binding 1.0-rc3, but with version 1.0.0 of RCP it doesn't work correctly.
The problem was solved moving to spring-binding 1.0.
Is a...
Hi all,
I've recently upgrade to version 1.0.0.
It seams like trying to create an object of abstract type (ListModel)
i've a comboboxbinding (bases on petclinic) that works perfectly, and in...
Hi all,
Is there any way to put a TargetableActionCommand directly in the menBar ??? So the user could click directly not entering a menu.
i've tried it but the results are not very good.
...
I've the some issue with jdk 1.6 and jdk 1.7 but not with jdk 1.5
anyone has a sollution ????
i agree with you, RCP works fine, but it's an alfa version and a mayor refactoring it's needed.
Is the time for a wish list for the new version???
- Modular, perhaps with OSGI
- Better...
Thank you,
formModel.getValueModel("classroom.schoolYear").addValueChangeListener works fine.
But, why doesn't the following work ?????
formModel.addPropertyChangeListener(...
The...
Hi all,
I'm trying to create a doble combobox in a form, example:
-country selecion
-state selection (based on country selection).
I have create to binders:
-One simple combobox binder for...
Hi all,
I'm using spring applicationEvent system to propagate events to my application. In the following situation, every thing works fine:
But when i define bean2 as a inner bean, the...
Acegi looks really hard for me.
I'm trying to protect a bean on the server side, that's called by a httpInvoker from the client side.
I've look at the petclinic sample, and i have configured a...
hi all,
i'm trying to configure my security according to petclinic server example. But i have a problem, i cannot manage to find out where the security contraints for each bean/operation are...
Hi all,
I'm using a DecoratedControlBinding with a combobox to add a button to open a dialog box.
But doing this, the autocompletion of combobox doesn't work, although i'm using...
Hi all,
Is there any support of the WSRF in spring?
Web Service Resource Framework is the standard for stateful WebService management.
I'm very interesting in this area, and i would like...