If there is a bug, please enter it in JIRA with as much information as possible.
Thanks,
Matt
On 9/22/07, ramcis <[EMAIL PROTECTED]> wrote:
>
> I switched to use spring mvc framework, and it is workking fine. Just I want
> to inform you Matt that appgen add the name of the pojo before the name
I switched to use spring mvc framework, and it is workking fine. Just I want
to inform you Matt that appgen add the name of the pojo before the name of
destination of actionforward so why I got errors.
Ramzi
mraible wrote:
>
> What's your ActionForward pointing to? Does a file exist there? If
What's your ActionForward pointing to? Does a file exist there? If you
know how Struts works, hopefully this won't be too difficult to figure
out.
Matt
On 9/10/07, ramcis <[EMAIL PROTECTED]> wrote:
>
> I took appfuse as it is, that means i'm using the default web framework.
> I created a pojo nam
I took appfuse as it is, that means i'm using the default web framework.
I created a pojo named Book, I'used appgen to generate stuff and I
integrated the generated stuff to the application. When I tried to see the
list of books I get page not found, also menu related to pojo Book doesn't
work. I
What's the URL the menu is trying to go to? What web framework are you using?
On 9/10/07, ramcis <[EMAIL PROTECTED]> wrote:
>
> I'm using appfuse 1.9.4, I'm trying to build an application to manage books.
> I just created a class Book and I generated all stuff needed for CRUD
> operation. but when
I'm using appfuse 1.9.4, I'm trying to build an application to manage books.
I just created a class Book and I generated all stuff needed for CRUD
operation. but when I clicked on menu item to view the list of books I get
the following error : page not found. I didn't change any of generated cod