Re: Debugging error

2012-04-04 Thread SudeepShakya
I have attached the files. http://apache-wicket.1842946.n4.nabble.com/file/n4531058/Votes.java Votes.java http://apache-wicket.1842946.n4.nabble.com/file/n4531058/VoteEditForm.java VoteEditForm.java http://apache-wicket.1842946.n4.nabble.com/file/n4531058/VoteCollection.java VoteCollection.java

RE: Debugging error

2012-04-04 Thread Michal Wegrzyn
@wicket.apache.org Subject: Re: Debugging error I have attached the files. http://apache-wicket.1842946.n4.nabble.com/file/n4531058/Votes.java Votes.java http://apache- wicket.1842946.n4.nabble.com/file/n4531058/VoteEditForm.java VoteEditForm.java http://apache- wicket.1842946.n4.nabble.com/file/n4531058

Re: Debugging error

2012-04-04 Thread Martin Grigorov
...@live.com] Sent: Wednesday, April 04, 2012 8:20 To: users@wicket.apache.org Subject: Re: Debugging error I have attached the files. http://apache-wicket.1842946.n4.nabble.com/file/n4531058/Votes.java Votes.java http://apache- wicket.1842946.n4.nabble.com/file/n4531058/VoteEditForm.java

RE: Debugging error

2012-04-04 Thread Michal Wegrzyn
-Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, April 04, 2012 9:41 To: users@wicket.apache.org Subject: Re: Debugging error On Wed, Apr 4, 2012 at 9:37 AM, Michal Wegrzyn michal.wegr...@onior.com wrote: Look at VoteEditForm constructor

Re: Debugging error

2012-04-04 Thread Martin Grigorov
On Wed, Apr 4, 2012 at 9:53 AM, Michal Wegrzyn michal.wegr...@onior.com wrote: -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, April 04, 2012 9:41 To: users@wicket.apache.org Subject: Re: Debugging error On Wed, Apr 4, 2012 at 9:37 AM, Michal

Re: Debugging error

2012-04-04 Thread SudeepShakya
Hello guys don't fight each other. What's the conclusion ?? I am using wicket 1.5.3 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4531245.html Sent from the Users forum mailing list archive at Nabble.com.

RE: Debugging error

2012-04-04 Thread Michal Wegrzyn
We did not fight each other... We fought with your code! Best regards, Michal Wegrzyn -Original Message- From: SudeepShakya [mailto:shakyasud...@live.com] Sent: Wednesday, April 04, 2012 10:35 To: users@wicket.apache.org Subject: Re: Debugging error Hello guys don't fight each

RE: Debugging error

2012-04-04 Thread SudeepShakya
Ok, very well. U said that there is null in the constructor, what's that, I don't understand. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4531271.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Debugging error

2012-04-03 Thread Martin Grigorov
Hi, It means that you use something like: new PropertyModel(object, date), and 'object' is null, so you cannot set its 'date' property. On Wed, Apr 4, 2012 at 6:03 AM, SudeepShakya shakyasud...@live.com wrote: What may be the cause for this error : WicketMessage: Attempted to set property

Re: Debugging error

2012-04-03 Thread SudeepShakya
I used CompoundPropertyModel in form. Sir I am creating a form which takes inputs from the user and compares the values to the database and displays the required data from database. For this, I have created a class(containing only getters and setters) , a class for form, and a class for displaying

Re: Debugging error

2012-04-03 Thread Martin Grigorov
Show some code On Wed, Apr 4, 2012 at 7:19 AM, SudeepShakya shakyasud...@live.com wrote: I used CompoundPropertyModel in form. Sir I am creating a form which takes inputs from the user and compares the values to the database and displays the required data from database. For this, I have