Re: html inside an action

2004-03-26 Thread Niall Pemberton
com/[EMAIL PROTECTED]/msg94935.html Niall - Original Message - From: "ruben" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 3:59 PM Subject: html inside an action > hi! > how can i get the output gen

Re: html inside an action

2004-03-26 Thread ruben
2004 17:04 To: Struts Users Mailing List Subject: RE: html inside an action HttpUnit is also a neat tool which might help. Have a JSP generate the HTML and access that using HttpUnit (or a simple URLConnection/Socket for that matter). And you can get the generated HTML in your Action. I hope I

Re: html inside an action

2004-03-25 Thread Mark Lowe
5, 2004 10:19 AM To: Struts Users Mailing List Subject: Re: html inside an action Qureshi, Affan wrote: What part of JSP do you want to generate? Is it Java code in the JSP that you want to generate or static HTML/JavaScript? You might want to look at Tag Libraries as well. -Origin

Re: Res: html inside an action

2004-03-25 Thread Richard Yee
Ruben, Why is it your requirement to get a page as HTML inside an Action? It seems like you've made an implementation decision. Like several people have suggested, it is much easier to do this (and probably better too), by using a custom tag library inside the JSP itself. Several tag librarie

RE: html inside an action

2004-03-25 Thread Brendan Richards
There's also jakarkta commons-httpclient http://jakarta.apache.org/commons/httpclient/ -Original Message- From: Qureshi, Affan [mailto:[EMAIL PROTECTED] Sent: 25 March 2004 17:04 To: Struts Users Mailing List Subject: RE: html inside an action HttpUnit is also a neat tool which

RE: html inside an action

2004-03-25 Thread Brendan Richards
en [mailto:[EMAIL PROTECTED] Sent: 25 March 2004 16:00 To: Struts Users Mailing List Subject: html inside an action hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to c

RE: html inside an action

2004-03-25 Thread Qureshi, Affan
:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 10:54 AM To: Struts Users Mailing List Subject: Re: html inside an action hi Those are my requirements, i have to convert objects to html, in my action and get this html in a String, i thought that the jsp is a good way to do this, I want the code

Res: html inside an action

2004-03-25 Thread ruben
2004 10:00 AM To: Struts Users Mailing List Subject: html inside an action hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to call jasper compiler or something similar? wha

RE: html inside an action

2004-03-25 Thread Hookom, Jacob
mailto:[EMAIL PROTECTED] > Sent: Thursday, March 25, 2004 10:00 AM > To: Struts Users Mailing List > Subject: html inside an action > > > hi! > how can i get the output generate in a .jsp inside an action like it > was a resource that i can process(a String or something else)??? &

Re: html inside an action

2004-03-25 Thread ruben
04 10:00 AM To: Struts Users Mailing List Subject: html inside an action hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to call jasper compiler or something similar? what

Re: html inside an action

2004-03-25 Thread ruben
04 10:00 AM To: Struts Users Mailing List Subject: html inside an action hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to call jasper compiler or something similar? what

RE: html inside an action

2004-03-25 Thread Qureshi, Affan
o the browser, it is the code they generate that is sent to the client browser). Or maybe I dont understand your requirements. Regards. -Original Message- From: ruben [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 10:19 AM To: Struts Users Mailing List Subject: Re: html inside an a

Re: html inside an action

2004-03-25 Thread ruben
AM To: Struts Users Mailing List Subject: html inside an action hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to call jasper compiler or something similar? what can i do

RE: html inside an action

2004-03-25 Thread Qureshi, Affan
Mailing List Subject: html inside an action hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to call jasper compiler or something similar? what can i do that? thanks

html inside an action

2004-03-25 Thread ruben
hi! how can i get the output generate in a .jsp inside an action like it was a resource that i can process(a String or something else)??? thanks a lot in advance. PD: I need to call jasper compiler or something similar? what can i do that? thanks