Re: [appfuse-user] [appfuse-users] - Some one have a CRUD example working with GenericDAO?

2009-05-03 Thread Michael Horwitz
Perhaps if you could post details of the errors you are getting we may be able to help? Mike 2009/5/3 Leonardo Castaño > Hi AppFuseFans ... > > Please, if some one have this working fine, send me POJO, actions and > htmlxs. > I am triying to make a CRUD using GenericDao with two tables master/d

[appfuse-user] [appfuse-users] - Some one have a CRUD example working with GenericDAO?

2009-05-03 Thread Leonardo Castaño
Hi AppFuseFans ... Please, if some one have this working fine, send me POJO, actions and htmlxs. I am triying to make a CRUD using GenericDao with two tables master/details related but I have erros when I am going to save the maped Entity. With entity owner no have problems to save and display dat

Re: [appfuse-user] [appfuse-users] - Some one have a CRUD example working with GenericDAO?

2009-05-03 Thread Leonardo Castaño
Caused by: javax.el.ELException: /personaForm.xhtml @34,141 value="#{personaForm.persona.comuna['comNombre']}": java.lang.NullPointerException at com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:65) Caused by: java.lang.NullPointerException at cl.lejadesh.ap

Re: [appfuse-user] [appfuse-users] - Some one have a CRUD example working with GenericDAO?

2009-05-03 Thread Michael Horwitz
Looks like the comuna is not set on the person. Have you checked that the database tables are properly populated, i.e. that the comunaId column is not-null? 2009/5/3 Leonardo Castaño > Caused by: javax.el.ELException: /personaForm.xhtml @34,141 > value="#{personaForm.persona.comuna['comNombre']

[appfuse-user] [appfuse-users] CRUD with master/detail Persona *---1 Comuna

2009-05-03 Thread Leonardo Castaño
Triying to solve the problem with JSF in personaForm I have the next error... some one know what is it ?? Caused by: java.lang.IllegalArgumentException: Cannot convert Comuna [comid='3', comNombre='Florida', ] of type class java.lang.String to class cl.lejadesh.app.model.Comuna at com.s

Re: [appfuse-user] Error when run mvn site command

2009-05-03 Thread Kenny Ha
Ok,I will try. Thanks for your advice. igorkl wrote: > > Hi Kenny, > > I ran into the same problem with xfire-jsr181-api-1.0-M1.pom (in a > different project). > > If you are still looking for the solution try to delete the whole element > xfire-jsr181-api from your local maven repository and

[appfuse-user] [appfuse-users] CRUD master/detail

2009-05-03 Thread Leonardo Castaño
Hi Appfusers, I have a question about how to do a CRUD over two tables related like master/detailI dont know if is adivsable use the GenericManager or is better use a customManager to do it Tkz .) -- Leonardo Castaño D.

[appfuse-user] Hibernate Named SQL query

2009-05-03 Thread Kenny Ha
Hi all, I posted this problem on AppFuse-Dev, but I haven't found solution yet. All I want is to excute SQL query from an XML file by using Hibernate (Hibernate Named SQL query) I create Maven with Struts 2 framework by running commands : _ mvn archetype:create -DarchetypeGroupId=org.appfuse.ar

[appfuse-user] Change skin for site report?

2009-05-03 Thread Kenny Ha
Hi all, How to change skin for site report? Thanks and Regards! Kenny -- View this message in context: http://www.nabble.com/Change-skin-for-site-report--tp23362691s2369p23362691.html Sent from the AppFuse - User mailing list archive at Nabble.com. ---

Re: [appfuse-user] Change skin for site report?

2009-05-03 Thread Kenny Ha
Ok,I found a tutorial for this. Kenny Ha wrote: > > Hi all, > > How to change skin for site report? > > Thanks and Regards! > Kenny > -- View this message in context: http://www.nabble.com/Change-skin-for-site-report--tp23362691s2369p23362820.html Sent from the AppFuse - User mailing list

[appfuse-user] Handling MaxUploadSizeExceededException

2009-05-03 Thread Carlos Ortiz
Hi everyone I don't know if any of you have come across the following annoying situation. I am using Spring Framework 2.5.5 using Spring Web MVC and Spring JDBC, using Eclipse WTP and Tomcat, but the feature I am trying to control is the FileUpload process. Well I have set everything to work with

Re: [appfuse-user] Error when run mvn site command

2009-05-03 Thread Kenny Ha
Everytime I run mvn site command,it take me a long time to build successful (over 20 minutes) How to make site command run faster?? Thanks all! Kenny Ha wrote: > > Hi all, > > I build a Maven project with Struts 2 Basic framework by following steps : > _ mvn archetype:create -DarchetypeGroupI