By Date: <-- -->
By Thread: <-- -->

Problem with hidden fields



Hi,

so here comes another problem I stumbled upon. After inserting a hidden
field, the data submitted does not contain any fields. Here's again what
I am doing:

----------CUT----------
pdfWriter_.getAcroForm().addSingleLineTextField( 
				"foo", 
				"somevalue", 
				base_font, 
				text.getFontSize(), 
				llx, 
				lly, 
				rux, 
				ruy );

pdfWriter_.getAcroForm().addHiddenField( "bar", "nothing" );

pdfWriter_.getAcroForm().addHtmlPostButton( 
				"sender" 
				label,
				null,
				url,
				base_font, 
				text.getFontSize(), 
				bllx, 
				blly,
				brux, 
				brul );
----------CUT----------

This way, the data transmitted doesn't contain neither
the foo nor the bar value.

If I comment out the addHiddenField, the "foo" field data
is transmitted.

So is this a bug or am I again missing something?

Thanks in advance

Udo Rader

-- 
bestsolution.at EDV Systemhaus GmbH
http://www.bestsolution.at

Attachment: signature.asc
Description: This is a digitally signed message part