hi there..

i read it here..

http://corfield.org/index.cfm/event/machii.concepts : under the mach-
ii life cycle heading

and here...

http://www.mach-ii.info/index.cfm?event=faq.viewqa&faqid=6

so, it doesnt exist?

oh well... in that case....

i have created a service that handles the logic for a shopping
basket... add, remove, update etc....
this has access to my sessionFacade so that the basket contents can be
updated in the session.

The basket contents is a simple cfc that just has an array property,
the array gets updated with the product information depending on the
basket actions.

I have a plugin that initialises the basket when the sessionStarts,
and ensures that there is a instance of it in the session. This has
the sessionFacade injected into it so that the sessions can be set.

However, im finding that the basket is being scoped to the
application... so when one user updates the basket... it happens to
everyone.

i cant see what i have done wrong, so was hoping to get a peek at the
'supposed' sample cart!

On Jun 23, 8:04 pm, Matthew Woodward <[email protected]> wrote:
> jbuda wrote:
> > does anyone know where i can get the cart application?
>
> I'm not aware of a Mach-II-based shopping cart app. What were you reading?
>
> --
> Matthew Woodward
> [email protected]http://www.mattwoodward.com/blog
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html
>
>  smime.p7s
> 4KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to