[appfuse-user] Appfuse application developpement

2007-09-09 Thread ramcis
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

Re: [appfuse-user] Appfuse application developpement

2007-09-10 Thread ramcis
'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, ram

[appfuse-user] Error while downloading Appfuse 2

2007-09-14 Thread ramcis
Hi, I downloaded Appfuse 2, but when I tried to extract the archive file I got many errors, many files have wrong CRC, is it possible to get Appfuse from SVN or CVS ? Regards -- View this message in context: http://www.nabble.com/Error-while-downloading-Appfuse-2-tf4443196s2369.html#a12677417

Re: [appfuse-user] Error while downloading Appfuse 2

2007-09-15 Thread ramcis
ppfuse.org/display/APF/AppFuse+QuickStart > > Matt > > On 9/14/07, ramcis <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I downloaded Appfuse 2, but when I tried to extract the archive file I >> got >> many errors, many files have wrong CRC, is

Re: [appfuse-user] Error while downloading Appfuse 2

2007-09-21 Thread ramcis
Matt can you provide the full package for download (appfuse + it dependencies) ? Thanks. ramcis wrote: > > Hi, > > I downloaded Appfuse 2, but when I tried to extract the archive file I got > many errors, many files have wrong CRC, is it possible to get Appfuse fr

Re: [appfuse-user] Appfuse application developpement

2007-09-22 Thread ramcis
t 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 c