webobjects

Create PDFs from multipage forms in WebObjects

I would like to automatically generate PDF documents from WebObjects based on mulitpage forms. Assuming I have a class which can assemble the related forms (java/wod files) is there a good way to then parse the individaul forms into a PDF instead of going to the screen? ...

Internet Explorer ignoring my cookies

Hi I am having a strange problem with Internet Explorer not accepting my cookies. This is the cookie: set-cookie: USUSERNAME=LrceSVu6mUJ9Ztmvp4oKSQ%3D%3D; version="1"; expires=Mon, 15-Jun-2009 11:42:21 GMT; path=/; domain=.us.is It does not get stored for the domain dev-intranet.us.is or any other us.is domain. However setting the do...

Google Analytics Tracking Code and Document.write causing requests to localhost?

Google Analytics recommends that the code below be inserted before the </body> tag on all web pages on our website to enable visitor tracking. <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytic...

I want good reference books or video links that may help me in learning Webobjects using Eclipse...

Hi guys, Can any one post some links that help me in learning WebObjects with eclipse... Thanks on advance... ~Raviraja ...

IllegalArgumentException with Date value in jdbc; Openbase sql

I have a WebObjects app, Openbase db, and I'm getting a never before seen exception when doing a raw rows (non ORM) query during a batch operation. It looks like the jdbc adaptor is throwing on a date value in the db and is unable to coerce the raw data into the proper type. It literally kills the app and ends the export process. Here's ...