Hi,

I am trying to upgrade from 5.0 to 5.2.6 and run into an issue.  

After loading my page (at the end of message), the line 
  # advancedSearch 

is rendered differently in T5.0 and T5.2.6

In T5.0, which it has been working, rendered as
    # Advanced Search 

In T5.2.6  which gives error, rendered as
   
/app/start.advancedsearchlink.advancedsearch;jsessionid=DB4977EE188B4E64DE73DA2648B537DC
Advanced Search 

   And in javascript console, there are two errors
       Uncaught TypeError: Object [object Object] has no method
'attachEvent'       prototype.js:5644
            observeprototype.js:5644
            _methodized                                                         
                          
prototype.js:438
            Tapestry.onDOMLoaded                                                
                    
tapestry.js:171
             (anonymous function)                                               
                       
start:298

       Uncaught TypeError: Object [object Object] has no method
'dispatchEvent'     prototype.js:5734

   When click on the actionlink, it doesn't work. Backend doesn receive the
actionEvent.    
      Javascript error 
         Uncaught TypeError: Object [object Object] has no method
'setAttribute'     prototype.js:2284
             Element.Methods.writeAttribute                                     
                   
prototype.js:2284
                    global.Element                                              
                          
prototype.js:1898
                    Tapestry.waitForPage                                        
                      
tapestry.js:120
                   (anonymous function)                                         
                      
start:247
                    onclick

This seemed to be an issued already fixed in TAP5-586 as in 5.1.0.2 released
note. But it's not working for me. Any help would be appreciated.

Simon

========================
The full page template is:
<div id="asl"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>
   # advancedSearch 
     
    <t:zone t:id="asBlock">
        
           <div class="hide">
                <div id="as">
                                <div t:type="search/advancedSearchComponent"
id="advancedSearchComponent" t:id="advancedSearchComponent" />
                        </div>
           </div>
    </t:zone>
</div>


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/A-TAP5-586-alike-issue-tp5110523p5110523.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to