Run:
  JMLObjects
   

View:
  index.jsp
 
 

 

JML Objects Sample

This sample illustrates using the Oracle JSP built-in data type Beans to simplify managing simple data types at scope. The sample declares for session objects; one for each JML type. The sample presents a form that allows you to enter values for each of these types. Once submitted the form redisplays outputing in addition the previously set values and the new values. In the process of generating this output, the page updates the session objects with the new form values.