RE: Hiding pages under WEB-INF

2005-02-23 Thread Jarnot Voytek Contr AU/SC
Right, js, css, and image files don't belong under web-inf. -- Voytek Jarnot > -Original Message- > From: Jeff Beal [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 23, 2005 3:27 PM > To: Struts Users Mailing List > Subject: Re: Hiding pages under WEB-INF > > > Quite a few people

RE: JSTL when...test won't work.

2004-12-02 Thread Jarnot Voytek Contr AU/SC
What happens when you try: instead of logic:iterate > Nadia Kunkov wrote: > > > Hello, > > > > This is my first try with JSTL and somewhere I'm getting > the syntax wrong. Could you please help me? > > I have a bean called user in the session. One of this > bean's properties is a has

RE: Why does Resin run on port 8080?

2004-09-28 Thread Jarnot Voytek Contr AU/SC
How about asking this question on a Resin list? > -Original Message- > From: joe a. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 1:37 PM > To: Struts Users Mailing List > Subject: Re: Why does Resin run on port 8080? > > > How about ANSWERING the question instead of HINT

RE: [OT] GMail invites

2004-09-21 Thread Jarnot Voytek Contr AU/SC
I'd like one if you've still got some. Thanks. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 21, 2004 8:43 AM > To: [EMAIL PROTECTED] > Subject: [OT] GMail invites > > > > > Since GMail invites are still in demand, I plan not to wa

RE: Can multiple inputs have the same property name or should the y all be unique?

2004-09-15 Thread Jarnot Voytek Contr AU/SC
You can have form elements with the same name. But it won't do what you want. Upon form submission only the last (I believe) input element value (of those with the same name) will be submitted; but that's probably browser dependent. Displayed, or not, doesn't matter... -- Voytek Jarnot "Racing

RE: FOP for PDF

2004-09-14 Thread Jarnot Voytek Contr AU/SC
Yes, but you'd be far better off discussing it on the FOP list... -- Voytek Jarnot "Racing makes heroin addiction look like a vague longing for something salty." - Peter Egan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 3:0

RE: Not happy with approaches.. looking for better/other suggesti ons

2004-09-02 Thread Jarnot Voytek Contr AU/SC
It doesn't need to know the size, what needs to happen is for the list to grow as it's accessed. > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 2:52 PM > To: Struts Users Mailing List > Subject: Re: Not happy with approaches.. looki

RE: PDF & Email

2004-09-02 Thread Jarnot Voytek Contr AU/SC
use javax.mail.internet.MimeBodyPart javax.mail.internet.MimeMessage javax.mail.internet.MimeMultipart - use one MimeBodyPart to hold the email text, and one to hold the attachment (don't forget the content-type) - use a MimeMultipart to hold your MimeBodyParts - set the content of your MimeMess

RE: Help on Validator MASK needed

2004-07-30 Thread Jarnot Voytek Contr AU/SC
have you tried escaping the + and -? [\+\-] > -Original Message- > From: Thomas Vogt [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 8:10 AM > To: [EMAIL PROTECTED] > Subject: Help on Validator MASK needed > > > Hi, I would appreciate some help, > > My DynaValidator Form doesn'

RE: delete a record

2004-06-23 Thread Jarnot Voytek Contr AU/SC
http://www.google.com/search?q=javascript+confirm -- Voytek Jarnot "Racing makes heroin addiction look like a vague longing for something salty." - Peter Egan > -Original Message- > From: Julia Weaver [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 10:42 AM > To: Struts Users

RE: Struts/Lunar Pages/Resin Issues

2004-06-14 Thread Jarnot Voytek Contr AU/SC
srun not binding is a Resin problem, not Struts. -- Voytek Jarnot "Racing makes heroin addiction look like a vague longing for something salty." - Peter Egan > - Original Message - > From: "Mike" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 14, 2004 2:27 PM > Subj

RE: Struts/Lunar Pages/Resin Issues

2004-06-14 Thread Jarnot Voytek Contr AU/SC
srun not binding is a Resin problem, not Struts. -- Voytek Jarnot "Racing makes heroin addiction look like a vague longing for something salty." - Peter Egan > - Original Message - > From: "Mike" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 14, 2004 2:27 PM > Subj

RE: How to renderize a image?

2004-05-26 Thread Jarnot Voytek Contr AU/SC
Because that's not the way HTML works. A cursory look at the tag would have shown you that it accepts a url to an image, not a byte array. You can not do (with Struts or custom tags) something that is not in the end supported by html. > -Original Message- > From: Paulo Rezende [mailto:[E

RE: Oracle 10g Apps Dev Framework

2004-05-21 Thread Jarnot Voytek Contr AU/SC
You may consider posting this someplace that has something to do with Oracle... > -Original Message- > From: Indra Gunawan [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 7:49 AM > To: 'Struts Users Mailing List' > Subject: Oracle 10g Apps Dev Framework > > > Hi all, > > I want t

RE: problems with onclick=submit()

2004-04-23 Thread Jarnot Voytek Contr AU/SC
> > Yup, javascript:void(0)" somehow prevents the whole form from > being submitted. ( the link doesn't do anything at all ) > > -Original Message- > From: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] > Sent: 23. huhtikuuta 2004 16:06 > To:

RE: problems with onclick=submit()

2004-04-23 Thread Jarnot Voytek Contr AU/SC
have you tried href="javascript:void(0)"? this is an html issue - not struts. -- Voytek Jarnot Quantum materiae materietur marmota monax si marmota monax materiam possit materiari? > -Original Message- > From: Jaakko Rytinki [mailto:[EMAIL PROTECTED] > Sent: Friday, April 23, 2004 8:01

RE: Unsub

2004-04-15 Thread Jarnot Voytek Contr AU/SC
take another look at the footer > -Original Message- > From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 3:38 PM > To: Struts User List ([EMAIL PROTECTED]) > Subject: Unsub > > > I'm trying to unsub from this list, since I'm going away for a week. > Unf

RE: reading and posting

2004-04-13 Thread Jarnot Voytek Contr AU/SC
Outlook express doesn't want to send/receive messages from this mailing list, but does work otherwise? Doesn't make sense. > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of sean jones > Sent: Tuesday, April 13, 2004 8:28 AM > To: [EMAIL PROTECTED] > Subject: reading an

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
). This probably means you'll have to use a stock > "input" element instead of html:text. > > > -Original Message- > > From: Jarnot Voytek Contr AU/SC > [mailto:[EMAIL PROTECTED] > > > >

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
oolApplicationForm); > List schoolList = new ArrayList(); > SchoolForm school = new SchoolForm(); > school.setCourse(0,new CourseForm()); > schoolList.add(school); > > theForm.setSchools(schoolList); > > > You don't nested tag lib.. I never use it, as good as I thin

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
ing at Struts' tags. Tutorials are on > http://www.keyboardmonkey.com. > > --- Jarnot Voytek Contr AU/SC <[EMAIL PROTECTED]> wrote: > > I'm not using a dynaActionForm, my problem lies with the html that's > > rendered... Displaying th

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
e as it is. > > > On 29 Mar 2004, at 19:02, Jarnot Voytek Contr AU/SC wrote: > > > Is it possible to nest forEach loops and have the html:text input > > fields > > work correctly? > > > > My JSP code: > >

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
the contrib. directory. > > Julio > > -Mensaje original- > De: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] > Enviado el: Lunes, 29 de Marzo de 2004 02:02 p.m. > Para: '[EMAIL PROTECTED]' > Asunto: nesting c:forEach loops > > Is it possible to

nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
Is it possible to nest forEach loops and have the html:text input fields work correctly? My JSP code: Within the second loop, input field names are rendered as course[0].courseTitle rather than the required school[0].course[0].cours