Re: Conditional forms

2003-02-11 Thread Justin Ashworth
} } } - Original Message - From: "Vinay" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 4:26 PM Subject: Re: Conditional forms > I am looking for a conditional form where I want to display a

RE: Conditional forms

2003-02-07 Thread Justin Ashworth
> From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Davor Cengija > Justin Ashworth wrote: > > > > > Thanks, but that's not quite what I'm trying to do. It is more like > > this: > > > > > > > > > >... JSP code ... > > > > > > > > > > > > > >... JSP code ...

RE: Conditional forms

2003-02-07 Thread Davor Cengija
Justin Ashworth wrote: > > Thanks, but that's not quite what I'm trying to do. It is more like > this: > > > > >... JSP code ... > > > > > > >... JSP code ... > > > Might sound silly, but why not >... JSP code ... > > > > > > >

RE: Conditional forms

2003-02-07 Thread Justin Ashworth
See below... > From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Davor Cengija > Justin Ashworth wrote: > > Actually, that's what I tried at first but then I realized that I > > would need a default form, and I would have to define that "dummy" > > form. To me, this seemed more like a kludge t

RE: Conditional forms

2003-02-07 Thread Davor Cengija
Sent: Thursday, February 06, 2003 4:50 PM >> To: 'Struts Users Mailing List' >> Subject: RE: Conditional forms >> >> >> would it work to just leave the form tag in there at all >> times and simply be conditional re

RE: Conditional forms

2003-02-06 Thread Justin Ashworth
> -Original Message- > From: Miller, Jason [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 4:50 PM > To: 'Struts Users Mailing List' > Subject: RE: Conditional forms > > > would it work to just leave the form tag in there at all > times

Re: Conditional forms

2003-02-06 Thread Vinay
AIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 4:42 PM Subject: Re: Conditional forms > Wouldn't that present the same problem as ? My understanding of the > JSP parser is that it is invalid to start a tag within a

RE: Conditional forms

2003-02-06 Thread Miller, Jason
would it work to just leave the form tag in there at all times and simply be conditional regarding the fields? The empty form shouldn't cause any problems that I can see. > -Original Message- > From: Justin Ashworth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 4:19 PM >

Re: Conditional forms

2003-02-06 Thread Justin Ashworth
y that I'm misunderstanding your suggestion. If so, let me know. Otherwise - any other ideas? Thanks, Justin - Original Message - From: "Ken Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 4:32 PM Subject: Re: Conditional

Re: Conditional forms

2003-02-06 Thread Ken Anderson
I think you want to use the logic:empty tag. Follow the link for the documentation. -ken http://jakarta.apache.org/struts/userGuide/struts-logic.html#empty >>> [EMAIL PROTECTED] 02/06/03 03:26PM >>> I am looking for a conditional form where I want to display a certain ( the form will have normal

Re: Conditional forms

2003-02-06 Thread Vinay
I am looking for a conditional form where I want to display a certain ( the form will have normal html tags also) based upon some condition like if the object is not null I don't know if that is possible. Vinay - Original Message - From: "Justin Ashworth" <[EMAIL PROTECTED]> To: <