Java Servlets
customer
then you can${customer.firstName}
firstName
is a property of the customer
bean.
session.setAttribute("customer", customerBean);
${customer["firstName"]}
List
, or Map
you can also use${customer["firstName"]}
${names[0]}
87 of 89