[flexcoders] Second post: Really stuck on a problem which should be really easy? :(

2006-12-20 Thread rumpleminzeflickr
Hi there, I'm using the RDS Dataview in Flex Builder 2, and creating .cfc's and .as using the coldfusion wizard. This generates: - item.cfc - itemGateway.cfc - item.as Great, I can use the get() and getAll() methods of the itemGateway fine, but I can't figure out how to save the item. the

RE: [flexcoders] Second post: Really stuck on a problem which should be really easy? :(

2006-12-20 Thread Shannon Hicks
: [flexcoders] Second post: Really stuck on a problem which should be really easy? :( Hi there, I'm using the RDS Dataview in Flex Builder 2, and creating .cfc's and .as using the coldfusion wizard. This generates: - item.cfc - itemGateway.cfc - item.as Great, I can use the get() and getAll

Re: [flexcoders] Second post: Really stuck on a problem which should be really easy? :(

2006-12-20 Thread Bjorn Schultheiss
are you sure kkmis.models.itemGateway is in your wwwroot folder?