You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Nikola Vulovic <ni...@gmail.com> on 2013/08/05 17:53:48 UTC

beaneditform and kapcha

How to add kapcha to beaneditform?

-- 
Pozdrav Nikola Vulovic

Re: beaneditform and kapcha

Posted by "D.R." <d....@googlemail.com>.
Hi,

but it also works with a beaneditform:

...
<p:kaptcha>
    <div class="kap">
        <t:KaptchaImage t:id="kaptchaImage" />
    </div>
    <div class="kap">
        What you see?
    </div>
    <div class="kap">
        <t:KaptchaField t:image="kaptchaImage" visible="true"
            label="Captcha" />
    </div>
</p:kaptcha>
...

@Component(id = "beanEditForm", parameters = {"object=beanToEdit",
"add=kaptcha"})
private BeanEditForm _editFormComponent;


Kind regards
David


Am 05.08.2013 18:45, schrieb Thiago H de Paula Figueiredo:
> On Mon, 05 Aug 2013 12:53:48 -0300, Nikola Vulovic
> <ni...@gmail.com> wrote:
>
>> How to add kapcha to beaneditform?
>
> Use BeanEditor instead.
>


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


Re: beaneditform and kapcha

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Mon, 05 Aug 2013 12:53:48 -0300, Nikola Vulovic <ni...@gmail.com>  
wrote:

> How to add kapcha to beaneditform?

Use BeanEditor instead.

-- 
Thiago H. de Paula Figueiredo

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