I am trying to display dynamic data in jsp. for that I am calling java method inside a jsp using jsp expression. this java method is taking much time but it is returning some value.(I cant reduce the method execution time.) But my jsp is showing blank. Can anybody explain what would be the reason and how to resolve. This code is not written by me But I need to find out the root cause.
我的jsp 法典像我一样。
display.jsp
..... hello......start...
<%= obj.getDynamicData() %>
.....completed .... end