Re: [OS-webwork] Loop to create days

2003-09-12 Thread John Patterson
Hernandez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 12, 2003 3:11 AM Subject: Re: [OS-webwork] Loop to create days is there a reason you can just use webworks select tags? Bernard Choi wrote: Well... the following meets your condition for not using collections or arrays

Re: [OS-webwork] Loop to create days

2003-09-12 Thread Francisco Hernandez
im not sure if theres docs for ww2 tags but there are for the ww1 tags, you might want to read up on those through the wiki or the docs on the opensymphony.com site I see you are using velocity so you might want to try this: ww:select label=My Selector name=selectName value=selectedValue

Re: [OS-webwork] Loop to create days

2003-09-12 Thread John Patterson
put the index value on the stack so that you can easily use it in comparisons with properties on the Action. - Original Message - From: Francisco Hernandez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 12, 2003 3:11 AM Subject: Re: [OS-webwork] Loop to create days

RE: [OS-webwork] Loop to create days

2003-09-12 Thread Jason Carreira
We should add these into WW2... Please create a Jira issue... -Original Message- From: John Patterson [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 8:14 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Loop to create days I am using ww2 so

Re: [OS-webwork] Loop to create days

2003-09-11 Thread John Patterson
tion ...by comparing the loop variable with a property on my action. - Original Message - From: Bernard Choi To: [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 7:30 PM Subject: Re: [OS-webwork] Loop to create days Greetings, Is the following ac

Re: [OS-webwork] Loop to create days

2003-09-11 Thread Patrick Lightbody
This kind of stuff is all done for you with the ww:select/ tag, why are you doing this by hand? From: John Patterson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Loop to create days Date: Thu, 11 Sep 2003 21:39:18 +0100 I am using jsp

Re: [OS-webwork] Loop to create days

2003-09-11 Thread Bernard Choi
From: Francisco Hernandez [EMAIL PROTECTED] is there a reason you can just use webworks select tags? *grin* mainly because I don't know how. I've been using velocity with webwork and have never needed to use the webworks select tags. If someone could give a short writeup on how it works or