Hi Michael,

Please use panelGrid instead or HTML dataTable.

*Like the example mentioned in the Tomahawk examples :*
<h:panelGrid columns="2">
        <h:outputText value="Type the code shown "/>
        <h:inputText value="#{captchaBean.value}"/>

        <h:commandLink value="Try a different image" />
        <t:captcha captchaSessionKeyName="#{captchaBean.sessionKeyName}" />

        <h:commandButton value="Submit" action="#{captchaBean.check}"/>
        <h:outputText value="#{captchaBean.status}"/>
</h:panelGrid>

Thank you!

On Mon, Jun 30, 2008 at 6:53 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

> Michael Angelo schrieb:
>
>  I can't figure out the exact scenario, but when I embed the <t:captcha>
>> tag
>> within a table cell the resulting HTML is injected in the middle of other
>> HTML
>> tags therefore altering the view of the page. When I move the captcha tag
>> out
>> into it's own table outside of the main table it generates correctly.
>>
>>
> Are you using jsf1.1 with JSP, and not wrapping your html in f:verbatim?
>
> Regards, Simon
>
>


-- 
Hazem Ahmed Saleh Ahmed
http://www.jroller.com/page/HazemBlog

Reply via email to