Re: [appfuse-user] Need some struts explanation

2007-05-10 Thread Volcan
Ok, made some progress... When adding the id as hidden field , my new object is no longer null but it contains the id's !! One more problem though : my object UserPronostiek newuserPronostiek; contains a set with details :private Set pronostiekDetals = new HashSet(); I wanna fill these from

Re: [appfuse-user] Need some struts explanation

2007-05-10 Thread Volcan
I fill this object in my action, and the forward to a jsp page. Next time i submit my form , this object is gone. I can pass id's as a hidden field. But I can't iterate over a set and put a set of radiobuttons in that !!! tibi-3 wrote: > > just had a quick look do you have a hidden field

Re: [appfuse-user] Need some struts explanation

2007-05-10 Thread tibi
just had a quick look do you have a hidden field holding the id of the object? you should have a filled in object in your action. tibi Volcan wrote: Hello everybody, I need some help on my struts 2 application. I have 1 action with 2 methods in it : load and save When clicking, it executes

[appfuse-user] Need some struts explanation

2007-05-10 Thread Volcan
Hello everybody, I need some help on my struts 2 application. I have 1 action with 2 methods in it : load and save When clicking, it executes the action and the load method, depending on what it does, it forwards to a jsp : /WEB-INF/pages/currentQuiz.jsp /WEB