JSP Java


    
        Using Beans and Page Scope
    
    
        

Using Beans and Page Scope


        
        <% 
        bean1.setCounter(bean1.getCounter() + 1);
        %>
        The counter value is:  
    

           
       
UsingBeansandPageScope.zip( 89 k)