JSTL 

用JSTL标签访问list且判断list的选中项

  本文将向大家讲述如何通过sun公司的jstl标签来访问list对象,并在jsp页面进行显示      一般而言,list对象会存储在request对象,session对象中,一般采用框架(比如说struts框架中的action)完成把list对象置入request对象中,      xxaction{      public actionforward execute(   actionmapping mapping,   actionform form...