Re: Struts 2 Reference notes, guides/tutorial and justification

2007-01-22 Thread Don Don
Thank you Ted. That will really go a long way to provide a background understanding and a quick step guide for those wishing to migrate which am sure most people will do as its definitely worth it. Ted Husted <[EMAIL PROTECTED]> wrote: On 1/22/07, Don Don wrote: > This

RE: Struts 2 Reference notes, guides/tutorial and justification

2007-01-22 Thread Don Don
.com/articles/migrating-struts-2-part3 Hth, Peter -Original Message- From: Don Don [mailto:[EMAIL PROTECTED] Sent: den 22 januari 2007 11:18 To: user@struts.apache.org Subject: Struts 2 Reference notes, guides/tutorial and justification Hi all, It seems there's been a major c

Struts 2 Reference notes, guides/tutorial and justification

2007-01-22 Thread Don Don
Hi all, It seems there's been a major change form struts 1.2.x to struts 2x and the way it will be utilized or implemented by struts developers when building web applications. From what I can gather from developers using the snapshot or pre GA versions, there is a complete change from th

Re: Export an image to MS Excel through Apache POI

2007-01-15 Thread Don Don
Hi You might want to give jasper reports a try. It can create anything you want... from reports to image generation and layout...to custom letters, templates etc and it exports into various formats e.g. word, excel, pdf, html, csv etc Anjishnu Bandyopadhyay <[EMAIL PROTECTED]> wrote: Hi all,

Struts, JasperReports and AWT in headless mode

2007-01-12 Thread Don Don
Has anyone used strust with jasper reports integration while running on a unix server with AWT in headless mode ? (No support for X11 or XServer) - Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.

RE: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hum...its strange am looking to see if struts has got anything to do with it, or if setting a field to obtain the focus automatically when the form is loaded has any effect on how the rest of the fields deal with focus etc. Dave Newton <[EMAIL PROTECTED]> wrote: From: Frank W. Zammetti [mailto

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hi I noticed it working in an html only environment (i.e. not struts) when struts is applied it fails to work still only in IE Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don, Don Don wrote: > in IE (all versions from 5 to 7) this just

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
ROTECTED] Author of "Practical Ajax Projects With Java Technology" (2006, Apress, ISBN 1-59059-695-1) Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Thu, January 11, 2007 10:16 am, Don Don wrote: > Hi all,

Struts Resource (Very Good)

2007-01-11 Thread Don Don
Hi all here is a link to a very good struts resource wiki for those of us wanting links to resources etc. am sure most of you will have seen it already. http://wiki.apache.org/struts/FrontPage - Have a burning question? Go to Yahoo! Answers and get answers from

Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hi all, I've noticed an issue with the above versions of struts and the javascript onfocus function when using IE. Struts uses the function in lower case (e.g. "onfocus()") and even renders the generated code in lower case as well, IE on the other hand requires the function to be in this f