Home > Back-end >  Have the background data, but can't show in the front interface
Have the background data, but can't show in the front interface

Time:09-27

The background
AdminService AdminService=new AdminServiceImpl ();
PageSystem. The out. Println (page);
Request. SetAttribute (" page ", page);
Request. GetRequestDispatcher (" admin_index. JSP "). The forward (request, response);

The front interface

















The background has been introduced to the data, I just paste a data
PageBean{totalCount=10, totalPage=1, list=[User_resume [getU_id()=1, getU_name()=胡旭东, getU_sex()=男, getU_birth()=1996.10.26, getU_nation()=汉, getU_marry()=是, getU_gongling()=1年, getU_education()=本科毕业, getU_address()=云南省昭通市, getU_tel()=15271871007, getU_qq()=1090469401, getU_jingli()=无, getU_english()=四级, getU_introduction()=良好, getClass()=class entity.User_resume, hashCode()=394329260, toString()=entity.User_resume@1780fcac], User_resume [getU_id()=2, getU_name()=asd, getU_sex()=男, getU_birth()=1995.01.02, getU_nation()=汉, getU_marry()=否, getU_gongling()=10年, getU_education()=研究生毕业, getU_address()=贵州省遵义市, getU_tel()=13567238719, getU_qq()=2433209883, getU_jingli()=曾担任华为公司的CEO, getU_english()=四级, getU_introduction()=相信凭借我在华为公司工作的10年经验,一定能够为贵公司带来大的利益,

CodePudding user response:

You are not the existence of the setAttribute data, front read failure, circulation format has a problem
  • Related