[iText-questions] Checkbox using Seam

2007-12-07 Thread Robert Morse
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? Thanks! -robert.

Re: [iText-questions] Checkbox using Seam

2007-12-07 Thread Robert Morse
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.

Re: [iText-questions] Checkbox using Seam

2007-12-07 Thread Bruno Lowagie
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