Hi Bruno,
I think I've got it solved.   I just want to render the boxes so I  
decided to use something like this:

     <p:image alignment="right"  value="#{(beanBooleanValue == true) ?  
'trueImage.jpg' : 'falseImage.jpg'}" />

This picks the appropriate image based on the value of  
beanBooleanValue.   Seems to work.
Thank you for your response.

-robert.


On Dec 7, 2007, at 10:55 AM, Bruno Lowagie wrote:

> Robert Morse wrote:
>> Hello,
>> I'm trying to include a checked box and an un-checked-box on a  
>> form  I'm creating using Seam (2.0.0.GA) with iText.  I'm assuming  
>> it's a  matter of specifying a font, but does anyone have an  
>> example of doing  this?
>
> You don't want a real PDF form, you just want the boxes?
> Then you need to find a font that has those glyphs.
> For instance Wingdings characters 0x6F and 0x78
> br,
> Bruno
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php_______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> Buy the iText book: http://itext.ugent.be/itext-in-action/


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to