Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-23 Thread Igor Vaynberg
On 6/23/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: please keep the jdonnerstag for wicket. thanks Juergen done, looks like it worked. now only one of you shows up when you try to assign an issue. -igor On 6/23/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 6/23/07, Juergen Don

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-23 Thread Juergen Donnerstag
please keep the jdonnerstag for wicket. thanks Juergen On 6/23/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 6/23/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > I asked the infrastructure group already. Unfortunately without > > success. The reason being that both are "in use" (even if

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-23 Thread Igor Vaynberg
On 6/23/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: I asked the infrastructure group already. Unfortunately without success. The reason being that both are "in use" (even if it is some very old issue I raised in other project some years ago and which is closed already). But I give it anoth

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-23 Thread Juergen Donnerstag
I asked the infrastructure group already. Unfortunately without success. The reason being that both are "in use" (even if it is some very old issue I raised in other project some years ago and which is closed already). But I give it another try. Juergen On 6/22/07, Igor Vaynberg <[EMAIL PROTECTED

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-22 Thread Igor Vaynberg
juergen, there are two of you in jira, which makes it hard to assign issues. do you think you can work it out with asf infrastructure group to remove the account you no longer use? -igor On 6/21/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: This feature has not yet been backported to 1.3

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-21 Thread Juergen Donnerstag
This feature has not yet been backported to 1.3 the reason being that we first need to backport all of the markup fragment/render changes. That will not happen in 1.3. yes, open a jira issue please. Juergen On 6/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > open a jira issue please > > -igor

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-21 Thread Igor Vaynberg
open a jira issue please -igor On 6/21/07, Alberto Bueno <[EMAIL PROTECTED]> wrote: This problem was solved in the 2.0 version, but I don't how we can implement a solution in version 1.3... Because it's a very tipical situation if you are using borders... Waiting responses... :) > Sorry if I

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-21 Thread Alberto Bueno
This problem was solved in the 2.0 version, but I don't how we can implement a solution in version 1.3... Because it's a very tipical situation if you are using borders... Waiting responses... :) > Sorry if I'm mistaken, but I think this is related to an issue that I posted > about here: > http:

Re: [Wicket-user] setBorderBodyContainer in 1.3

2007-06-21 Thread severian
Sorry if I'm mistaken, but I think this is related to an issue that I posted about here: http://www.nabble.com/Borders-Containing-Embedded-Components-tf3776704.html#a10679274 previous post . I'm afraid that post didn't get any response, and I never solved it on my own... Severian. -- View this

[Wicket-user] setBorderBodyContainer in 1.3

2007-06-21 Thread buealb
We were working with version 2.0 and we had the setBorderBodyContainer option in border, but now we are working with 1.3. The case is that I'm trying to add the border body inside of another wicket component of the border. But I don't know how can I specify what is the container of the body. For