Re: [ot] Convert Html files to PDF

2007-06-14 Thread Peter Valencic
yes.. sometimes (90%) google give you the right answer ;) Antonio Petrelli pravi: 2007/6/14, Peter Valencic <[EMAIL PROTECTED]>: Look here: http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html You googled "html to pdf java" right? :-) Jalal, learn us

Re: [ot] Convert Html files to PDF

2007-06-14 Thread Peter Valencic
Look here: http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html jalal udeen pravi: Hi all , sorry , this is not related to struts but this is an urgent requirement for me can any one pls send the code to convert the Html files to Pdf file. pls thanks Jalaludeen

Prepopulate ActionForm bean with STruts

2007-05-29 Thread Peter Valencic
Hello to all... I'am working on a large project for car assicuration. My question is if it's possible to prepopulate a form for example.. On page A user must enter policy number... then in actionForm bean i get datas from DB and depends on datas I must prepopulate a form B Anyone have some sho

prepopulating a form (how to prepopulate ActionForm before it is called)

2007-05-23 Thread Peter Valencic
Hello to all. I would like to populate a ActionForm bean .. for example I have 2 pages page A.jsp and page B.jsp on page A I have ActionForm and on page B I have ActionForm bean.. Is there a possibility to prepopulate ActionForm for page B from page A? example *public* ActionForward execu