Craig McClanahan,may I've your attention plz? (response wrapping)

2003-09-06 Thread David Anderson
Hi, Referring to my previous post : http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=88189 I think Jitesh Vidhani had a similar problem, he received no answer, this is what he wrote, and I think I share the same case, my question is : is there something wrong in that code (or the one in

response wrapper struts support ?!!

2003-09-06 Thread David Anderson
Hi, as by Sun servlet 2.3 specs, I'm using httpServletResponseWrapper to wrapp response object, the technique didn't work and I didn't yet figured out the cause, I'm deploying my web app to JRUN (I don't know if JRUN4 container is related to the problem) . in my WEB.XML I wrote : My Respo

RE: two actionForms for one action class?

2003-09-06 Thread LUCERO,DENNIS (HP-Boise,ex1)
I have done stuff like that. In my case I had two action entries in struts.xml each one defining a form. Both of these mapped to the same action class. Just make sure they have unique paths -Original Message- From: Rick Col [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 3

RE: two forms

2003-09-06 Thread LUCERO,DENNIS (HP-Boise,ex1)
I have done stuff like that. In my case I had two action entries in struts.xml each one defining a form. Both of these mapped to the same action class. Just make sure they have unique paths We come from the land of the ice and snow With the midnight sun, where the hot springs glow The hammer

RE: Primitive Types in DynaActionForm

2003-09-06 Thread Erez Efrati
Thanks Craig, First I didn't know about the new enhancement in JDK 1.5 so thanks. Secondly, I was just curious about all this cause I read the code of DynaActionForm and saw some code dealing with the primitive types. Erez -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTEC

two actionForms for one action class?

2003-09-06 Thread Rick Col
Hi, Is there any way to use two action forms for one action class. I have the following situation: one html form (form1) and a "go" button for sample1.jsp, another html form (form2) and "submit" button for sample2.jsp. Once user clicks on "go" button, she will be directed to sample2.jsp, form1 va

iterator tag

2003-09-06 Thread LUCERO,DENNIS (HP-Boise,ex1)
What is the correct behavior of the

Re: Converting a ResultSet to a List of POJOs

2003-09-06 Thread Joe Germuska
We wrote something like this at work: ResultSetTransformer is an interface with a single method: public Object instanceFromRow(java.sql.ResultSet rset) throws java.lang.Exception; We mostly use a single implementation of the interface which we call "SimplePropertyMappedTransformer"You

RE: [Announce] Enhancement added to sslext

2003-09-06 Thread Ditlinger, Steve
H, thanks for brining this to my attetntion. My email service provider has beeen bogged down by virus and I have been missisng mail. I'll take a look today. Thanks, Steve -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 7:43 AM

Re: Primitive Types in DynaActionForm

2003-09-06 Thread Craig R. McClanahan
On Sat, 6 Sep 2003, Erez Efrati wrote: > Date: Sat, 06 Sep 2003 12:26:55 +0200 > From: Erez Efrati <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: Primitive Types in DynaActionForm > > Hi, > > Can someon

RE: [Announce] Enhancement added to sslext

2003-09-06 Thread Robert Taylor
Steve that's good news...but do have any idea when the following bug will be fixed in SecureRequestProcessor? http://sourceforge.net/tracker/index.php?func=detail&aid=790963&group_id=599 67&atid=492653 robert > -Original Message- > From: Ditlinger, Steve [mailto:[EMAIL PROTECTED] > Sent:

Re: Converting a ResultSet to a List of POJOs

2003-09-06 Thread Ted Husted
I'm about to try iBATIS for a new phase of a project we started in Hibernate. Hibernate is cool, but I think something simpler might be a better fit. (Not sure if we really need that finely grained object layer after all :) It will let you remove the SQL to a simple XML file and give that sta

RE: Converting a ResultSet to a List of POJOs

2003-09-06 Thread Todd G. Nist
Matt, If you pull the scaffold project from http://sourceforge.net/project/showfiles.php?group_id=49385, there is a class called ResultSetUtils which provides the below methods for mapping a ResultSet to a Collection of a given class or returning a given element from the ResultSet. It uses reflec

Re: Primitive Types in DynaActionForm

2003-09-06 Thread Adam Hardy
Hi Erez, the docs lists the classes you can use - and it doesn't say anything about primitives. I've used it, but only ever with strings. Adam On 09/06/2003 12:26 PM Erez Efrati wrote: Hi, Can someone please explain me what is the deal with primitive types in a DynaActionForm? Has someone used

Re: setting caching true from struts-config

2003-09-06 Thread Adam Hardy
in the controller On 09/05/2003 10:03 PM Anand M S wrote: Hi All, I need to set the cache = true for all my pages using struts-config, how can we do this? any ideas? Thanks, Anand _ Tired of spam? Get advanced jun

Primitive Types in DynaActionForm

2003-09-06 Thread Erez Efrati
Hi, Can someone please explain me what is the deal with primitive types in a DynaActionForm? Has someone used it? Thanks in advance, Erez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: Converting a ResultSet to a List of POJOs

2003-09-06 Thread Vic Cekvenich
There are no people more expert in Struts than you Matt. I think you can use RowSet to wrap a ResultSet, and RowSet has a toCollection or getCollection method. (Or just don't user ResultSet at all, just use RowSet, Sun has "default" implementation in JDC, but Orcale has an extra download, other

[Announce] Enhancement added to sslext

2003-09-06 Thread Ditlinger, Steve
New release of sslext now recognizes multiple mappings for the Struts action servlet, including the mixing of prefix and suffix mapping. For example, you can map *.do, *.foo, AND /do/* to the Struts action servlet. Sslext will recognize the mapping and create the link tag, form tag, etc. with t