logic:iterate question

2004-02-06 Thread Turner Benjamin
hello, i have a question about the tag. My tag iterates over an ArrayList which contains an amount of beans. However, in the last iteration i want to perform some special action. My current code looks something like this: ... ... However, i have no idea what to fill

RE: logic:iterate question

2004-02-06 Thread Turner Benjamin
rüngliche Nachricht- Von: Otto, Frank [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 6. Februar 2004 10:41 An: 'Struts Users Mailing List' Betreff: AW: logic:iterate question Hello Ben, you can do this in this way: ... ... Regards, Frank -----Ursprüngliche

multipart problem

2004-02-11 Thread Turner Benjamin
hello, i have a problem with a multipart form and request parameters. one of my forms uses a file upload to attach an optional image. after processing the image i forward to a second action in my action-mapping. in the first action all of my request parameters are readily available. however in

RE: question regarding dynamic Tile capability

2004-02-11 Thread Turner Benjamin
if you use j2ee security something like this would work: Ben -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: 11 februari 2004 14:18 To: Struts Users Mailing List Subject: question regarding dynamic Tile capability We

RE: multipart problem

2004-02-11 Thread Turner Benjamin
hi, well i have an action that compiles all the data necessary for a page (presents a newsletter being created), newsletter.do. i also have an action that attaches an image to the newsletter (image.do), which after putting the image in the db as a blob forwards control back to newsletter.do to

struts actions and content/type responses

2004-02-12 Thread Turner Benjamin
hello, i am looking for a solution for the following problem: in my database i have various BLOB items which represent images (gif or jpg). i would like to create a struts action which returns this (by passing along a request parameter to the action which is the imageid in the database. is it p

RE: struts actions and content/type responses

2004-02-12 Thread Turner Benjamin
hi freddy, thanks for the response. that's not exactly what i mean however. what i want my action to do is this: - retrieve the imageid from the request params - retrieve a byte array from the database corresponding to the image the imageid relates to (so get the image blob from the db) - set

RE: struts actions and content/type responses

2004-02-12 Thread Turner Benjamin
thank you mark, that worked a treat :-) cheers, Ben -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: 12 februari 2004 12:45 To: Struts Users Mailing List Subject: Re: struts actions and content/type responses OutputStream ou = response.getOutputStream(); java.net.URI

newlines

2004-02-13 Thread Turner Benjamin
hello, i looked in the archives about this problem but couldn't find anything useable. i have text data which contains newlines (\n) which has been entered via textarea's. on a different page i wish to present this data with the newlines converted to 's. i however don't want to turn the filter

RE: newlines

2004-02-13 Thread Turner Benjamin
sending to jsp >-Original Message----- >From: Turner Benjamin [mailto:[EMAIL PROTECTED] >Sent: Friday, February 13, 2004 2:33 PM >To: Struts-User (E-mail) >Subject: newlines > > >hello, > >i looked in the archives about this problem but couldn't find >anything

RE: persistent data storage - the right way

2004-02-16 Thread Turner Benjamin
Thomas, > The simple answer is that you don't. Struts has nothing to do with data > persistence. What I think you're really asking is how to implement > persistence in a web application. I do realise that. My question was indeed how to implement such a thing. > Well, I suppose you could use t

RE: sorry --- not a struts related question.

2004-02-17 Thread Turner Benjamin
http://www.google.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 februari 2004 12:47 To: [EMAIL PROTECTED] Subject: sorry --- not a struts related question. Hi, I have a button (.gif) object and on "mouse-over", it shows "Shortcut to javascript:selectC

RE: html:javascript simple question

2004-02-19 Thread Turner Benjamin
the DateTime taglib would perfectly fit your needs: http://jakarta.apache.org/taglibs/doc/datetime-doc/intro.html Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 februari 2004 11:27 To: [EMAIL PROTECTED] Subject: html:javascript simple question Hi, In

RE: [OT]--org.xml.sax.SAXNotRecognizedException...

2004-02-19 Thread Turner Benjamin
> > 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd";> > > >simpleJ2EE > the xml file is not well-formed.. is missing at the end. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail