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 proxy and calls execute

RE: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Hoying, Ken
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 s:action tag. Unfortunately though, I am getting the following error: [2008-05-21 11:26:25,702] [http-0.0.0.0-8080-2] [ERROR] []

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 s:action tag. Unfortunately though, I

Re: [S2] Advice on Handling CLOBs in Struts2

2008-05-21 Thread Laurie Harper
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: I have tried to accomplish this by creating an action with a stream result type.

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

2008-05-21 Thread Hoying, Ken
] 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: I have tried to accomplish this by creating an action

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: I have tried

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

2008-05-21 Thread Dave Newton
, 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 the relevant code/configuration, though, we can't offer much help. L

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

2008-05-21 Thread Hoying, Ken
) at 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 s:action

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

2008-05-21 Thread Hoying, Ken
- From: 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

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 the