ApacheCon 2003

2003-11-17 Thread cforbes
Are there any Struts folks at ApacheCon today? I'll be off to the Tapestry session in a few minutes... Casey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Struts Tip] # 10 Use Struts JSP Tags to create dynamic JavaScripts

2002-09-03 Thread cforbes
This will work: bean:define id=item name=itemForm property=item/ html:text property=item onBlur=%=doItem( + item + )%/ Casey Ravi Kora said... My actual intention was to question if we can use dynamic scriplets in Struts tags like the following html:text name=txt value=bean:write

Re: [Struts Tip] # 10 Use Struts JSP Tags to create dynamic JavaScripts

2002-09-03 Thread cforbes
Duh. (forehead slap) That'll teach me to not read the whole question so that I can answer first and save the day. Ted Husted said... The JavaScript is rendered by the client after the HTML page leaves the server and goes over the wire. So, no that can't work. Whatever properties are needed

Re: Can Somebody help me with PDF?

2002-06-26 Thread cforbes
I just wanted to make a comment about PDF generation. Please try FOP! (http://xml.apache.org/fop) I used iText for a while before I found FOP. It will save you tons of (messy) coding : you can replace all those iText method calls with a nice stylesheet. One caveat - FOP requires quite a bit more

Re: Charting tools

2002-06-26 Thread cforbes
JFreeChart works great for us. It's free software (LGPL'd). http://www.object-refinery.com/jfreechart/ Casey Will Spies/Towers Perrin said... We are looking for charting tools to integrate in with our struts applications. Anyone have any suggestions? We are evaluating Sitraka's jClass