power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

TWizard + No ID = Prototype Error #435

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a page with a TWizard with no ID set:

<com:TForm>
    <com:TWizard>
        <com:TWizardStep>
        </com:TWizardStep>
     </com:TWizard>
</com:TForm>

What is the expected output? What do you see instead?

TypeError: element is null
/trunk/assets/997a1c0/prototype-1.7/prototype.js
Line 6385
if (typeof element._prototypeUID === 'undefined')

Please use labels and text to provide additional information.
Originally reported on the forum by pradorookie: 
http://www.pradoframework.com/forum/index.php?topic=16652.0

Original issue reported on code.google.com by ctrlal...@gmail.com on 25 Jan 2013 at 6:58

GoogleCodeExporter commented 8 years ago
fixed in r3265

Original comment by ctrlal...@gmail.com on 25 Jan 2013 at 7:00