i am passing many params from controller to page on post back. so url looks horrible like-
http://localhost:8080/GryphonMonitor/load/getData?pageName=xref&dataGroup1=2&dbName=&dataGroup=2&tableCombo=tbl_AreaCodeListings&columns=ABBR&columnValue=&columns2=ABBR&columnValue2=&columns3=ABBR&columnValue3=
how to show only http://localhost:8080/GryphonMonitor/load/getData and hide rest of details?
thanks
use "forward" instead of redirect :
forward(action: "home", params: params)