Required wicket rad sample example

2012-07-04 Thread venkatnsm
hi, If anybody has Wicket rad sample example/code to generate java pogo to HTML form. I want to genarate html form dynamaically with validations. Please send the JPA jar file link also. -- View this message in context:

Re: Generate html page from java POJO in Wickets

2012-07-04 Thread venkatnsm
other than bean @Textfiled annotation, can we generate Text field in HTML.. How can we validate these bean properties. i want to validate. - String value if bean property is string type, Integer value if bean property is Int type - Max length min lenth. can we do these in pogo using wickets?

Generate html page from java POJO in Wickets

2012-07-04 Thread venkatnsm
hi, how to generate html page from java POJO. (Apache wickets) Suppose in pogo i have name age, for these fields i want to generate text field automatically in HTML with validations. Thanks in advance. -- View this message in context:

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

2012-07-04 Thread venkatnsm
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. -- View this message in context:

Re: Generate html page from java POJO in Wickets

2012-07-05 Thread venkatnsm
Thanks Decebal Martin, I am starting to work on generating html form from POJO. I will come with questions, if i face any probem. On Thu, Jul 5, 2012 at 2:13 PM, Decebal Suiu [via Apache Wicket] ml-node+s1842946n4650389...@n4.nabble.com wrote: See also

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
I am unable to set up wicketrad application in my local system. Getting mavan dependencies problem, I did as follows. Step 1: downloaded wicket-rad-0.6-src.tar from above link. Step 2: Imported wicket-rad-core as maven project. Step 3: When i did update maven dependencies, getting error at

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
I am getting following error, checked out code given mvn clean install coomand. Please let me know the issue E:\Venkat\wicket-radmvn clean install [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
can you tell me the what is problem, when type command mvn clean install E:\Venkat\wicket-radmvn clean install [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project org.wicketrad:wicket-rad-core:0.8

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
E:\Venkat\wicket-radcd.. E:\Venkat mvn clean install is this correct way ? my project is wicket-rad, see error [INFO] Scanning for projects... [INFO] [INFO] BUILD FAILURE [INFO]

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
i have directory structure. E:\Venkat\wicket-rad \wicket-rad-core \jpa-utils \wicket-jpa i tried in same way, still i am getting same prob. -- View this message in context:

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
hi Martin, I can build core project, but am unable to build jpa-utils project. see error below. E:\Venkat\wicket-rad\jpa-utilsmvn clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for

Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
please send me the link of Apache Iris project , i want to convert pojo fields to UI . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650482.html Sent from the Users forum mailing list archive at Nabble.com.