java - I have a problem with display link -
Link is not according to 1.jsp This code is not working properly
& Lt; Display: column property = "in" sortable = "true" href = "1.jsp" paramid = "1.jsp" /> thanx
Clicking on this link prevents 1 from You have defined the href = "1.jsp" as .html but 1.jsp.
You have defined paramid = "1.html" but name the paramId parameter that you want to send to the Href URL
i.e. if you have 1.jsp? If you want ParamName = paramValue, you will define paramId = "paramName"
Read the display: Column documentation to better understand it.
Comments
Post a Comment