Thursday, 15 January 2015

java - Access to a list placed inside an object from jsp page through EL -



java - Access to a list placed inside an object from jsp page through EL -

i'm trying access list placed within object through el look got exception says the field doesn't exist.

if list within object user called

list<phonenumber> phonenumbers;

in jsp page called

${user.phonenumbers} foreach user passed through servlet. unfortunately got exception says me phonenumbers field doesn't exist.

java jsp el

No comments:

Post a Comment