In JSP Expression language plays a very important role.But while i am writing it is not performing any action.As it is displayed in web page.For Ex
if i write the EL as ${param.subtitle} it is not retrieving the subtitle's value.Instead it is displaying as ${param.subtitle} only.
How can i get rid of this problem?
if i write the EL as ${param.subtitle} it is not retrieving the subtitle's value.Instead it is displaying as ${param.subtitle} only.
How can i get rid of this problem?