Re: Generate html page from java POJO in Wickets

2012-07-13 Thread Decebal Suiu
See at
http://incubator.apache.org/isis/viewer/wicket/docbkx/html/guide/ch01s02.html
a comparison between apache isis wicket viewer and other wicket rad
frameworks.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650512.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread Martijn Dashorst
s/r/s/

google "Apache Isis Java" instead.

Martijn

On Thu, Jul 12, 2012 at 6:24 PM, venkatnsm  wrote:
> 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.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread Martin Grigorov
as we said in the first mails in this thread - this project is not
maintained anymore (last revision is 3+ years ago)

Check Apache Iris project

On Thu, Jul 12, 2012 at 5:48 PM, venkatnsm  wrote:
> hi Martin,
>
>
> I can build core project, but am unable to build jpa-utils project. see
> error below.
>
> E:\Venkat\wicket-rad\jpa-utils>mvn clean install
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for com.recursivity.jpa:jpa-utils:jar:1.0
> [WARNING] 'build.plugins.plugin.version' for
> org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 75, column
> 12
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> [WARNING]
> [INFO]
> [INFO]
> 
> [INFO] Building jpa-utils 1.0
> [INFO]
> 
> Downloading:
> http://repository.jboss.com/maven2/com/google/code/guice/guice/2.0/guice-2.0.pom
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 2.217s
> [INFO] Finished at: Thu Jul 12 20:09:29 IST 2012
> [INFO] Final Memory: 3M/56M
> [INFO]
> 
> [ERROR] Failed to execute goal on project jpa-utils: Could not resolve
> dependencies for project com.recursivity.jpa:jpa-utils:jar:1.0: Faile
> d to collect dependencies for
> [org.hibernate:hibernate-entitymanager:jar:3.5.1-Final (compile),
> org.slf4j:slf4j-api:jar:1.5.11 (provided), o
> rg.slf4j:slf4j-simple:jar:1.5.11 (provided),
> com.google.code.guice:guice:jar:2.0 (compile),
> aopalliance:aopalliance:jar:1.0 (compile), hsqld
> b:hsqldb:jar:1.8.0.7 (test), junit:junit:jar:4.0 (test)]: Failed to read
> artifact descriptor for com.google.code.guice:guice:jar:2.0: Could
> not transfer artifact com.google.code.guice:guice:pom:2.0 from/to jboss
> (http://repository.jboss.com/maven2/): Access denied to: http://repo
> sitory.jboss.com/maven2/com/google/code/guice/guice/2.0/guice-2.0.pom ->
> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> E:\Venkat\wicket-rad\jpa-utils>
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650476.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...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-utils>mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for com.recursivity.jpa:jpa-utils:jar:1.0
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 75, column
12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO]
[INFO]

[INFO] Building jpa-utils 1.0
[INFO]

Downloading:
http://repository.jboss.com/maven2/com/google/code/guice/guice/2.0/guice-2.0.pom
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 2.217s
[INFO] Finished at: Thu Jul 12 20:09:29 IST 2012
[INFO] Final Memory: 3M/56M
[INFO]

[ERROR] Failed to execute goal on project jpa-utils: Could not resolve
dependencies for project com.recursivity.jpa:jpa-utils:jar:1.0: Faile
d to collect dependencies for
[org.hibernate:hibernate-entitymanager:jar:3.5.1-Final (compile),
org.slf4j:slf4j-api:jar:1.5.11 (provided), o
rg.slf4j:slf4j-simple:jar:1.5.11 (provided),
com.google.code.guice:guice:jar:2.0 (compile),
aopalliance:aopalliance:jar:1.0 (compile), hsqld
b:hsqldb:jar:1.8.0.7 (test), junit:junit:jar:4.0 (test)]: Failed to read
artifact descriptor for com.google.code.guice:guice:jar:2.0: Could
not transfer artifact com.google.code.guice:guice:pom:2.0 from/to jboss
(http://repository.jboss.com/maven2/): Access denied to: http://repo
sitory.jboss.com/maven2/com/google/code/guice/guice/2.0/guice-2.0.pom ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
E:\Venkat\wicket-rad\jpa-utils>




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650476.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...@wicket.apache.org



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: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650474.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread Martin Grigorov
is there something like : E:\Venkat\wicket-rad\wicket-rad-parent ?

if YES, then cd into it and run: mvn install -N
then
cd E:\Venkat\wicket-rad\
mvn install

On Thu, Jul 12, 2012 at 5:19 PM, venkatnsm  wrote:
> E:\Venkat\wicket-rad>cd..
>
>
> 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]
> 
> [INFO] Total time: 0.110s
> [INFO] Finished at: Thu Jul 12 19:41:58 IST 2012
> [INFO] Final Memory: 2M/56M
> [INFO]
> 
> [ERROR] The goal you specified requires a project to execute but there is no
> POM in this directory (E:\Venkat). Please v
> erify you invoked Maven from the correct directory. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650472.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...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread venkatnsm
E:\Venkat\wicket-rad>cd..


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]

[INFO] Total time: 0.110s
[INFO] Finished at: Thu Jul 12 19:41:58 IST 2012
[INFO] Final Memory: 2M/56M
[INFO]

[ERROR] The goal you specified requires a project to execute but there is no
POM in this directory (E:\Venkat). Please v
erify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650472.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread Martin Grigorov
Go one directory up (cd..) and run the same command

On Thu, Jul 12, 2012 at 5:01 PM, venkatnsm  wrote:
> can you tell me the what is problem, when type command mvn clean install
>
>
> E:\Venkat\wicket-rad>mvn 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
> (E:\Venkat\wicket-rad\wicket-rad-core\pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM: Failure to find
> org.wicketrad:parent:pom:0.8 in http://repo1.maven.org/maven2 was
>  cached in the local repository, resolution will not be reattempted until
> the update interval of maven2 has elapsed or u
> pdates are forced and 'parent.relativePath' points at wrong local POM @ line
> 4, column 14 -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650469.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...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-rad>mvn 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
(E:\Venkat\wicket-rad\wicket-rad-core\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find
org.wicketrad:parent:pom:0.8 in http://repo1.maven.org/maven2 was
 cached in the local repository, resolution will not be reattempted until
the update interval of maven2 has elapsed or u
pdates are forced and 'parent.relativePath' points at wrong local POM @ line
4, column 14 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650469.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...@wicket.apache.org



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-rad>mvn 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
(E:\Venkat\wicket-rad\wicket-rad-core\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find
org.wicketrad:parent:pom:0.8 in http://localsys/mavenrepo/c
ontent/repositories/externals/ was cached in the local repository,
resolution will not be reattempted until the update i
nterval of art-externals has elapsed or updates are forced and
'parent.relativePath' points at wrong local POM @ line 4,
 column 14 -> [Help 2]



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650468.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread Decebal Suiu
https://sites.google.com/site/wicketrad/downloads

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650464.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-12 Thread Decebal Suiu
https://sites.google.com/site/wicketrad/getting-the-source-code

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650463.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...@wicket.apache.org



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 wicketstuff
& hibernate dendencies.


Please let me know, how to proced or am i doing any wrong?


Thanks
Venkat


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650459.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...@wicket.apache.org



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 http://code.google.com/p/wicket-jsr303-validators/. It's not
> uptodate but you can see how it works.
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650389.html
>  To unsubscribe from Generate html page from java POJO in Wickets, click
> here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4650360&code=dmVua2F0LnN1a2lAZ21haWwuY29tfDQ2NTAzNjB8LTIxMzQ5MjE5NTY=>
> .
> NAML<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>



-- 
Thanks & Regards
venkat
91-9880042901


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650390.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-05 Thread Decebal Suiu
See also http://code.google.com/p/wicket-jsr303-validators/. It's not
uptodate but you can see how it works.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650389.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-04 Thread Martin Grigorov
See IValidator class and all its implementations.

On Wed, Jul 4, 2012 at 3:40 PM, venkatnsm  wrote:
> 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?
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650364.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...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360.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...@wicket.apache.org



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?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650364.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...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-04 Thread Martin Grigorov
As far as I know both of these projects are not developed since a long time.
Use them just for inspiration.

On Wed, Jul 4, 2012 at 3:20 PM, Decebal Suiu  wrote:
> https://sites.google.com/site/wicketrad/
> http://wicketwebbeans.sourceforge.net/
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650361.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...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Generate html page from java POJO in Wickets

2012-07-04 Thread Decebal Suiu
https://sites.google.com/site/wicketrad/
http://wicketwebbeans.sourceforge.net/


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Generate-html-page-from-java-POJO-in-Wickets-tp4650360p4650361.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...@wicket.apache.org