Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Matej Knopp
Sorry, never mind. Wrong mail :)

-Matej

Matej Knopp wrote:
> Per Ejeklint wrote:
>> I'm using 1.2-SNAPSHOT and the problem persists. No big deal, now that I 
>> have a workaround. :)
> What kind of workaround if I may ask?
> 
> -Matej
>> /Per
>>
>> 10 sep 2006 kl. 23.25 skrev Frank Bille:
>>
>>> Hehe I could try. I just have to read about a little bit. Haven't 
>>> really looked into it. Give me until tuesday then
>>>
>>> Frank
>>>
>>>
>>> On 9/10/06, *Matej Knopp * <[EMAIL PROTECTED] > 
>>> wrote:
>>>
>>> Heh, I'm not even sure, but I guess not. I'm way too busy lately :(
>>> Maybe frankbille could have a look at that?
>>>
>>> -Matej
>>>
>>> Igor Vaynberg wrote:
>>> > did you fix it already in wicket-1.x?
>>> >
>>> > -Igor
>>> >
>>> >
>>> > On 9/10/06, *Matej Knopp* < [EMAIL PROTECTED]
>>>  >> >> wrote:
>>> >
>>> > Yes,
>>> >
>>> > this bug is in 1.2.2 only, happened during backporting it seems.
>>> > Easiest solution (workaround) I can think of is to add empty
>>> > WebMarkupContainer and add the header contributor there.
>>> >
>>> > -Matej
>>> >
>>> > Igor Vaynberg wrote:
>>> >  > i think this is a known header contributor bug in 1.2.2 -
>>> headers are
>>> >  > contributed only once.
>>> >  >
>>> >  > -Igor
>>> >  >
>>> >  > On 9/10/06, *Per Ejeklint* < [EMAIL PROTECTED]
>>> 
>>> > mailto:[EMAIL PROTECTED]>>
>>> 
>>> > >> >  > wrote:
>>> >  >
>>> >  > OK, I solved it but am not sure what I did wrong at
>>> first.
>>> >  >
>>> >  > My MainPage contains AjaxTabbedPanels, and each panel
>>> > contains forms
>>> >  > or tables.
>>> >  >
>>> >  > In my MainPage I added style with
>>> >  >
>>> >  > add(new
>>> HeaderContributor.CSSHeaderContributor("tabs.css" ));
>>> >  >
>>> >  > but after clicking on a table header in a sortable
>>> table (from
>>> >  > Databinder), the rendered page lost the link to tabs.css.
>>> >  >
>>> >  > Removing the HeaderContributor and replace it with
>>> >  >
>>> >  > 
>>> >  > 
>>> >  > 
>>> >  >
>>> >  > fixed it. Now my page looks nice again. :-)
>>> >  >
>>> >  > Is there an explanation for this or can it be a bug?
>>> I'm using
>>> >  > 1.2-SNAPSHOT .
>>> >  >
>>> >  > /Per
>>> >  >
>>> >  >
>>> >  > 9 sep 2006 kl. 23.43 skrev Per Ejeklint:
>>> >  >
>>> >  > Yes, I have those in place, so something else is
>>> going on...
>>> >  >
>>> >  >
>>> >  > 9 sep 2006 kl. 23.30 skrev Igor Vaynberg:
>>> >  >
>>> >  >> make sure you have all the necessary styles for the link
>>> > implemented
>>> >  >>
>>> >  >> namely th.wicket_orderDown/Up/None
>>> >  >>
>>> >  >> -Igor
>>> >  >>
>>> >  >>
>>> >  >> On 9/9/06, *Per Ejeklint* < [EMAIL PROTECTED]
>>> 
>>> > >
>>> >  >> 
>>> >> >  >>
>>> >  >> I have a page with a few AjaxTabbedPanels. Two
>>> contains
>>> >  >> TreeTables and renders just fine. One contains a
>>> DataTable
>>> >  >> with a HeadersToolbar for sorting. This panel
>>> renders fine
>>> >  >> when first entered, but when I click on a header to
>>> > sort, the
>>> >  >> CSS styling for the enclosing tab-row breaks.
>>> It's styling
>>> >  >> falls back to regular links in an "ul". I don't know
>>> > where to
>>> >  >> start, so can anyone give me tips on where to put my
>>> >  >> bug-finding loupe at first?
>>> >  >>
>>> >  >> /Per
>>> >  >>
>>> >  >
>>> >  >
>>> >
>>> 
>>> -
>>> >
>>> >  >
>>> >  > Using Tomcat but need to do more? Need to support web
>>> services,
>>> >  > security?
>>> >  > Get stuff done quickly with pre-integrated technology
>>> to make
>>> > your
>>> >  > job easier
>>> >  >  

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Matej Knopp
Per Ejeklint wrote:
> I'm using 1.2-SNAPSHOT and the problem persists. No big deal, now that I 
> have a workaround. :)
What kind of workaround if I may ask?

-Matej
> 
> /Per
> 
> 10 sep 2006 kl. 23.25 skrev Frank Bille:
> 
>> Hehe I could try. I just have to read about a little bit. Haven't 
>> really looked into it. Give me until tuesday then
>>
>> Frank
>>
>>
>> On 9/10/06, *Matej Knopp * <[EMAIL PROTECTED] > 
>> wrote:
>>
>> Heh, I'm not even sure, but I guess not. I'm way too busy lately :(
>> Maybe frankbille could have a look at that?
>>
>> -Matej
>>
>> Igor Vaynberg wrote:
>> > did you fix it already in wicket-1.x?
>> >
>> > -Igor
>> >
>> >
>> > On 9/10/06, *Matej Knopp* < [EMAIL PROTECTED]
>>  > >> wrote:
>> >
>> > Yes,
>> >
>> > this bug is in 1.2.2 only, happened during backporting it seems.
>> > Easiest solution (workaround) I can think of is to add empty
>> > WebMarkupContainer and add the header contributor there.
>> >
>> > -Matej
>> >
>> > Igor Vaynberg wrote:
>> >  > i think this is a known header contributor bug in 1.2.2 -
>> headers are
>> >  > contributed only once.
>> >  >
>> >  > -Igor
>> >  >
>> >  > On 9/10/06, *Per Ejeklint* < [EMAIL PROTECTED]
>> 
>> > mailto:[EMAIL PROTECTED]>>
>> 
>> > > >  > wrote:
>> >  >
>> >  > OK, I solved it but am not sure what I did wrong at
>> first.
>> >  >
>> >  > My MainPage contains AjaxTabbedPanels, and each panel
>> > contains forms
>> >  > or tables.
>> >  >
>> >  > In my MainPage I added style with
>> >  >
>> >  > add(new
>> HeaderContributor.CSSHeaderContributor("tabs.css" ));
>> >  >
>> >  > but after clicking on a table header in a sortable
>> table (from
>> >  > Databinder), the rendered page lost the link to tabs.css.
>> >  >
>> >  > Removing the HeaderContributor and replace it with
>> >  >
>> >  > 
>> >  > 
>> >  > 
>> >  >
>> >  > fixed it. Now my page looks nice again. :-)
>> >  >
>> >  > Is there an explanation for this or can it be a bug?
>> I'm using
>> >  > 1.2-SNAPSHOT .
>> >  >
>> >  > /Per
>> >  >
>> >  >
>> >  > 9 sep 2006 kl. 23.43 skrev Per Ejeklint:
>> >  >
>> >  > Yes, I have those in place, so something else is
>> going on...
>> >  >
>> >  >
>> >  > 9 sep 2006 kl. 23.30 skrev Igor Vaynberg:
>> >  >
>> >  >> make sure you have all the necessary styles for the link
>> > implemented
>> >  >>
>> >  >> namely th.wicket_orderDown/Up/None
>> >  >>
>> >  >> -Igor
>> >  >>
>> >  >>
>> >  >> On 9/9/06, *Per Ejeklint* < [EMAIL PROTECTED]
>> 
>> > >
>> >  >> 
>> > >  >>
>> >  >> I have a page with a few AjaxTabbedPanels. Two
>> contains
>> >  >> TreeTables and renders just fine. One contains a
>> DataTable
>> >  >> with a HeadersToolbar for sorting. This panel
>> renders fine
>> >  >> when first entered, but when I click on a header to
>> > sort, the
>> >  >> CSS styling for the enclosing tab-row breaks.
>> It's styling
>> >  >> falls back to regular links in an "ul". I don't know
>> > where to
>> >  >> start, so can anyone give me tips on where to put my
>> >  >> bug-finding loupe at first?
>> >  >>
>> >  >> /Per
>> >  >>
>> >  >
>> >  >
>> >
>> -
>> >
>> >  >
>> >  > Using Tomcat but need to do more? Need to support web
>> services,
>> >  > security?
>> >  > Get stuff done quickly with pre-integrated technology
>> to make
>> > your
>> >  > job easier
>> >  > Download IBM WebSphere Application Server v.1.0.1
>> based on Apache
>> >  > Geronimo
>> >  >
>> >
>> 
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=26305

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Per Ejeklint
I'm using 1.2-SNAPSHOT and the problem persists. No big deal, now that I have a workaround. :)/Per10 sep 2006 kl. 23.25 skrev Frank Bille:Hehe I could try. I just have to read about a little bit. Haven't really looked into it. Give me until tuesday thenFrankOn 9/10/06, Matej Knopp  <[EMAIL PROTECTED]> wrote:Heh, I'm not even sure, but I guess not. I'm way too busy lately :( Maybe frankbille could have a look at that?-MatejIgor Vaynberg wrote:> did you fix it already in wicket-1.x?>> -Igor>>> On 9/10/06, *Matej Knopp* < [EMAIL PROTECTED] [EMAIL PROTECTED]>> wrote:>> Yes,>> this bug is in 1.2.2 only, happened during backporting it seems.> Easiest solution (workaround) I can think of is to add empty > WebMarkupContainer and add the header contributor there.>> -Matej>> Igor Vaynberg wrote:>  > i think this is a known header contributor bug in 1.2.2 - headers are >  > contributed only once.>  >>  > -Igor>  >>  > On 9/10/06, *Per Ejeklint* < [EMAIL PROTECTED]> [EMAIL PROTECTED]> [EMAIL PROTECTED]> [EMAIL PROTECTED]  > wrote: >  >>  > OK, I solved it but am not sure what I did wrong at first.>  >>  > My MainPage contains AjaxTabbedPanels, and each panel> contains forms >  > or tables.>  >>  > In my MainPage I added style with>  >>  > add(new HeaderContributor.CSSHeaderContributor("tabs.css" ));>  > >  > but after clicking on a table header in a sortable table (from>  > Databinder), the rendered page lost the link to tabs.css.>  >>  > Removing the HeaderContributor and replace it with >  >>  > >  > >  >  >  >>  > fixed it. Now my page looks nice again. :-)>  >>  > Is there an explanation for this or can it be a bug? I'm using>  > 1.2-SNAPSHOT . >  >>  > /Per>  >>  >>  > 9 sep 2006 kl. 23.43 skrev Per Ejeklint:>  >>  > Yes, I have those in place, so something else is going on... >  >>  >>  > 9 sep 2006 kl. 23.30 skrev Igor Vaynberg:>  >>  >> make sure you have all the necessary styles for the link> implemented >  >>>  >> namely th.wicket_orderDown/Up/None>  >>>  >> -Igor>  >>>  >>>  >> On 9/9/06, *Per Ejeklint* < [EMAIL PROTECTED]> [EMAIL PROTECTED]>>  >> [EMAIL PROTECTED]  [EMAIL PROTECTED]>>> wrote:>  >>>  >> I have a page with a few AjaxTabbedPanels. Two contains>  >> TreeTables and renders just fine. One contains a DataTable >  >> with a HeadersToolbar for sorting. This panel renders fine>  >> when first entered, but when I click on a header to> sort, the>  >> CSS styling for the enclosing tab-row breaks. It's styling >  >> falls back to regular links in an "ul". I don't know> where to>  >> start, so can anyone give me tips on where to put my>  >> bug-finding loupe at first? >  >>>  >> /Per>  >>>  >>  >> ->>  > >  > Using Tomcat but need to do more? Need to support web services,>  > security?>  > Get stuff done quickly with pre-integrated technology to make> your >  > job easier>  > Download IBM WebSphere Application Server v.1.0.1 based on Apache>  > Geronimo>  >>  http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___> < http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___>>  >> < http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___> < http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___>>>  > Wicket-user mailing list>  >  Wicket-user@lists.sourceforge.net> Wicket-user@lists.sourceforge.net>>  >  Wicket-user@lists.sourceforge.net> Wicket-user@lists.sourceforge.net>>>  >  https://lists.sourceforge.net/lists/listinfo/wicket-user>  >>  > My status *Per Ejeklint*: Consultant at Heimore Group AB>  > , Kungsg. 33 11th floor, SE-111 56> Stockholm>  > , Sweden < http://www.sweden.se >>  > Contact: [EMAIL PROTECTED]> [EMAIL PROTECTED]>  [EMAIL PROTECTED]> [EMAIL PROTECTED]>>;>  > mobile +4670-5090052>  >>  >>  > > ->  > Using Tomcat but need to do more? Need to support web services,>  > security?>  > Get stuff done quickly with pre-integrated technology to make > your>  > 

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Frank Bille
Hehe I could try. I just have to read about a little bit. Haven't really looked into it. Give me until tuesday thenFrankOn 9/10/06, Matej Knopp
 <[EMAIL PROTECTED]> wrote:Heh, I'm not even sure, but I guess not. I'm way too busy lately :(
Maybe frankbille could have a look at that?-MatejIgor Vaynberg wrote:> did you fix it already in wicket-1.x?>> -Igor>>> On 9/10/06, *Matej Knopp* <
[EMAIL PROTECTED] [EMAIL PROTECTED]>> wrote:>> Yes,>> this bug is in 1.2.2 only, happened during backporting it seems.> Easiest solution (workaround) I can think of is to add empty
> WebMarkupContainer and add the header contributor there.>> -Matej>> Igor Vaynberg wrote:>  > i think this is a known header contributor bug in 1.2.2 - headers are
>  > contributed only once.>  >>  > -Igor>  >>  > On 9/10/06, *Per Ejeklint* < [EMAIL PROTECTED]> [EMAIL PROTECTED]> [EMAIL PROTECTED]> [EMAIL PROTECTED]  > wrote:
>  >>  > OK, I solved it but am not sure what I did wrong at first.>  >>  > My MainPage contains AjaxTabbedPanels, and each panel> contains forms
>  > or tables.>  >>  > In my MainPage I added style with>  >>  > add(new HeaderContributor.CSSHeaderContributor("tabs.css" ));>  >
>  > but after clicking on a table header in a sortable table (from>  > Databinder), the rendered page lost the link to tabs.css.>  >>  > Removing the HeaderContributor and replace it with
>  >>  > >  > >  > 
>  >>  > fixed it. Now my page looks nice again. :-)>  >>  > Is there an explanation for this or can it be a bug? I'm using>  > 1.2-SNAPSHOT .
>  >>  > /Per>  >>  >>  > 9 sep 2006 kl. 23.43 skrev Per Ejeklint:>  >>  > Yes, I have those in place, so something else is going on...
>  >>  >>  > 9 sep 2006 kl. 23.30 skrev Igor Vaynberg:>  >>  >> make sure you have all the necessary styles for the link> implemented
>  >>>  >> namely th.wicket_orderDown/Up/None>  >>>  >> -Igor>  >>>  >>>  >> On 9/9/06, *Per Ejeklint* < 
[EMAIL PROTECTED]> [EMAIL PROTECTED]>>  >> [EMAIL PROTECTED]
 [EMAIL PROTECTED]>>> wrote:>  >>>  >> I have a page with a few AjaxTabbedPanels. Two contains>  >> TreeTables and renders just fine. One contains a DataTable
>  >> with a HeadersToolbar for sorting. This panel renders fine>  >> when first entered, but when I click on a header to> sort, the>  >> CSS styling for the enclosing tab-row breaks. It's styling
>  >> falls back to regular links in an "ul". I don't know> where to>  >> start, so can anyone give me tips on where to put my>  >> bug-finding loupe at first?
>  >>>  >> /Per>  >>>  >>  >> ->>  >
>  > Using Tomcat but need to do more? Need to support web services,>  > security?>  > Get stuff done quickly with pre-integrated technology to make> your
>  > job easier>  > Download IBM WebSphere Application Server v.1.0.1 based on Apache>  > Geronimo>  >> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___> <
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___>>  >> <
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___> <
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___>>>  > Wicket-user mailing list>  > 
Wicket-user@lists.sourceforge.net> Wicket-user@lists.sourceforge.net>>  > 
Wicket-user@lists.sourceforge.net> Wicket-user@lists.sourceforge.net>>>  > 
https://lists.sourceforge.net/lists/listinfo/wicket-user>  >>  > My status *Per Ejeklint*: Consultant at Heimore Group AB>  > , Kungsg. 33 11th floor, SE-111 56> Stockholm>  > , Sweden < http://www.sweden.se
>>  > Contact: [EMAIL PROTECTED]> [EMAIL PROTECTED]> 
[EMAIL PROTECTED]> [EMAIL PROTECTED]>>;>  > mobile +4670-5090052>  >>  >>  >
> ->  > Using Tomcat but need to do more? Need to support web services,>  > security?>  > Get stuff done quickly with pre-integrated technology to make
> your>  > job easier>  > Download IBM WebSphere Application Server v.1.0.1 based on Apache>  > Geronimo>  >> 
http://sel.as

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Matej Knopp
Heh, I'm not even sure, but I guess not. I'm way too busy lately :(
Maybe frankbille could have a look at that?

-Matej

Igor Vaynberg wrote:
> did you fix it already in wicket-1.x?
> 
> -Igor
> 
> 
> On 9/10/06, *Matej Knopp* <[EMAIL PROTECTED] > 
> wrote:
> 
> Yes,
> 
> this bug is in 1.2.2 only, happened during backporting it seems.
> Easiest solution (workaround) I can think of is to add empty
> WebMarkupContainer and add the header contributor there.
> 
> -Matej
> 
> Igor Vaynberg wrote:
>  > i think this is a known header contributor bug in 1.2.2 - headers are
>  > contributed only once.
>  >
>  > -Igor
>  >
>  > On 9/10/06, *Per Ejeklint* < [EMAIL PROTECTED]
>   >>
>  > wrote:
>  >
>  > OK, I solved it but am not sure what I did wrong at first.
>  >
>  > My MainPage contains AjaxTabbedPanels, and each panel
> contains forms
>  > or tables.
>  >
>  > In my MainPage I added style with
>  >
>  > add(new HeaderContributor.CSSHeaderContributor("tabs.css" ));
>  >
>  > but after clicking on a table header in a sortable table (from
>  > Databinder), the rendered page lost the link to tabs.css.
>  >
>  > Removing the HeaderContributor and replace it with
>  >
>  > 
>  > 
>  > 
>  >
>  > fixed it. Now my page looks nice again. :-)
>  >
>  > Is there an explanation for this or can it be a bug? I'm using
>  > 1.2-SNAPSHOT .
>  >
>  > /Per
>  >
>  >
>  > 9 sep 2006 kl. 23.43 skrev Per Ejeklint:
>  >
>  > Yes, I have those in place, so something else is going on...
>  >
>  >
>  > 9 sep 2006 kl. 23.30 skrev Igor Vaynberg:
>  >
>  >> make sure you have all the necessary styles for the link
> implemented
>  >>
>  >> namely th.wicket_orderDown/Up/None
>  >>
>  >> -Igor
>  >>
>  >>
>  >> On 9/9/06, *Per Ejeklint* < [EMAIL PROTECTED]
> 
>  >> >> wrote:
>  >>
>  >> I have a page with a few AjaxTabbedPanels. Two contains
>  >> TreeTables and renders just fine. One contains a DataTable
>  >> with a HeadersToolbar for sorting. This panel renders fine
>  >> when first entered, but when I click on a header to
> sort, the
>  >> CSS styling for the enclosing tab-row breaks. It's styling
>  >> falls back to regular links in an "ul". I don't know
> where to
>  >> start, so can anyone give me tips on where to put my
>  >> bug-finding loupe at first?
>  >>
>  >> /Per
>  >>
>  >
>  >
> -
> 
>  >
>  > Using Tomcat but need to do more? Need to support web services,
>  > security?
>  > Get stuff done quickly with pre-integrated technology to make
> your
>  > job easier
>  > Download IBM WebSphere Application Server v.1.0.1 based on Apache
>  > Geronimo
>  >
> 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
> 
> 
>  >
> 
>  
> >
>  > Wicket-user mailing list
>  > Wicket-user@lists.sourceforge.net
> 
>  >  >
>  > https://lists.sourceforge.net/lists/listinfo/wicket-user
>  >
>  > My status *Per Ejeklint*: Consultant at Heimore Group AB
>  > , Kungsg. 33 11th floor, SE-111 56
> Stockholm
>  > , Sweden < http://www.sweden.se>
>  > Contact: [EMAIL PROTECTED]
>   >;
>  > mobile +4670-5090052
>  >
>  >
>  >
> -
>  > Using Tomcat but need to do more? Need to support web services,
>  > security?
>  > Get stuff done quickly with pre-integrated technology to make
> your
>  > job easier
>  > Download IBM WebSphere Application Server v.1.0.1 based on Apache
>  > Gero

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Igor Vaynberg
did you fix it already in wicket-1.x?-IgorOn 9/10/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
Yes,this bug is in 1.2.2 only, happened during backporting it seems.Easiest solution (workaround) I can think of is to add emptyWebMarkupContainer and add the header contributor there.-Matej
Igor Vaynberg wrote:> i think this is a known header contributor bug in 1.2.2 - headers are> contributed only once.>> -Igor>> On 9/10/06, *Per Ejeklint* < 
[EMAIL PROTECTED] [EMAIL PROTECTED]>>> wrote:>> OK, I solved it but am not sure what I did wrong at first.>> My MainPage contains AjaxTabbedPanels, and each panel contains forms
> or tables.>> In my MainPage I added style with>> add(new HeaderContributor.CSSHeaderContributor("tabs.css" ));>> but after clicking on a table header in a sortable table (from
> Databinder), the rendered page lost the link to tabs.css.>> Removing the HeaderContributor and replace it with>> > > >> fixed it. Now my page looks nice again. :-)>> Is there an explanation for this or can it be a bug? I'm using> 1.2-SNAPSHOT
.>> /Per>>> 9 sep 2006 kl. 23.43 skrev Per Ejeklint:>> Yes, I have those in place, so something else is going on...>>> 9 sep 2006 kl. 23.30
 skrev Igor Vaynberg:>>> make sure you have all the necessary styles for the link implemented namely th.wicket_orderDown/Up/None -Igor>>
 On 9/9/06, *Per Ejeklint* < [EMAIL PROTECTED]>> [EMAIL PROTECTED]>> wrote:>>
>> I have a page with a few AjaxTabbedPanels. Two contains>> TreeTables and renders just fine. One contains a DataTable>> with a HeadersToolbar for sorting. This panel renders fine
>> when first entered, but when I click on a header to sort, the>> CSS styling for the enclosing tab-row breaks. It's styling>> falls back to regular links in an "ul". I don't know where to
>> start, so can anyone give me tips on where to put my>> bug-finding loupe at first? /Per -
>> Using Tomcat but need to do more? Need to support web services,> security?> Get stuff done quickly with pre-integrated technology to make your> job easier> Download IBM WebSphere Application Server 
v.1.0.1 based on Apache> Geronimo> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
> > Wicket-user mailing list> Wicket-user@lists.sourceforge.net> 
Wicket-user@lists.sourceforge.net>> https://lists.sourceforge.net/lists/listinfo/wicket-user>> My status *Per Ejeklint*: Consultant at Heimore Group AB
> , Kungsg. 33 11th floor, SE-111 56 Stockholm> , Sweden <
http://www.sweden.se>> Contact: [EMAIL PROTECTED] [EMAIL PROTECTED]>;> mobile +4670-5090052
>>> -> Using Tomcat but need to do more? Need to support web services,> security?> Get stuff done quickly with pre-integrated technology to make your
> job easier> Download IBM WebSphere Application Server v.1.0.1 based on Apache> Geronimo> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> ___> Wicket-user mailing list> Wicket-user@lists.sourceforge.net> Wicket-user@lists.sourceforge.net>> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > 
>> -> Using Tomcat but need to do more? Need to support web services, security?> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> >> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Matej Knopp
Yes,

this bug is in 1.2.2 only, happened during backporting it seems.
Easiest solution (workaround) I can think of is to add empty 
WebMarkupContainer and add the header contributor there.

-Matej

Igor Vaynberg wrote:
> i think this is a known header contributor bug in 1.2.2 - headers are 
> contributed only once.
> 
> -Igor
> 
> On 9/10/06, *Per Ejeklint* < [EMAIL PROTECTED] > 
> wrote:
> 
> OK, I solved it but am not sure what I did wrong at first.
> 
> My MainPage contains AjaxTabbedPanels, and each panel contains forms
> or tables.
> 
> In my MainPage I added style with
> 
> add(new HeaderContributor.CSSHeaderContributor("tabs.css" ));
> 
> but after clicking on a table header in a sortable table (from
> Databinder), the rendered page lost the link to tabs.css.
> 
> Removing the HeaderContributor and replace it with
> 
> 
> 
> 
> 
> fixed it. Now my page looks nice again. :-)
> 
> Is there an explanation for this or can it be a bug? I'm using
> 1.2-SNAPSHOT.
> 
> /Per
> 
> 
> 9 sep 2006 kl. 23.43 skrev Per Ejeklint:
> 
> Yes, I have those in place, so something else is going on...
> 
> 
> 9 sep 2006 kl. 23.30 skrev Igor Vaynberg:
> 
>> make sure you have all the necessary styles for the link implemented
>>
>> namely th.wicket_orderDown/Up/None
>>
>> -Igor
>>
>>
>> On 9/9/06, *Per Ejeklint* < [EMAIL PROTECTED]
>> > wrote:
>>
>> I have a page with a few AjaxTabbedPanels. Two contains
>> TreeTables and renders just fine. One contains a DataTable
>> with a HeadersToolbar for sorting. This panel renders fine
>> when first entered, but when I click on a header to sort, the
>> CSS styling for the enclosing tab-row breaks. It's styling
>> falls back to regular links in an "ul". I don't know where to
>> start, so can anyone give me tips on where to put my
>> bug-finding loupe at first?
>>
>> /Per
>>
> 
> -
> 
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
> 
> 
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> My status *Per Ejeklint*: Consultant at Heimore Group AB
> , Kungsg. 33 11th floor, SE-111 56 Stockholm
> , Sweden 
> Contact: [EMAIL PROTECTED] ;
> mobile +4670-5090052
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
> 
> 
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> 
> 
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.

Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Igor Vaynberg
i think this is a known header contributor bug in 1.2.2 - headers are contributed only once.-IgorOn 9/10/06, Per Ejeklint <
[EMAIL PROTECTED]> wrote:OK, I solved it but am not sure what I did wrong at first.
My MainPage contains AjaxTabbedPanels, and each panel contains forms or tables.In my MainPage I added style with
		add(new
 HeaderContributor.CSSHeaderContributor("tabs.css"
));but after clicking on a table header in a sortable table (from Databinder), the rendered page lost the link to tabs.css.Removing the HeaderContributor and replace it with
	
 
rel="stylesheet"
 type="text/css"
 href="">"
tabs.css" />
fixed it. Now my page looks nice again. :-)Is there an explanation for this or can it be a bug? I'm using 
1.2-SNAPSHOT./Per9 sep 2006 kl. 23.43 skrev Per Ejeklint:
Yes, I have those in place, so something else is going on...9 sep 2006 kl. 23.30 skrev Igor Vaynberg:make sure you have all the necessary styles for the link implemented
namely th.wicket_orderDown/Up/None-IgorOn 9/9/06, Per Ejeklint < 
[EMAIL PROTECTED]> wrote:I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first? 
/Per -
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user  
 		Per Ejeklint: Consultant at 
Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 
Stockholm, 
Sweden 		Contact: 
[EMAIL PROTECTED]; mobile +4670-5090052  
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Per Ejeklint
OK, I solved it but am not sure what I did wrong at first.My MainPage contains AjaxTabbedPanels, and each panel contains forms or tables.In my MainPage I added style with		add(new HeaderContributor.CSSHeaderContributor("tabs.css"));but after clicking on a table header in a sortable table (from Databinder), the rendered page lost the link to tabs.css.Removing the HeaderContributor and replace it with	 rel="stylesheet" type="text/css" href="">"tabs.css" />fixed it. Now my page looks nice again. :-)Is there an explanation for this or can it be a bug? I'm using 1.2-SNAPSHOT./Per9 sep 2006 kl. 23.43 skrev Per Ejeklint:Yes, I have those in place, so something else is going on...9 sep 2006 kl. 23.30 skrev Igor Vaynberg:make sure you have all the necessary styles for the link implementednamely th.wicket_orderDown/Up/None-IgorOn 9/9/06, Per Ejeklint < [EMAIL PROTECTED]> wrote:I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first? /Per -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user   		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-09 Thread Per Ejeklint
Yes, I have those in place, so something else is going on...9 sep 2006 kl. 23.30 skrev Igor Vaynberg:make sure you have all the necessary styles for the link implementednamely th.wicket_orderDown/Up/None-IgorOn 9/9/06, Per Ejeklint < [EMAIL PROTECTED]> wrote:I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first? /Per -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-09 Thread Igor Vaynberg
make sure you have all the necessary styles for the link implementednamely th.wicket_orderDown/Up/None-IgorOn 9/9/06, Per Ejeklint <
[EMAIL PROTECTED]> wrote:I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first?
/Per 
 		
Per Ejeklint: Consultant at 
Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 
Stockholm, 
Sweden 		Contact: 
[EMAIL PROTECTED]; mobile +4670-5090052  
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user