Re: Master-details JSP with Validation xml

2010-10-11 Thread Sébastien Domergue
Hi, since your customer's data are in session, i think you can use the session scope to display these data for the warehouses. Otherwise, you can also use hidden fields for warehouses data to simulate an input but don't use these data in your action if your use case is not meant to update th

Master-details JSP with Validation xml

2010-10-11 Thread cellterry
Dear All, I have a form which is master-detail type containing customer information as master and also warehouse information as detail. For one customer it may contain more than one warehouse. The Customer model class is as follows: package model; : : public class Customer {