RE: Reading generated html

2007-01-24 Thread Kandelwal Abhishek
Original Message- From: Nagraj Rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 8:02 AM To: Struts Users Mailing List Subject: Re: Reading generated html Hi Marcello I guess Abhishek's right. You cant send a request object like that (atleast not in double quotes). Please check

Re: Reading generated html

2007-01-24 Thread Nagraj Rao
thanks for your attention Marcello Savino ALDEBRA S.p.A. tel. 0461302441 -Messaggio originale- Da: Kandelwal Abhishek [mailto:[EMAIL PROTECTED] Inviato: mercoledì 24 gennaio 2007 13.15 A: Struts Users Mailing List Oggetto: RE: Reading generated html Hi dear, I guess the method setHt

RE: Reading generated html

2007-01-24 Thread Kandelwal Abhishek
Hi dear, I guess the method setHtml(HttpServletRequest request) is not called because the data u r setting from JSP is of type String but the bean method parameter takes HttpServletRequest. So change the parameter type to String instead of HttpServletRequest. Hope it will solve the problem. Tha