Re: [Wicket-user] Problem with PageableListView

2005-08-05 Thread Philip A. Chapman
Philip, To be fair, I think the problem has more to do with my ignorance of Wicket than a problem with the error message. I'm a new user, but am getting better. The error message did give me an idea of what was going on; the message in the mailing list just gave me a concrete way to fix it. Tha

Re: [Wicket-user] Problem with PageableListView

2005-08-04 Thread Phil Kulak
You should just say, "Use markup inheritance instead." in the error message. On 8/4/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > yes I agree, it seems to be a common problem for people migrating from > 1.0 to 1.1, which is why the exception message is like > > "If the root exception says s

Re: [Wicket-user] Problem with PageableListView

2005-08-04 Thread Juergen Donnerstag
yes I agree, it seems to be a common problem for people migrating from 1.0 to 1.1, which is why the exception message is like "If the root exception says something like "A child with id '_header' already exists" then you most likely forgot to override autoAdd() in your bordered page component." M

Re: [Wicket-user] Problem with PageableListView

2005-08-04 Thread Jesse Sightler
Should the exception perhaps include a message letting people know about this potential pitfall? Seems like a common problem...On 8/3/05, Philip A. Chapman <[EMAIL PROTECTED]> wrote: To anyone that comes across the same problem, I found the solution here:http://sourceforge.net/mailarchive/message.

Re: [Wicket-user] Problem with PageableListView

2005-08-03 Thread Philip A. Chapman
To anyone that comes across the same problem, I found the solution here: http://sourceforge.net/mailarchive/message.php?msg_id=12398585 Thanks, Philip A. Chapman wrote: > Everyone, > > I have been using Wicket 1.0.1. The application worked fine using > Firefox. However, I ran across the infin

[Wicket-user] Problem with PageableListView

2005-08-03 Thread Philip A. Chapman
Everyone, I have been using Wicket 1.0.1. The application worked fine using Firefox. However, I ran across the infinite loop bug when using RedirectPage and IE. I upgraded to 1.1.b2 hoping that it had been fixed. After upgradeing, however, on a page that I have that uses the PageableListView a