On 5/16/06, Leibl, Roland <[EMAIL PROTECTED]> wrote:
Take a look at the name of the pdf field.
It is "textfield1" not "textbox1" as used by SetField(..);



Thanks, but that was just a typo on my part.  My last try was naming
the field "foo", and just changed the name once I copied the text over
to email it.  When it's foo, I can see it in debug as
"form1[0].foo[0]".

An iText tutorial discusses how you need to reference it with dot
syntax via its parent, but this  isn't working for me either -- for
example, "form1.foo.0", or "form1[0].foo[0]" or "form1[0].foo.0" etc
all turn up nothing.

Thanks.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to