Nothing easier than that! MyBean bean = new MyBean(); System.out.println(bean.toHtmlWithFieldsAndValidationAndEverything());
Seriously: if you want us to help you should ask serious questions. Nobody will be able to explain how to automatically generate a HTML page from a POJO. You might as well ask: I have some sugar, 2 eggs and and pound of flour, how to automatically bake a cake out of this?! SCNR, -Tom On 04.07.2012, at 15:13, venkatnsm wrote: > hi, > > how to generate html page from java POJO. > > Suppose in pogo i have name & age, for these fields i want to generate text > field automatically in HTML with validations. > > Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
