Re: adding items dynamically to ListView

2011-06-08 Thread wmike1...@gmail.com
container container.setOutputMarkupId(true); ajax onClick() { target.addComponent(container) } add(container) } Makes sense. Thanks for all the help -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListView-tp3580840p3582682.html Sent from the U

Re: adding items dynamically to ListView

2011-06-08 Thread wmike1...@gmail.com
Incidents new+ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListView-tp3580840p3582606.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: adding items dynamically to ListView

2011-06-07 Thread James Carman
gt; > > I've confirmed that the model is being updated. The component is still not > being redrawn. > > -- > View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListView-tp3580840p3580990.html > Sent from the Users forum maili

Re: adding items dynamically to ListView

2011-06-07 Thread wmike1...@gmail.com
ent is still not being redrawn. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListView-tp3580840p3580990.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: adding items dynamically to ListView

2011-06-07 Thread Martin Grigorov
st(list); listView.modelChanged(); target.addComponent(listView); >             } > } > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListView-tp3580840p3580846.html > Sent from the Users forum mailing list archive at Nabble.com. > >

Re: adding items dynamically to ListView

2011-06-07 Thread wmike1...@gmail.com
.setAction("action"); inc.setDescription("whatever description"); list.add(0, inc); bean.setIncList(list); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListVi

adding items dynamically to ListView

2011-06-07 Thread wmike1...@gmail.com
variable "bean" is the object which backs the propertyModel. The ListView doesn't appear to be refreshing with the new item I put in the list. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-items-dynamically-to-ListView-tp3580840p3580840.html