RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-22 Thread Hoying, Ken
Subject: RE: Re: [S2] Advice on Handling CLOBs in Struts2 --- "Hoying, Ken" <[EMAIL PROTECTED]> wrote: > It appears to and that is my understanding. It appears to what, make a request? Where does it appear to do that? In the code it looks like it just creates an action prox

RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Dave Newton
--- "Hoying, Ken" <[EMAIL PROTECTED]> wrote: > It appears to and that is my understanding. It appears to what, make a request? Where does it appear to do that? In the code it looks like it just creates an action proxy and calls execute on it. Without doing any real digging it looks like it uses

RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
: Hoying, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 3:48 PM To: Struts Users Mailing List Subject: RE: Re: [S2] Advice on Handling CLOBs in Struts2 It appears to and that is my understanding. The examples show it as a way to include images that are built from an action. I tried to

RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
com.premierinc.sca.catalog.actions.ContractDetail.streamNote(ContractDet ail.java:201) -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 2:52 PM To: Struts Users Mailing List Subject: RE: Re: [S2] Advice on Handling CLOBs in Struts2 Does the take

RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Dave Newton
lf Of Laurie Harper > Sent: Wednesday, May 21, 2008 2:09 PM > To: user@struts.apache.org > Subject: Re: [S2] Advice on Handling CLOBs in Struts2 > > Since that's not a normal result of using a stream result, I have to > assume you are doing something wrong. Without seeing

RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
@struts.apache.org Subject: Re: [S2] Advice on Handling CLOBs in Struts2 Since that's not a normal result of using a stream result, I have to assume you are doing something wrong. Without seeing the relevant code/configuration, though, we can't offer much help. L. Hoying, Ken wrote: >

RE: Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
call in my JSP page: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Wednesday, May 21, 2008 2:09 PM To: user@struts.apache.org Subject: Re: [S2] Advice on Handling CLOBs in Struts2 Since

Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Laurie Harper
rg Subject: [S2] Advice on Handling CLOBs in Struts2 Generally when working with Struts2, we have been loading a domaon object from the database in our action and then sending then referencing the properties as needed from the JSP to generate our output. However, we now what could potentially

RE: [S2] Advice on Handling CLOBs in Struts2 - Help with IllegalStateException

2008-05-21 Thread Hoying, Ken
21, 2008 12:46 PM To: Struts Users Mailing List Subject: RE: [S2] Advice on Handling CLOBs in Struts2 I have tried to accomplish this by creating an action with a stream result type. I am then including calling the action from with in my JSP page using the tag. Unfortunately though, I am

RE: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
PROTECTED] Sent: Wednesday, May 21, 2008 9:42 AM To: user@struts.apache.org Subject: [S2] Advice on Handling CLOBs in Struts2 Generally when working with Struts2, we have been loading a domaon object from the database in our action and then sending then referencing the properties as needed from

[S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
Generally when working with Struts2, we have been loading a domaon object from the database in our action and then sending then referencing the properties as needed from the JSP to generate our output. However, we now what could potentially be a large amount of data stored in a CLOB. Using the