RE: requiredif - simple example

2003-06-26 Thread Brian McSweeney
, Thanks, Brian -Original Message- From: Kevin Robair [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 14:30 To: Struts Users Mailing List Subject: Re: requiredif - simple example The following worked for me. Note that in RC1, the tag values are expected to be field-test[n], not fieldTe

Re: requiredif - simple example

2003-06-26 Thread Kevin Robair
The following worked for me. Note that in RC1, the tag values are expected to be field-test[n], not fieldTest[n] and so on The requiredif check was removed because in 1.1RC1, requiredif would break a javascript validator such as mask. I used custom validation instead.

requiredif - simple example

2003-06-26 Thread Brian McSweeney
Hi all, The validator package works well for me. But I'm trying to use the requiredif and failing. I know there has been previous discussion of this, but I'm trying to a simple validation based on a checkbox so perhaps someone could tell me where I'm going wrong. For example, I want to v

Re: Simple Example

2002-01-31 Thread Martin Cooper
To: "struts List" <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 12:37 PM Subject: Simple Example Can anyone recommend a very simple working example of struts? I'm familiar with MVC, have been working with Turbine but would like to use Struts. Thanks, Mark Glass -- To

Re: Simple Example

2002-01-31 Thread Anu Padki
Can try Sue spielman's articles at http://www.onjava.com/onjava/jsp_servlets/. Helped me. mglass wrote: > Can anyone recommend a very simple working example of struts? I'm familiar with MVC, >have been working with Turbine but would like to use Struts. > > Thanks, > Mark Glass -- To unsubscri

RE: Simple Example

2002-01-31 Thread John Menke
The book: Stuts Fast Track is great. It's in the Resources section of the struts site. >-Original Message- >From: Greg Hess [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 31, 2002 3:49 PM >To: Struts Users Mailing List >Subject: RE: Simple Example > > &

RE: Simple Example

2002-01-31 Thread Greg Hess
Use the struts-example web application that comes with the struts install and go threw the walking tour it helped me alot. -Original Message- From: mglass [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 3:37 PM To: struts List Subject: Simple Example Can anyone recommend a

Re: Simple Example

2002-01-31 Thread Luis M. Rosso
fault.htm Hope it helps Luis - Original Message - From: "mglass" <[EMAIL PROTECTED]> To: "struts List" <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 5:37 PM Subject: Simple Example Can anyone recommend a very simple working example of struts? I'

Simple Example

2002-01-31 Thread mglass
Can anyone recommend a very simple working example of struts? I'm familiar with MVC, have been working with Turbine but would like to use Struts. Thanks, Mark Glass

Re: Simple example of MultipartIterator() use

2002-01-20 Thread Ted Husted
There is a simple example in the excercise application in the distribution. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Building Java web applications with Struts. -- Tel +1 585 737-3463. -- Web http://www.husted.com/struts/ Tony wrote: > > Hi > > Can someone please poi

Simple example of MultipartIterator() use

2002-01-15 Thread Tony
Hi Can someone please point me in the direction of a simple example of using MultipartIterator(), I am not having much luck getting it to work. I always get an error when I try and create a instance of this class using MultipartIterator iterator = new MultipartIterator(request); -- Cheers