Hi,
I'm also new to Struts 2 + spring + hibernate and your lessons seem nicely made, just what I was looking for.
I have a problem though: I can't find the SQL code for the tables. Do you think it's possible to have the sql code or at least the table/fields descriptions?
I'm trying to reverse engineer it from the .lesson.model package but as I'm new to Hibernate I'm afraid I might lose something.
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need your help to improve Struts 2 tutorial.
Any suggestions/comments are welcome.
Thanks.
Hi, I'm learning Struts 2.
What Struts 2 version are you using?
Hi,
I'm also new to Struts 2 + spring + hibernate and your lessons seem nicely made, just what I was looking for.
I have a problem though: I can't find the SQL code for the tables. Do you think it's possible to have the sql code or at least the table/fields descriptions?
I'm trying to reverse engineer it from the .lesson.model package but as I'm new to Hibernate I'm afraid I might lose something.
Thanks in advance!
Hi, I found two problems in page visualization.
http://www.polarhome.com/~maupag/betatest/betatester.html
You need Xchange this line
<div id="arena_2_1" style="display:none">
with
<div class="autodiv" id="arena_2_1" style="display:none">
and this line
Xchange this line
<div id="arena_2_2" style="display:none">
with
<div class="autodiv" id="arena_2_2" style="display:none">
hi onepd guys,
Dont forget S2 - Spring - IBATIS integration. Please do not include tiles in ur examples...