Re: [appfuse-user] Adding CSS Style of my own

2010-05-19 Thread Richard Nduka
Hi Gang, I am sure somebody must have asked this question previously but please bear with me as i ask it again. How easy would it be to integrate a third party CSS Design into appfuse? Thanks.

Re: [appfuse-user] required artifacts are missing for build

2010-04-04 Thread Richard Nduka
Yes it does. It happens before and after running full-source. On Thu, Apr 1, 2010 at 5:46 PM, Matt Raible wrote: > Does this happen after running full-source? > > > On Apr 1, 2010, at 9:23 AM, Richard Nduka wrote: > > Hi, > > I have searched the forum for past topic

Re: [appfuse-user] required artifacts are missing for build

2010-04-01 Thread Richard Nduka
Hi, I have searched the forum for past topics on this issue but cant seem to find any definite solution to the problem. I downloaded appfuse 2.1.0-M1 and have not been able to go past building it. I gathered this error happens only on windows. Please is there a solution to this problem on windows?

Re: [appfuse-user] Many to One - presentation

2008-10-27 Thread Richard Nduka
Hi, i am using appfuse 2.0.2 with spring mvc. I have run into a little problem. Basically my User.java has a many-to-one relationship with another pojo called Position. i have a getter and setter for Position in User. When i display a new USer form, i want a drop down with a list of position name

Re: [appfuse-user] Resizing the Simplicity theme dosent work on IE 7

2008-08-31 Thread Richard Nduka
? On Wed, Jul 30, 2008 at 7:47 AM, Richard Nduka <[EMAIL PROTECTED]>wrote: > Thanks Matt, Tibi. You were very helpful. > > > Cheers. > > On Tue, Jul 29, 2008 at 10:41 PM, Matt Raible <[EMAIL PROTECTED]>wrote: > >> This may help: >> >> http:/

Re: [appfuse-user] Adding a new CSS to appfuse 2.X

2008-08-22 Thread Richard Nduka
other CSS files in other themes for hints. > > Matt > > On Thu, Aug 21, 2008 at 3:49 PM, Richard Nduka <[EMAIL PROTECTED]> > wrote: > > Hi Matt, > > > > Thanks for your mail. Any leads or idea on how i can go about doing the > > integration would be gr

Re: [appfuse-user] Adding a new CSS to appfuse 2.X

2008-08-21 Thread Richard Nduka
7;s > generally taken me a couple hours to get them right. > > Matt > > On Thu, Aug 21, 2008 at 3:35 PM, Richard Nduka <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > I just want to know if it is possible to be able to integrate the other > CSS > > des

Re: [appfuse-user] Adding a new CSS to appfuse 2.X

2008-08-21 Thread Richard Nduka
Hi, I just want to know if it is possible to be able to integrate the other CSS designs not included with appfuse like "fuseapp001" for instance and how one might attempt doing it. Thanks in advance. Regards, Richard.

Re: [appfuse-user] How to make appfuse occupy the entire browser window

2008-07-29 Thread Richard Nduka
Thanks Matt, Tibi. You were very helpful. Cheers. On Tue, Jul 29, 2008 at 10:41 PM, Matt Raible <[EMAIL PROTECTED]>wrote: > This may help: > > http://appfuse.org/display/APF/CSS+Framework#CSSFramework-fullwidth > > Matt > > > On Tue, Jul 29, 2008 at 1:45 PM, R

Re: [appfuse-user] How to make appfuse occupy the entire browser window

2008-07-29 Thread Richard Nduka
Hi, Appfuse just occupies the center of the screen in browser (am using IE) and the simplicity theme. How do i increase it in such a way that appfuse occupies the entire browser window. Thanks in advance.

Re: [appfuse-user] Invoke WebServices

2008-07-27 Thread Richard Nduka
You may also want to take a look at spring webservices to create a simple client. On Wed, Jul 23, 2008 at 9:03 PM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Hi, I want invoke a Webservices (eg: PersonManager) from other application. > How I do this? > > >

Re: [appfuse-user] Spring Live Practice

2007-11-19 Thread Richard Nduka
This happens even though i have the file in my web/WEN-INF folder. On Nov 19, 2007 5:43 PM, Richard Nduka <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks a lot for your mail. I replaced the spring jar file i had with > an older version 1.x actually and the issue disappeared. Now

Re: [appfuse-user] Spring Live Practice

2007-11-19 Thread Richard Nduka
<[EMAIL PROTECTED]> wrote: > Which release in particular? > > > > Mike. > > On 11/19/07, Richard Nduka <[EMAIL PROTECTED]> wrote: > > It seems like i am using version 2 of Spring. > > > > On Nov 19, 2007 4:28 PM, Michael Horwitz < [EMAIL PROTECTED]&

Re: [appfuse-user] Spring Live Practice

2007-11-19 Thread Richard Nduka
It seems like i am using version 2 of Spring. On Nov 19, 2007 4:28 PM, Michael Horwitz <[EMAIL PROTECTED]> wrote: > It looks like your Spring dependency may be of the wrong version. Which > version of Spring are you using? > > Mike. > > > On 11/19/07, Richard Nduk

Re: [appfuse-user] Spring Live Practice

2007-11-19 Thread Richard Nduka
Hi, I was just trying to read through Spring Live and follow along with the practice examples and on running the UserControllerTest in chapter 4 i get the error below: [junit] Testcase: testGetUsers(com.softforce.schoolnet.controller.UserControllerTest):Caused an ERROR [junit] org.spring

Re: [appfuse-user] Future of Spring MVC

2007-11-15 Thread Richard Nduka
Sorry Sanjiv, but what does SEO mean?? I see you using it here. On Nov 12, 2007 10:12 PM, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: > Great to hear. In addition to the inordinate time I've putting into GWT-Ext, > I've also been playing around with Wicket and think its one of the > front-runners in

Re: [appfuse-user] Subclassing in appfuse

2007-10-17 Thread Richard Nduka
HI, I have the Users table which i have decided to use to stuff common fields and i have Teacher, Student and Parent which i have made to be subclasses of Users and which would store specific fields that are not common using the hibernate joined subclass per table strategy. I have also included

Re: [appfuse-user] Object Model - Hibernate

2007-10-09 Thread Richard Nduka
Alrite. Thanks On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > If you haven't gotten a response, it's likely that no one knows the > answer to your question. > > Matt > > On 10/9/07, Richard Nduka <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] Object Model - Hibernate

2007-10-09 Thread Richard Nduka
Hi Folks, I have a little problem. Basically this is my problem: My application requires an object model that includes a parent, teacher, student and of course each of this type of persons would be able to logon to the application. So i have basically abstracted all the common stuffs like name, t

Re: [appfuse-user] Object Model - Hibernate

2007-10-09 Thread Richard Nduka
Any Help with the below problem??? Hi Folks, > > I have a little problem. Basically this is my problem: > > My application requires an object model that includes a parent, teacher, > student and of course each of this type of persons would be able to logon to > the application. So i have basically

Re: [appfuse-user] Object Model - Hibernate

2007-10-08 Thread Richard Nduka
Hi Folks, I have a little problem. Basically this is my problem: My application requires an object model that includes a parent, teacher, student and of course each of this type of persons would be able to logon to the application. So i have basically abstracted all the common stuffs like name, t

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-14 Thread Richard Nduka
lem... triple check. I can't > think of a reason why these beans could not be created other than a > problem with the .xml files. > > > Hope that helps, > Nathan > > Richard Nduka wrote: > > Please can somebody help me with this error my boss is seriously

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Richard Nduka
Please can somebody help me with this error my boss is seriously on my kneck as i need to deliver. Thanks. On 2/13/07, Richard Nduka <[EMAIL PROTECTED]> wrote: This is another startup log. I was able to catch it right from the very beginning. Any assistance would be appreciated.

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Richard Nduka
tance would be highly appreciated. Thanks. On 2/13/07, Nathan Anderson <[EMAIL PROTECTED]> wrote: In that case Matt's response or the alternative I suggested should work just fine... Nathan Richard Nduka wrote: > Maybe my choice of words sounded rather confusing. I meant a scener

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Richard Nduka
before. > You might try searching the archives, or looking at Spring's imagedb > sample application. > > Matt > > On 2/12/07, Richard Nduka <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Any assistance on this would be highly appreciated. Thanks a lot. &g

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Richard Nduka
Hi, Any assistance on this would be highly appreciated. Thanks a lot. On 2/12/07, Richard Nduka <[EMAIL PROTECTED]> wrote: Hi All, I have a requirement in my appfuse 194 application to as part of a registration process include capturing and displaying pictures of individuals doi

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Richard Nduka
Hi All, I have a requirement in my appfuse 194 application to as part of a registration process include capturing and displaying pictures of individuals doing the registration. Please has anyone done this before? How do i go about doing this? Any suggestions would be welcomed and appreciated. I

Re: [appfuse-user] Creating an application in appfuse with an existing database

2007-01-14 Thread Richard Nduka
ur existing database. It will create the app_user, user_role and role tables in this database. Is that what you're looking for? Have you tried using your existing database? If so, please post any issues you've had. Matt On 1/14/07, Richard Nduka <[EMAIL PROTECTED]> wrote: > im using

Re: [appfuse-user] Creating an application in appfuse with an existing database

2007-01-14 Thread Richard Nduka
im using appfuse 1.9.4 with postgres 8. On 1/13/07, Matt Raible <[EMAIL PROTECTED]> wrote: Which version of AppFuse are using? Matt On 1/13/07, Richard Nduka <[EMAIL PROTECTED]> wrote: > > Hi, > > How do i get appfuse not to create a database but instead use an

[appfuse-user] Creating an application in appfuse with an existing database

2007-01-13 Thread Richard Nduka
Hi, How do i get appfuse not to create a database but instead use an existing database and existing tables: Thanks.