Hi

I'm now on 1.3 and I've tried to use setVisible inside a form onSubmit and
it doesn't work...

I've tried many syntaxes, like :
@Override
public void onSubmit() {
this.setVisible(false);
setVisible(false);
}

I even made the form as an attribut of the page class, using then :
@Override
public void onSubmit() {
form.setVisible(false);
}

but it doesn't work.

I've as well noticed that my AjaxIndicator doesn't work anymore...

Do you have a clue what's going on ?

BR
ZedroS

ZedroS wrote:
> 
> Hi
> 
> Thanks for your answer.
> 
> That's what I had done but I wondered whether there would be a better way.
> 
> 1.3 looks even further interesting I see ;)
> 
> Cheers
> ZedroS
> 
> On 4/4/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
>> in 1.2 you need to work around it by having a component.
>>
>> in 1.3 this is fixed and it will work on a page.
>>
>> johan
>>
>>
>> On 4/4/07, ZedroS Schwart < [EMAIL PROTECTED]> wrote:
>> >
>> > I use wicket 1.2.5...
>> >
>> > How shall I do ?
>> >
>> > Thanks in advance
>> > ZedroS
>> >
>> >
>> -------------------------------------------------------------------------
>> > Take Surveys. Earn Cash. Influence the Future of IT
>> > Join SourceForge.net 's Techsay panel and you'll get the chance to
>> share
>> your
>> > opinions on IT & business topics through brief surveys-and earn cash
>> >
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> > _______________________________________________
>> > Wicket-user mailing list
>> > [EMAIL PROTECTED]
>> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>> >
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/AbstractAjaxTimerBehavior-on-a-page-not-possible---tf3524910.html#a9958833
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to