Re: R: R: Reading generated html

2007-01-25 Thread Laurie Harper
inale- Da: Nagraj Rao [mailto:[EMAIL PROTECTED] Inviato: mercoledì 24 gennaio 2007 15.01 A: Struts Users Mailing List Oggetto: Re: R: Reading generated html Hi Marcello i'm bit confused on whether you wanna submit the content or set it into an object. Please guide me on that. i gues

R: R: [OT] Re: R: R: Reading generated html

2007-01-24 Thread Marcello Savino
ECTED] Inviato: mercoledì 24 gennaio 2007 15.37 A: Struts Users Mailing List Oggetto: Re: R: [OT] Re: R: R: Reading generated html --- Marcello Savino wrote: > To check accessibity conformance of the genarated page Ah... Boy, I'd sure do that a different way, like using Watir (or my STIL

Re: R: [OT] Re: R: R: Reading generated html

2007-01-24 Thread Dave Newton
--- Marcello Savino wrote: > To check accessibity conformance of the genarated > page Ah... Boy, I'd sure do that a different way, like using Watir (or my STILL unreleased HeavyWatir :( or Selenium; more client-side focused tests. Or HttpUnit (or whatever that Struts one is etc.) Dave __

R: [OT] Re: R: R: Reading generated html

2007-01-24 Thread Marcello Savino
To check accessibity conformance of the genarated page cheers Marcello Savino ALDEBRA S.p.A. tel. 0461302441 -Messaggio originale- Da: Dave Newton [mailto:[EMAIL PROTECTED] Inviato: mercoledì 24 gennaio 2007 15.06 A: Struts Users Mailing List Oggetto: [OT] Re: R: R: Reading generated

R: R: Reading generated html

2007-01-24 Thread Marcello Savino
[mailto:[EMAIL PROTECTED] Inviato: mercoledì 24 gennaio 2007 15.01 A: Struts Users Mailing List Oggetto: Re: R: Reading generated html Hi Marcello i'm bit confused on whether you wanna submit the content or set it into an object. Please guide me on that. i guess if you're capturing an HTML c

[OT] Re: R: R: Reading generated html

2007-01-24 Thread Dave Newton
--- Marcello Savino wrote: > Cause i need to submit the html content to a > servlet to analyze the html code Now I'm curious; why? Dave Bored stiff? Loosen up... Download and play hundreds of games for fre

Re: R: Reading generated html

2007-01-24 Thread Nagraj Rao
u can make it thru a scriptlet that Abhishek suggested. you can also go for an Ajax submit as well. N - Original Message - From: "Marcello Savino" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 24, 2007 6:59 PM Subject: R: R: R

R: R: Reading generated html

2007-01-24 Thread Marcello Savino
generated html --- Marcello Savino wrote: > As you can see (value="<%=request%>") the data setted is jsp is not of > type string. > I'm pretty sure cause i use to pass the request object to an other > similar bean (with other purpose) and it works fine ! I di

Re: R: Reading generated html

2007-01-24 Thread Dave Newton
--- Marcello Savino wrote: > As you can see (value="<%=request%>") the data > setted is jsp is not of type string. > I'm pretty sure cause i use to pass the request > object to an other similar bean (with other purpose) > and it works fine ! I didn't know you could do that (or I forgot; don't know

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
esday, January 24, 2007 6:21 PM Subject: R: Reading generated html As you can see (value="<%=request%>") the data setted is jsp is not of type string. I'm pretty sure cause i use to pass the request object to an other similar bean (with other purpose) and it works fine ! Anyway

R: Reading generated html

2007-01-24 Thread Marcello Savino
.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 setHtml(HttpServletRequest request) is not called because the data

RE: Reading generated html

2007-01-24 Thread Kandelwal Abhishek
. Thanks & Regards Abhishek Khandelwal -Original Message- From: Marcello Savino [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 5:16 AM To: Struts Users Mailing List Subject: Reading generated html Hi all. I need to read in a Bean the generated html (i mean the one interpr

Reading generated html

2007-01-24 Thread Marcello Savino
Hi all. I need to read in a Bean the generated html (i mean the one interpreted by the browser). Let me explain further: In a jsp file i've this piece of code: [...] [...] [...] [...] This is the bean: package util; import javax.servlet.http.HttpServletRequest; import javax.servle