Capture JSP Response

2006-05-23 Thread Dinesh Mehra
Hi, Requirements : - I have a form in a jsp on submission of which I need to send an e-mail. - On submission of the form, I am calling another .do page & getting the response. This response I dont need to show in the jsp but capture this html response and use this as a string to construct the em

Validation help required

2006-04-24 Thread Dinesh Mehra
Hi, I am using struts 1.1 I have two textboxes (username, password). My requirements is - I need to display a standard error message when both the fields are empty or when either of the field is empty. - I need to display a different error message when both the the fields are filled but username-

Secure - Non Secure problem (http-https)

2006-01-27 Thread Dinesh Mehra
Hi, I have a shipping/billing page (secure page - https) in a shopping cart application. If there is any error then I am redirecting to home page that is non-secure(http). The problem is that after error in the secure pages its redirecting to home page but in the same secure https mode. Is there