Firefox : Refresh problem

2007-11-13 Thread pokkie
I seem to be having a refresh problem with the main page of my wicket application. I am displaying a number of panels that are wrapped in a ListView. The contents of each panel is build up from the database. If I refresh the page with either (F5 or clicking the refresh button, or holding down

Unit testing ListView

2007-09-12 Thread pokkie
istView with the listItem listView.populateItem(listItem); // Execute ajax event wicketTester.executeAjaxEvent("pathToLinkOnListView","onclick"); Would be greatful if somebody could advise me on how to proceed. Thanks, -- pokkie -- View this message in context: http://www.na

Re: AjaxFallbackLink inside ListView

2007-09-06 Thread pokkie
Worked like a charm, thanks Kent. You the same Kent Tong that wrote a online Tapestry book? Kent Tong wrote: > > > > pokkie wrote: >> >> My question is, how do I use this information to get the selected entity >> which represents a row in my listView? &

AjaxFallbackLink inside ListView

2007-09-05 Thread pokkie
see which element is at index 6 or is there another way? Regards, -- pokkie -- View this message in context: http://www.nabble.com/AjaxFallbackLink-inside-ListView-tf4389622.html#a12515472 Sent from the Wicket - User mailing list archive at

Re: Hibernate/Spring transaction problem

2007-08-29 Thread pokkie
//Maybe flush and refresh can be avoided... > getSession().flush(); > getSession().refresh(account); > return (Account) account; > } > > Hope this helps. > > > Ciao, > V. > > > On 8/29/07, pokkie <[EMAIL PROTECTED]> wrote: &g

Hibernate/Spring transaction problem

2007-08-29 Thread pokkie
data to the database. any thoughts? -- pokkie -- View this message in context: http://www.nabble.com/Hibernate-Spring-transaction-problem-tf4347663.html#a12386692 Sent from the Wicket - User mailing list archive at Nabbl

Re: RepeatingView : Removing a table row

2007-08-27 Thread pokkie
Carlos, I kind of got the code to work, but it doesn't feel right. Any help would be much appreciated 1. public void buildView() { 2. 3. final BookListView bookListView = new BookListView("bookListView", new ArrayList()); 4. 5. Button addBookButton = new

Re: RepeatingView : Removing a table row

2007-08-27 Thread pokkie
Item with a model, but afterwards the model is not being set on the view. >> And another remark: you can bind your checkbox to a boolean (see my >> example). I am already doing that ;) Regards, -- pokkie Carlos Pita-4 wrote: > > Hi, > > it worked fine for me, I a

RepeatingView : Removing a table row

2007-08-26 Thread pokkie
t it seems that after calling the remove() method, it seems to be entering a loop and never returns. I have tried to call the render() method, but haven't had any luck yet. Any help would be much appreciated -- pokkie -- View this message in context: http://www.nabble.com/RepeatingView-%3A-

RepeatingView : Removing a table row

2007-08-26 Thread pokkie
t it seems that after calling the remove() method, it seems to be entering a loop and never returns. I have tried to call the render() method, but haven't had any luck yet. Any help would be much appreciated -- pokkie -- View this message in context: http://www.nabble.com/RepeatingView-%3A-

wicket-spring Javadoc

2007-08-06 Thread pokkie
Could somebody please point me to the location of the javadoc/api for the wicket.spring package? -- pokkie -- View this message in context: http://www.nabble.com/wicket-spring-Javadoc-tf4223609.html#a12014729 Sent from the Wicket - User mailing list archive at Nabble.com