You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by David Chang <da...@yahoo.com> on 2010/03/19 04:31:49 UTC

JCaptcha sound with Wicket?

Based on the WIA book, I am able to have a working example of JCaptcha image.

I am hoping to get JCaptcha sound working too. I tried different ways, but unable to get it working.

Did anyone get JCaptcha sound working with Wicket? Could you please share your config and code?

Thanks for any input!

Best.


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: two LDM DropDownChoice behave differently ?

Posted by Igor Vaynberg <ig...@gmail.com>.
state's model is only loaded if the dropdown is rerendered (thats when
the model is needed)

see here http://wicketstuff.org/wicket14/ajax/choice

-igor

On Fri, Mar 19, 2010 at 11:21 PM, David Chang <da...@yahoo.com> wrote:
> Hello,
>
> I am playing Wicket now and came across this "strange" behavior.
>
> I have a page with two LDM-based DropDownChoice (Country and State). The Country DDC ajax-controls the State DDC. The Ajax works well.
>
> Here is something I dont understand.
>
> When the page is diplayed first time, both LDM#load get called. If dont play with the DDCs, and simply refresh the page, both LDM#load get called.
>
> If I just select values in the Contry DDC without touch the State DDC (I can see State DDC values changes when Country DDC value change) and I referesh the page, only the Country LDM#load gets called.
>
> What happened to State DDC? Shouldn't it's LDM#load gets called each time when page refereshes?
>
> It is really puzzle to me. Googled, but no clue. I am pulling my hairs now...
>
> Thanks for any help!!!
>
> If I refresh page, I notice that Country State
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: JCaptcha sound with Wicket?

Posted by David Chang <da...@yahoo.com>.
Anybody ever got this working?

Thanks for any info or ponter.

Regards.

--- On Thu, 3/18/10, David Chang <da...@yahoo.com> wrote:

> From: David Chang <da...@yahoo.com>
> Subject: JCaptcha sound with Wicket?
> To: users@wicket.apache.org
> Date: Thursday, March 18, 2010, 11:31 PM
> Based on the WIA book, I am able to
> have a working example of JCaptcha image.
> 
> I am hoping to get JCaptcha sound working too. I tried
> different ways, but unable to get it working.
> 
> Did anyone get JCaptcha sound working with Wicket? Could
> you please share your config and code?
> 
> Thanks for any input!
> 
> Best.
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


two LDM DropDownChoice behave differently ?

Posted by David Chang <da...@yahoo.com>.
Hello, 

I am playing Wicket now and came across this "strange" behavior.

I have a page with two LDM-based DropDownChoice (Country and State). The Country DDC ajax-controls the State DDC. The Ajax works well.

Here is something I dont understand. 

When the page is diplayed first time, both LDM#load get called. If dont play with the DDCs, and simply refresh the page, both LDM#load get called.

If I just select values in the Contry DDC without touch the State DDC (I can see State DDC values changes when Country DDC value change) and I referesh the page, only the Country LDM#load gets called.

What happened to State DDC? Shouldn't it's LDM#load gets called each time when page refereshes?

It is really puzzle to me. Googled, but no clue. I am pulling my hairs now...

Thanks for any help!!!

If I refresh page, I notice that Country State




      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org