[appfuse-user] Need Help Bout Generating a Report using webwork and spring

2007-11-12 Thread Mel Pison
Hi everyone, Im currently doing a data view report wherein i could export it into a pdf and excel files. the columns and rows are not fixed(they are dynamically created and i have a collection for each column headers and row data). I have learned that the displaytag is relying on fixed prop

[appfuse-user] Problem in updating an Object

2007-09-10 Thread Mel Pison
Hi all, I am using appfuse 1.9x and webwork as the web framework. I'm trying to build an application to manage studies but Im encountering some problems. The relationship of POJOs is like this, Study has many Studypageset(1 to many) and Studypageset has many studyPage (1 to many). I must c

Re: [appfuse-user] Updating User problem

2007-07-15 Thread Mel Pison
Thanks for the reply matt! I already fixed my errors by comparing my codes to lower version Thanks again Matt!! Mel Matt Raible wrote: What version of AppFuse are you using? You might want to compare your code with the latest in Subversion. Matt On 7/16/07, Mel Pison <[EMAIL PROTEC

Re: [appfuse-user] Updating User problem

2007-07-15 Thread Mel Pison
have a field in your form for the user id (this should be a hidden field). As a result, when your request goes back to Hibernate it thinks you are persisting a new user rather than updating an existing one. Mike. On 7/12/07, *Mel Pison* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>

Re: [appfuse-user] Updating User problem

2007-07-12 Thread Mel Pison
er than updating an existing one. Mike. On 7/12/07, *Mel Pison* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I am using appfuse 1.9x and webwork as the web framework Regarding my problem, I'm using the same object (User) from the example on appfuse. I ca

Re: [appfuse-user] Updating User problem

2007-07-11 Thread Mel Pison
e of the problem would also be useful: when you say can't update, do you mean the data does not appear in the database or is an exception raised? Have you got unit tests for each tier and are they passing? Mike. On 7/12/07, *Mel Pison* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTE

Re: [appfuse-user] Updating User problem

2007-07-11 Thread Mel Pison
ng? Some more details on the exact nature of the problem would also be useful: when you say can't update, do you mean the data does not appear in the database or is an exception raised? Have you got unit tests for each tier and are they passing? Mike. On 7/12/07, *Mel Pison* <[EMA

[appfuse-user] Updating User problem

2007-07-11 Thread Mel Pison
the new roles for a user. I already compared all my java files for users to the tutorials java files and it seems that there are no errors on that. I cant use the update functionality. Please suggest some solutions. Thanks! :D