I can pre-populate my Stripes JSP form with an object, client in my case, but when I submit this form, my object is returning as null.
I\'m working on a JPA (Hibernate implementation of), Spring and Stripes web app. I have a number of JPA entities that have the following fields in common for both audit and query purposes:
how do I save data between two events in ActionBean? In the following example I create contact in addContact(), preserve it and save it to attribute contact. When i try to access that contact after re
In my DAO implementation I\'m doing Stripersist.getEntityManager().persist(client);, this doesn\'t seem to return any errors, but I can\'t find the data that it persists.
Say I have the following for each in a stripes layout definition <c:foreach items=\"${foo}\" var=\"bar\" >