Ignore:
Timestamp:
13 Jun 2007, 15:57:09 (17 years ago)
Author:
joachim
Message:

mostly interswitch integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/display_cest_results.py

    r1805 r1892  
    1919pr = context.portal_registration
    2020
    21 res,psm,ds = lt.renderLayout(layout_id= 'student_application_search',
    22                       schema_id= 'student_application',
    23                       context=context,
    24                       mapping=validate and REQUEST,
    25                       ob={},
    26                       layout_mode='create',
    27                       formaction = "display_cest_results",
    28                       button = "Search",
    29                       commit=False,
    30                       )
    31 if psm == 'invalid':
     21res,psm,ds = lt.renderLayout('student_application_search',
     22                            'student_application',
     23                             context,
     24                             mapping=validate and REQUEST,
     25                             layout_mode='create',
     26                             ob={"jamb_reg_no": '',},
     27                             commit=False,
     28                             formaction = "display_cest_results",
     29                             button = "Search",
     30                            )
     31if True or psm == 'invalid':
    3232    return context.display_cest_results_form(rendered = res,
    3333                                 psm = "Please correct your input!",
Note: See TracChangeset for help on using the changeset viewer.