Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-02-04 Thread Martijn Dashorst
You mean the 1.3.0-snapshot dirs?
If so, then yes.

Martijn

On 2/2/08, Johan Compagner <[EMAIL PROTECTED]> wrote:
>
> it works now
> all the poms where changed to 1.3 instead of 1.3.0 so the shell script
> still
> copied the wrong one.
>
> can i delete all the 1.3.0 dirs??
>
> johan
>
>
>
> On Feb 2, 2008 3:36 PM, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
>
> > i have reopened the issue, as the exception is still thrown (at least on
> > wicketstuff.org) :/
> >
> > see http://wicketstuff.org/wicket13/ajax/editable-label and try it with
> > any
> > of the two labels "fox"
> > and "dog".
> >
> >  gerolf
> >
> > On Jan 31, 2008 7:45 PM, Per Ejeklint <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > Nice! Thank you Gerolf.
> > >
> > > /Per
> > >
> > >
> > > Gerolf Seitz wrote:
> > > >
> > > > i'm sorry this one slipped through.
> > > > i commited Per's fix.
> > > >
> > > > Edvin, can you try with latest trunk to verify it's fixed?
> > > >
> > > >   gerolf
> > > >
> > > > On Jan 31, 2008 8:53 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> > > >
> > > >> Advanced Technology(R) skrev:
> > > >> > Check Per solution :
> > > >> >
> > > >>
> > >
> >
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
> > > >>
> > > >> Thanks! Worked like a charm. For some reason this didn't make it
> into
> > > >> 1.3.1, though..
> > > >>
> > > >> -- Edvin
> > > >>
> > > >>
> -
> > > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >> For additional commands, e-mail: [EMAIL PROTECTED]
> > > >>
> > > >>
> > > >
> > > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
> > > Sent from the Wicket - User mailing list archive at Nabble.com<
> http://nabble.com/>
> > .
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
>



-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0


Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-02-02 Thread Johan Compagner
it works now
all the poms where changed to 1.3 instead of 1.3.0 so the shell script still
copied the wrong one.

can i delete all the 1.3.0 dirs??

johan



On Feb 2, 2008 3:36 PM, Gerolf Seitz <[EMAIL PROTECTED]> wrote:

> i have reopened the issue, as the exception is still thrown (at least on
> wicketstuff.org) :/
>
> see http://wicketstuff.org/wicket13/ajax/editable-label and try it with
> any
> of the two labels "fox"
> and "dog".
>
>  gerolf
>
> On Jan 31, 2008 7:45 PM, Per Ejeklint <[EMAIL PROTECTED]> wrote:
>
> >
> > Nice! Thank you Gerolf.
> >
> > /Per
> >
> >
> > Gerolf Seitz wrote:
> > >
> > > i'm sorry this one slipped through.
> > > i commited Per's fix.
> > >
> > > Edvin, can you try with latest trunk to verify it's fixed?
> > >
> > >   gerolf
> > >
> > > On Jan 31, 2008 8:53 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> > >
> > >> Advanced Technology(R) skrev:
> > >> > Check Per solution :
> > >> >
> > >>
> >
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
> > >>
> > >> Thanks! Worked like a charm. For some reason this didn't make it into
> > >> 1.3.1, though..
> > >>
> > >> -- Edvin
> > >>
> > >> -
> > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >> For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >
> > >
> >
> > --
> > View this message in context:
> >
> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
> > Sent from the Wicket - User mailing list archive at 
> > Nabble.com
> .
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-02-02 Thread Edvin Syse
I have checked and double-checked. This IS resolved in trunk now. I created a quickstart-project and put the code from the example in 
HomePage.java and HomePage.html. Then I verified that the error was there with 1.3.0. Then I synced wicket against trunk and did a mvn clean 
install in my wicket-folder. Then I changed the pom for the example-project to wicket-version 1.3-SNAPSHOT and did mvn eclipse:eclipse. 
Without any other modification, it then works.


This is on Linux with jdk1.6.0_04.

-- Edvin

Gerolf Seitz skrev:

i have reopened the issue, as the exception is still thrown (at least on
wicketstuff.org) :/

see http://wicketstuff.org/wicket13/ajax/editable-label and try it with any
of the two labels "fox"
and "dog".

  gerolf

On Jan 31, 2008 7:45 PM, Per Ejeklint <[EMAIL PROTECTED]> wrote:


Nice! Thank you Gerolf.

/Per


Gerolf Seitz wrote:

i'm sorry this one slipped through.
i commited Per's fix.

Edvin, can you try with latest trunk to verify it's fixed?

  gerolf

On Jan 31, 2008 8:53 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:


Advanced Technology(R) skrev:

Check Per solution :


http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html

Thanks! Worked like a charm. For some reason this didn't make it into
1.3.1, though..

-- Edvin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
View this message in context:
http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-02-02 Thread Gerolf Seitz
i have reopened the issue, as the exception is still thrown (at least on
wicketstuff.org) :/

see http://wicketstuff.org/wicket13/ajax/editable-label and try it with any
of the two labels "fox"
and "dog".

  gerolf

On Jan 31, 2008 7:45 PM, Per Ejeklint <[EMAIL PROTECTED]> wrote:

>
> Nice! Thank you Gerolf.
>
> /Per
>
>
> Gerolf Seitz wrote:
> >
> > i'm sorry this one slipped through.
> > i commited Per's fix.
> >
> > Edvin, can you try with latest trunk to verify it's fixed?
> >
> >   gerolf
> >
> > On Jan 31, 2008 8:53 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> >
> >> Advanced Technology(R) skrev:
> >> > Check Per solution :
> >> >
> >>
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
> >>
> >> Thanks! Worked like a charm. For some reason this didn't make it into
> >> 1.3.1, though..
> >>
> >> -- Edvin
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-01-31 Thread Per Ejeklint

Nice! Thank you Gerolf.

/Per


Gerolf Seitz wrote:
> 
> i'm sorry this one slipped through.
> i commited Per's fix.
> 
> Edvin, can you try with latest trunk to verify it's fixed?
> 
>   gerolf
> 
> On Jan 31, 2008 8:53 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> 
>> Advanced Technology(R) skrev:
>> > Check Per solution :
>> >
>> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
>>
>> Thanks! Worked like a charm. For some reason this didn't make it into
>> 1.3.1, though..
>>
>> -- Edvin
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-01-31 Thread Edvin Syse

i'm sorry this one slipped through.
i commited Per's fix.

Edvin, can you try with latest trunk to verify it's fixed?


Done. It works good :)

-- Edvin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-01-31 Thread Gerolf Seitz
i'm sorry this one slipped through.
i commited Per's fix.

Edvin, can you try with latest trunk to verify it's fixed?

  gerolf

On Jan 31, 2008 8:53 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:

> Advanced Technology(R) skrev:
> > Check Per solution :
> >
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
>
> Thanks! Worked like a charm. For some reason this didn't make it into
> 1.3.1, though..
>
> -- Edvin
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-01-30 Thread Edvin Syse

Advanced Technology® skrev:

Check Per solution :
http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html


Thanks! Worked like a charm. For some reason this didn't make it into 
1.3.1, though..


-- Edvin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-01-30 Thread Advanced Technology®
Check Per solution :
http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html

AT

2008/1/31, Edvin Syse <[EMAIL PROTECTED]>:
>
> Hi,
>
> I really need the AjaxEditableLabel in my application, but because of
> https://issues.apache.org/jira/browse/WICKET-1239, it seems useless at
> the time. (Just tested with Linux/Java 1.6_04/Wicket 1.3.1).
>
> Does anyone know of a workaround in the meantime?
>
> java.lang.IllegalAccessError: tried to access method
> org.apache.wicket.Component.onModelChanging()V from class
> org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel$1
>
> -- Edvin
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
AT(R)


Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

2008-01-30 Thread Edvin Syse

Hi,

I really need the AjaxEditableLabel in my application, but because of https://issues.apache.org/jira/browse/WICKET-1239, it seems useless at 
the time. (Just tested with Linux/Java 1.6_04/Wicket 1.3.1).


Does anyone know of a workaround in the meantime?

java.lang.IllegalAccessError: tried to access method org.apache.wicket.Component.onModelChanging()V from class 
org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel$1


-- Edvin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]