Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by MichaelJouravlev:
http://wiki.apache.org/struts/StateManagement

------------------------------------------------------------------------------
  
  Best fit: applications that treat server state as primary state source. 
Non-Ajax Single Page Applications.
  
+ == TODO ==
+ 
+ Select year and make:
+ www.tirestore.com/initHomeVehicleStyles.do?yr=2002&mk=TOYOTA
+ 
+ Select model:
+ www.tirestore.com/assignHomeVehicle.do?yr=2002&mk=TOYOTA&vid=006522
+ 
+ Select location:
+ 
www.tirestore.com/vehicleSizesStaggered.do?rcz=92078&mk=TOYOTA&rc=CASINT&yr=2002&vid=006522
+ 
+ Select size for the car:
+ 
www.tirestore.com/searchTiresByVehicleAndSize.do?rcz=92078&mk=TOYOTA&rc=CASINT&yr=2002&cs=205&vid=006522&rd=15&ar=50
+ 
+ Refine by brand:
+ 
www.tirestore.com/filterTireProducts.do?rc=CASINT&yr=2002&c=1&cf=false&rf=true&rcz=92078&mk=TOYOTA&cs=205&dVeh=dVeh&rd=15&vid=006522&ar=50&ct=&fcb=Kumho&fcsr=*&x=29&y=9
+ 
+ Get total price (add to cart):
+ 
www.tirestore.com/addToCart.do?rcz=92078&mk=TOYOTA&rc=CASINT&yr=2002&pt=t&pc=33500&vid=006522
+ 
+ Store area code in the cookie, so the next search would use already selected 
area code.
+ 
+ By year, vehicle, make:
+ www.tirestore.com/vehicle/2002/toyota/mr2spyder/185-55-15
+ www.tirestore.com/vehicle/2002/toyota/mr2spyder/185-55-15/HR/93/KumhoEcstaSPT
+ 
+ By tire size, speed rating, load rating:
+ www.tirestore.com/size/185-55-15
+ www.tirestore.com/size/185-55-15/HR/93
+ www.tirestore.com/size/185-55-15/HR/93/KumhoEcstaSPT
+ 
+ By brand:
+ www.tirestore.com/brand/Kumho/185-55-15
+ www.tirestore.com/brand/Kumho/185-55-15/HR/93/KumhoEcstaSPT
+ 

Reply via email to