cant really tell you its a bug until i see what you do inside a quickstart...
-igor On 9/28/07, Atzanteol <[EMAIL PROTECTED]> wrote: > > > I'd like to, but I'm afraid I don't have the time ATM. Is this a bug > then? > Should it work the way I expect? > > I'm also having an issue with a Panel and a Page sharing a model for a > form > (part of the form is to display in the main page with part of it in the > Panel). The Panel doesn't seem to use the model passed to it... > > > igor.vaynberg wrote: > > > > mind creating a quickstart and attaching it to jira? > > > > -igor > > > > > > On 9/27/07, Atzanteol <[EMAIL PROTECTED]> wrote: > >> > >> > >> I have a page that uses a DataView to display a 'search results' page. > >> Within each line I need to have a collapsible box that displays more > >> information about the search result. > >> > >> I created a Border object that collapses fine (based off an example > from > >> _Pro Wicket_) when in a simple example, but when it's within the > DataView > >> wicket complains that the Border control can't be found > >> (wicket.markup.MarkupException: Unable to find component with id > >> 'collapsibleBorder' ). > >> > >> Can a Border be used within a DataView? I tried the Border to both the > >> page > >> and the DataView and neither works. If this won't work is there > another > >> way? > >> > >> The DataView works fine alone, and the Border works fine alone. It's > >> only > >> when the Border is part of the DataView that I run into issues. > >> > >> My HTML looks similar to this: > >> <table border="1"> > >> <tr wicket:id="searchResults"> > >> <td> > >> <table> > >> <tr> > >> <td>More info:</td> > >> <td> > >> > >> <!-- moreInfo is returned by the > >> DataView --> > >> [More Info] > >> > >> </td> > >> </tr> > >> </table> > >> </td> > >> </tr> > >> </table> > >> -- > >> View this message in context: > >> http://www.nabble.com/Border-within-a-DataView-tf4530616.html#a12928907 > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Border-within-a-DataView-tf4530616.html#a12942077 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
