All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry.contrib.ajax.XTile.jwc Maven / Gradle / Ivy

There is a newer version: 4.1.6
Show newest version






    
    
        A component providing the required JavaScript to pass some information to the server
        and receive its response without reloading the page (Ajax)
    
    
    
        
            The listener that will be invoked when the Javascript function with the given name is invoked.
            Any parameters passed to the send function will be available from cycle.getServiceParameters(). 
            In addition, the listener can perform cycle.setServiceParameters() to pass an array of
            strings to the JavaScript receive function. If the listener is not provided, Tapestry will
	        attempt to find a listener with the capitalized id of the component, prefixed by "do". For
	        example, jwcid="clear@XTile" would have a listener called doClear().
        
    
    
    
        
            The name of the JavaScript function that the script will define to allow the application
            to send information to the server.
        
    
    
    
        
            The name of the JavaScript function that the script will call to allow the application
            to receive information from the server some time after the send function has been invoked.
        
    
    
    
        
            The name of the JavaScript function that the script will call to indicate that
            an error has occurred while sending the information to the server.
        
    
    
    
        
            Some browsers cache repeated requests that have identical URLs.
            Pass 'true' to this parameter to disable caching by making the URLs unique.
        
    
    
    
        
        
    

    
        





© 2015 - 2024 Weber Informatics LLC | Privacy Policy