Re: Struts2 - Html to PDF

2010-07-24 Thread Miguel
FOP is good, but it transforms from XML-FO to PDF (and lots of other target formats). If you want to tranform html to pdf you need a 3 stage process: first you write XHTML with CSS using what ever you have/know/like. Then you transform it to XML-FO using CSS2XSLFO (www.re.be/css2xslfo/index.xhtml)

Re: textfield escapes name attribute

2010-07-24 Thread Michal Ciasnocha
Hi Björn, I think it is general problem with naming attributes in local languages. Best practice for Java (and other programming languages) is use only some characters (that means a - z, numbers and underscore). Why didnt use for attribute "stra*ß*e" its equivalent like "strasse"? It saves y

textfield escapes name attribute

2010-07-24 Thread Björn Raupach
Hi group, I am having some trouble with the textfield tag. We have java beans that use german umlauts as well as the letter 'ß' in some property names. To set the property in a from we use the textfield tag. Below is a snippet: Straße Problem is the rendered html page escapes the name a

Center to learn Struts2

2010-07-24 Thread Frans Thamura
hi all i did post in this mailing list a long time, and wanna to show something we teach kids, second year in highschool, to learn Java, MVC, and of course using struts2 mostly the code hosted in ugforge.net this is the place http://www.facebook.com/album.php?aid=256885&id=53258881039&saved#!/

RE: Struts2 - Html to PDF

2010-07-24 Thread Martin Gainty
i dont know how Crystal can ingest either XSD schema entities or POJOs..maybe someone out there knows of a converter? FOP transform is the best solution offered http://xmlgraphics.apache.org/fop/ Good Call! Martin __ Verzicht und Vertraulichkei