<%@ page contentType="text/html; charset=Shift_JIS" %> <jsp:useBean id="cb" class="CarBean" scope="request" /> <html> <head> <title>サンプル</title> </head> <body> <center> <h2>御礼</h2> <jsp:getProperty name="cb" property="cardata" /> のお買い上げありがとうございました。<br /> </center> </body> </html>