jsp - How might I retrieve a JSTL tag from a string -
i have jstl tag in form of string i.e. <c:import url="someurl"></c:import>
. want convert string jstl tag in jsp app. how might this?
i have jstl tag in form of string i.e. <c:import url="someurl"></c:import>
. want convert string jstl tag in jsp app. how might this?
Comments
Post a Comment