That is what I tought about too, but I'm new to this, so I wanted to be sure.
Type: Posts; User: Stef102; Keyword(s):
That is what I tought about too, but I'm new to this, so I wanted to be sure.
Hello :)
When you try to save the child first before updating the parent, does that work?
Ok, thanks again for the answer!
Anyway, I will stay subscribed to this thread, so if there's any question left, i will see it :)
Hello,
Thank you for your reply! I had a closer look to my XML file, and managed to solve my problem. It was the fact that the objects passed in the XML file were of type "users" instead of...
Hello Everyone
I'm trying to create an android application that would connect on a server to get and post information about Events and the Users that can create the events.
I implemented a...
Hello everyone,
I'm almost new to Spring (second project), so i'm sorry if my questions are stupid.
I'll start with a little explanation of what i want to do : I want to develop an...
Thanks for your help, I finally got it to work!
I did like you suggested and created a new class named QuestionForm containing a question (String question) ans a list of answers (List<String>...
Hello, thanks for your answer!
I have been thinking about using collections, and now I'm trying to solve my problems following this link ==> http://mattfleming.com/node/134?page=1
But the...
Hello everyone,
I have some issues with the project i'm working on.
I want to display a page which allows to insert a poll (a question, with several possible answers). When the question is...