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 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 took a look on log, I see that action is working but actionforward > doesn't work. Can I attach my source code to take a look ? Regards > > > > mraible wrote: > > > > 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 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 > >> code > >> with appgen. As i see in log file, when clicking on the menu the action > >> is > >> invoked but no reponse, just telling page not found. Thanks > >> -- > >> View this message in context: > >> http://www.nabble.com/Appfuse-application-developpement-tf4411856s2369.html#a12585806 > >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > http://raibledesigns.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Appfuse-application-developpement-tf4411856s2369.html#a12596716 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
