On 3/04/2010 11:50 PM, C Jennings wrote:
I wonder, then if it is even possible to embed a Javascript element inside a form using Click? Otherwise, how else could you pass back any arguments to the Page class?
Something like this should work:
public class CaptchaField extends Field {
public String render(HtmlStringBuffer buffer) {
buffer.render("add captcha script output here");
}
}
kind regards
bob
