Uploaded image for project: 'JBoss Developer Materials'
  1. JBoss Developer Materials
  2. JDF-187

Mistype errors on Ticket Monster tutorial Building The User UI Using HTML5 page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jdfsite-2.1.4.Final
    • None
    • None
    • None

      http://www.jboss.org/jdf/examples/ticket-monster/tutorial/UserFrontEnd/

      Text 'tickets requiredfor each' should be 'tickets required for each'
      Text 'venues and vi existing bookings' should be 'venues and via existing bookings'
      Text 'contains the JavaScript code, split between resources/js/lib' should be 'contains the JavaScript code, split between resources/js/libs'
      Source code of src/main/webapp/resources/js/app/router/mobile/router.js is missing one curly bracket:

       var Router = Backbone.Router.extend({
              defaultHandler:function (actions) {
                  if ("" != actions) {
                      $.mobile.changePage("#" + actions, {transition:'slide', changeHash:false, allowSamePageTransition:true});
                  }
          });
      

      should be

       var Router = Backbone.Router.extend({
              defaultHandler:function (actions) {
                  if ("" != actions) {
                      $.mobile.changePage("#" + actions, {transition:'slide', changeHash:false, allowSamePageTransition:true});
                  }
          }});
      

            vineet.reynolds_jira Vineet Reynolds (Inactive)
            vpakan Vlado Pakan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: