PropertyModel not refreshing

2011-10-06 Thread Zeldor
/PropertyModel-not-refreshing-tp3877389p3877389.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: PropertyModel not refreshing

2011-10-06 Thread Sven Meier
-wicket.1842946.n4.nabble.com/PropertyModel-not-refreshing-tp3877389p3877389.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: PropertyModel not refreshing

2011-10-06 Thread Zeldor
Why would there be a difference between local and deployed versions? And won't it negatively affect performance? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PropertyModel-not-refreshing-tp3877389p3877621.html Sent from the Users forum mailing list archive

Re: PropertyModel not refreshing

2011-10-06 Thread Sven Meier
: Why would there be a difference between local and deployed versions? And won't it negatively affect performance? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PropertyModel-not-refreshing-tp3877389p3877621.html Sent from the Users forum mailing list archive

Re: PropertyModel not refreshing

2011-10-06 Thread Zeldor
Thanks, I will give it a try :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PropertyModel-not-refreshing-tp3877389p3877636.html Sent from the Users forum mailing list archive at Nabble.com

Re: PropertyModel Not Refreshing

2010-10-12 Thread Igor Vaynberg
1:41 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing The attachment didn't make it, Can you try to extract out the relevant part and creates a quickstart project that actually reproduces your issue? On Fri, Oct 8, 2010 at 1:41 PM, Shelli Orton [via Apache Wicket

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
, October 08, 2010 1:41 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing The attachment didn't make it, Can you try to extract out the relevant part and creates a quickstart project that actually reproduces your issue? On Fri, Oct 8, 2010 at 1:41 PM, Shelli Orton [via

Re: PropertyModel Not Refreshing

2010-10-12 Thread Igor Vaynberg
(RecordB recordB, int index) { return recordB.getName(); } } } Shelli -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, October 12, 2010 10:38 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
: Re: PropertyModel Not Refreshing On Tue, Oct 12, 2010 at 10:30 AM, Shelli Orton shelli.or...@sjrb.ca wrote: Thanks for the help.  Your changes got rid of the errors and I can delete records now (and the list is updated). However, once a record has been selected for edit and either saved

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
problems? Shelli -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, October 12, 2010 11:35 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing On Tue, Oct 12, 2010 at 10:30 AM, Shelli Orton shelli.or...@sjrb.ca wrote

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
with my problems? Shelli -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, October 12, 2010 11:35 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing On Tue, Oct 12, 2010 at 10:30 AM, Shelli Orton shelli.or...@sjrb.ca wrote

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
-Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 11:52 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing No dont think so.. Please provide a quickstart.. I have had property models working in 1.2, 1.3

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
, 2010 11:58 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing sorry.. Did'nt see it attached.. So did igor provide you with an fixed quickstart (working on his system).. That did not work on glassfish? 2010/10/12 Shelli Orton shelli.or...@sjrb.ca The quickstart was sent

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 11:52 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing No dont think so.. Please provide a quickstart.. I have had property models working in 1.2, 1.3, 1.4 and 1.5 so must

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
server doing some caching, but honestly, I'm grasping at straws. Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 11:58 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing sorry.. Did'nt see

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
the tabs correctly. Eventually it's where recordBs will be CRUDed. Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 12:19 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing I can confirm the edit

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
@wicket.apache.org Subject: Re: PropertyModel Not Refreshing No dont think so.. Please provide a quickstart.. I have had property models working in 1.2, 1.3, 1.4 and 1.5 so must be error 42:) 2010/10/12 Shelli Orton shelli.or...@sjrb.ca Hi, Thanks for file. Your first email was missing

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
[mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 12:10 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing in your add button you call setSelectedRecordA(new RecordA()) but never notify the model that a change has occured... 2010/10/12 nino martinez wael nino.martinez.w

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
, October 12, 2010 11:52 AM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing No dont think so.. Please provide a quickstart.. I have had property models working in 1.2, 1.3, 1.4 and 1.5 so must be error 42:) 2010/10/12 Shelli Orton shelli.or...@sjrb.ca Hi

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
/frameworks, but perhaps it's not correct in Wicket... Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 3:00 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing Think I was going in the wrong direction

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
: Re: PropertyModel Not Refreshing in your add button you call setSelectedRecordA(new RecordA()) but never notify the model that a change has occured... 2010/10/12 nino martinez wael nino.martinez.w...@gmail.com hmm getting a lot of errors on the services not implementing serialization

RE: PropertyModel Not Refreshing

2010-10-12 Thread Shelli Orton
to look at this and at least confirming that there is an issue (and it's not just in my mind). Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 3:26 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
at this and at least confirming that there is an issue (and it's not just in my mind). Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 3:26 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing going

Re: PropertyModel Not Refreshing

2010-10-12 Thread Igor Vaynberg
I've done in other applications/frameworks, but perhaps it's not correct in Wicket... Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 3:00 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing

Re: PropertyModel Not Refreshing

2010-10-12 Thread nino martinez wael
in Wicket... Shelli -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Tuesday, October 12, 2010 3:00 PM To: users@wicket.apache.org Subject: Re: PropertyModel Not Refreshing Think I was going in the wrong direction.. Looking

RE: PropertyModel Not Refreshing

2010-10-08 Thread Shelli Orton
@wicket.apache.org Subject: Re: PropertyModel Not Refreshing you have posted an incomplete piece of code and somehow from that we are supposed to guess what is not working? create a quickstart and provide that. -igor On Thu, Oct 7, 2010 at 10:15 AM, Shelli Orton shelli.or...@sjrb.ca wrote: Does nobody have any

Re: PropertyModel Not Refreshing

2010-10-08 Thread jcgarciam
=nodenode=2968688i=0] Sent: Thursday, October 07, 2010 11:27 AM To: [hidden email] http://user/SendEmail.jtp?type=nodenode=2968688i=1 Subject: Re: PropertyModel Not Refreshing you have posted an incomplete piece of code and somehow from that we are supposed to guess what is not working? create

RE: PropertyModel Not Refreshing

2010-10-07 Thread Shelli Orton
@wicket.apache.org Subject: PropertyModel Not Refreshing Hi, First, thanks to all who have been helping me as I am new to Wicket. I am splitting out two issues I am dealing with to try to keep things clear. I am trying to write a simple app that does CRUD operations on database records. The goal

Re: PropertyModel Not Refreshing

2010-10-07 Thread Igor Vaynberg
going to have to write the app in another framework (possibly GWT) and I'd really rather not have to do that. Shelli -Original Message- From: Shelli Orton Sent: Wednesday, October 06, 2010 3:52 PM To: users@wicket.apache.org Subject: PropertyModel Not Refreshing Hi, First

Re: PropertyModel Not Refreshing

2010-10-07 Thread jcgarciam
PM To: [hidden email] http://user/SendEmail.jtp?type=nodenode=2967225i=0 Subject: PropertyModel Not Refreshing Hi, First, thanks to all who have been helping me as I am new to Wicket. I am splitting out two issues I am dealing with to try to keep things clear. I am trying to write

PropertyModel Not Refreshing

2010-10-06 Thread Shelli Orton
Hi, First, thanks to all who have been helping me as I am new to Wicket. I am splitting out two issues I am dealing with to try to keep things clear. I am trying to write a simple app that does CRUD operations on database records. The goal is for the app to make use of a tab panel where each