You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/11/06 14:43:48 UTC

DO NOT REPLY [Bug 24463] New: - [PATCH] Petstore sample: bug fixes + completions

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24463>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24463

[PATCH] Petstore sample: bug fixes + completions

           Summary: [PATCH] Petstore sample: bug fixes + completions
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: tek@leonid.de


This patch fixes a list of bugs of the current Petstore sample and provides some
new (bugs :) implementations:
editAccount(), newAccount(), billingForm(order), shippingForm(order),
viewOrder(), listOrders. 

All alternative views (Jexl, JXPath, Xsp, Velocity) are still supported.

In this update, I removed the uncompleted JXForm part. The form handling and
validation is now done by woody. (respecting the latest syntax update for
<widgets />)

flow experts: please review my hacks in petstore.js. Also my conn.update()s
without try/catch blocks in PetStoreImpl.js need probably some refinements.

Since I touched almost every file, I attache the whole working sample as a
tag.gz archive. 

/leo