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
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
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
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]>>
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
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
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
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