Hi A quick question..
I should be able to get request attributes from the request parameter in validate right? In my case, there is nothing in my request but in my JSP I already have the hidden fields. And what about request attributes in the same JSP, it seems like they were gone if validation fails and returns to the same JSP. Shouldn't struts keep them somewhere in case validate fails and the JSP needs to be displayed again? Any reasons what might go wrong? Thanks Sebastian Ho <input type="hidden" name="experimentID" value="<%= experiment.getExperimentID() %>"/> <input type="hidden" name="projectID" value="<%= experiment.getProjectID() %>"/> <html:submit property="action" value="Create Aliquot"> <bean:message key="button.createaliquot"/> </html:submit> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]