Re: java pojo/Bean to generate html (textfield, dropdown,radio buttons)

2012-07-05 Thread yesotaso
-wicket.1842946.n4.nabble.com/java-pojo-Bean-to-generate-html-textfield-dropdown-radio-buttons-tp4650368p4650387.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: java pojo/Bean to generate html (textfield, dropdown,radio buttons)

2012-07-05 Thread Kees van Dieren
to generate text field automatically in HTML with validations. Thanks in advance. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/java-pojo-Bean-to-generate-html-textfield-dropdown-radio-buttons-tp4650359.html Sent from the Users forum mailing list archive

java pojo/Bean to generate html (textfield, dropdown,radio buttons)

2012-07-04 Thread venkatnsm
-html-textfield-dropdown-radio-buttons-tp4650359.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: java pojo/Bean to generate html (textfield, dropdown,radio buttons)

2012-07-04 Thread Thomas Götz
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