HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Radio Buttons › Re: Re: Radio Buttons
February 2, 2010 at 14:06
#27829
The server-side should care the HTML includes the checked state like
<INPUT name="ACCOUNT_TYPE" type="radio" VALUE="2" CHECKED>
before the document passed to PD4ML.
However I may imagine the CHECKED keyword is expected by missing there bacause of the session ID is not passed to PD4ML with the HTML template URL. The following info may help:
post416.html#p500