Thanks! it helped me a lot!
Type: Posts; User: weggyboy; Keyword(s):
Thanks! it helped me a lot!
Nice! thats exactly what I was searching for! thank you!;)
Problem solved adding a listener on the combobox.
Changing the selection, a itemEvent is fired and the listener
adds a new child form to the current.
Spring RCP is really nice!!! :D
Hello!
Have you solved your problem?
I am having the same requirement and would like to know, how to implement this. I´m not really understanding where I should override the method...
exactly what I needed!
thanks a lot!
regards
Wagner
thanks one more time Hugo!
I though I wouldn´t have any answer for this thread :rolleyes: ... so I used two independent forms called in 2 steps to solve this.
Now, to see if I understood...
Hey, Hugo!
I´ve solved this problem implementing a state machine, which shows diferent forms, depending on its state.
I guess my sokution is more clearlier arranged, because of the amount of...
Thank you very much, Hugo!
Your idea helps me a lot!
I´ll be trying to get it to work.
Best regards,
Wagner
Hello.
Does anybody know how to get a specific View from the application, so I can update it while giving data in an wizard form?
I was trying to implement the Observer pattern with the View...
Hello everybody!
Does anybody have any example or tip for how to add new Form fields after changing the selection in a combobox?
In my App (a Protegé ontology based application) I need to...
Hello! I have 2 questions about the Wizards:
1) Is there any way to intercept the the steps (pages changes) in a Wizard, so I could read the data the users are giving in? How?
2) If I use the...
I am very sorry to disappoint you Ali, but I´m not using OC4J.
My application is running also on a Tomcat Server.
Sorry...
Regards
Hi guys!
Thanks for the fast answers and tips!
As I said, the problem was not with the SSL certificates, then the contacts app has already being working.
I found the source of my problem and...
Hello!
have you people found any solution for this problem?
I´m having exactly the same problem, bur only on my Application. In the contacts App the acegi works perfectly.
Regards!
Wagner
Thanks katcu!
I´ve implemented a similar solution. The only diference is that I don´t handle the child Objects in the Controller but in my Service class.
My problem was namely with the IDs of the...
Hi Mike!
Thanks for your quick answer.
I understand the fact, that you can´t send the full code.
I would be glad, if you could send me the part of your controller, where you bind the form...
Hi!
would you be please so kind and send your controller code?
I´m having the same problem and don´t know how to solve it.
Thanks!
indeed mbeards, but I have a Collection of PropertyValues. This means, that many fields don´t have a name for the identification... how does it work??? do you know?
I´m sorry, if i´ve not being clear enough on this point, but you have made the right assumption jglynn. I want to bind the WorkstepPropertiesValues to the dynamic fields.:D
Thank you guys!
I was on vacancy in the last week and I couldn´t check my eMails from there, where I was. I will check your tips this week and see, if I get this problem solved.
I appreciate very...
Hi!
I´ve being searching for a solution and trying to solve my problem in the last 3 days, so it is not making fun anymore and I decided to get some help from you people. I hope you can help me......
Hello!
I´m having the same problem with my application.
Have you found any solution?
I would be very glad if you coukd help me.
Thanks!
I thank you very much, Kaj!
It was very nice of you giving me such a good explanation...
I´ve read the chapter 5 as you told me and than implemented my GenericPropertyEditor and it works now...
Hi!
I´m really newbie in the Spring scene and have some basic questions.
My problem now is to save a new instance of a class and the aggregated object, which is selected from a drop-down list...