It might be difficult for me to produce a reliable test case for this as it seems to happen only in some environments. The same project checked out on one machine works and another 2 it doesn't. I will continue to attempt to isolate the circumstances but I suspect its one of those nasty 'order-of-events' type of problem.
igor.vaynberg wrote: > > i think this is due to our latest url refactor. please create a jira issue > and attach markup/html or a quickstart that reproduces the problem. > > -igor > > > On 5/11/07, John RDF <[EMAIL PROTECTED]> wrote: >> >> >> I am currently getting markup exceptions that were OK in 1.2.6. The login >> panel component does exist as a div in the html and worked fine before. >> What >> worries me is that the component thinks its id is >> "-relative_path_prefix1" >> not "login". Where did this come from? >> >> Unable to find component with id 'login' in [MarkupContainer [Component >> id >> = >> -relative_path_prefix1, page = >> com.rdf.datacol.tenantchecker.presentation.brochureware.Home, path = >> 1:_<body>:-relative_path_prefix1.WebMarkupContainer, isVisible = true, >> isVersioned = true]]. This means that you declared wicket:id=login in >> your >> markup, but that you either did not add the component to your page at >> all, >> or that the hierarchy does not match. >> >> Any pointers? >> >> -- >> View this message in context: >> http://www.nabble.com/Id-is-%22-relative_path_prefix1%22-after-upgrade-to-1.3-snapshot-tf3727626.html#a10432612 >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/Id-is-%22-relative_path_prefix1%22-after-upgrade-to-1.3-snapshot-tf3727626.html#a10601132 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
