Hi all,
now I have found a workaround to the previous Post.
form.getMastTable().addPropertyChangeListener(new PropertyChangeListener() {
public void...
Type: Posts; User: divo; Keyword(s):
Hi all,
now I have found a workaround to the previous Post.
form.getMastTable().addPropertyChangeListener(new PropertyChangeListener() {
public void...
Hi all,
I have a problem with Master/Detail Form. I use a FormObjectChangeListener, but it don't notify me from changes in the Objectdata, eg. add a new Record or delete a Record. I have also...
Hi Benoit,
thanks for your suggestion. It works fine.
divo
Hi all,
I use a Master/Detail in a Splitpane. If I do the form.commit(), I always get Errors from Hibernate. Can anyone please give me a hint, what I make wrong? How I have to do this correctly?
...
Hi all,
I want to edit reportparameters on a form with changing meaning depending on the report. I can set the label-properties in my messages.xml. But these are fix settings and I need to change...
Hi all,
I have a problem to add some values of an array to TableFormBuilder. The error is: "Invalid property 'parameter[0]' of bean class [businessobjects.Report]: No property 'parameter[0]'...
Hi Larry,
yes, of course, I have done mvt install. The Software was downloaded from cvs during install and compiled succesfull. But if I want to create an empty project with the archetype, mvt...
Hello,
if I try the following command, I get an error, that the archetype was not found:
command:
mvn archetype:create -DarchetypeGroupId=org.springframework.richclient...