RE: [OS-webwork] Scope for 1.4

2003-01-15 Thread James Cook
We use webwork 1.2 as well on a project, but sidestep webwork tags in favor of Velocity. That being said, Velocity makes callbacks to our actions in much the same way that the webwork ui tags do, however we have no performance problem on large select lists. I would assume that the bottleneck is in

RE: [OS-webwork] Scope for 1.4

2003-01-15 Thread Kirk Rasmussen
Hi Pat, Any chance you could post that here? Thanks, Kirk Rasmussen Lucasfilm Lt.d -Original Message- From: Patrick Lightbody [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 5:42 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Scope for 1.4 Yup, Kirk's option here

[OS-webwork] Hidden token

2003-01-15 Thread Jason Carreira
Hi all, In our evaluation of Struts vs. Webwork, I was asked about the ability to do hidden tokens on WW built forms and URLs. Struts apparently, in their form and link tags, have the possibility of (optionally) adding a hidden token (either as a hidden form field, or through URL rewriting),

RE: [OS-webwork] Hidden token

2003-01-15 Thread Jason Carreira
Right, I just want to keep it from processing twice... Hit it twice if you want. -Original Message- From: matt baldree [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hidden token This doesn't prevent them

RE: [OS-webwork] Hidden token

2003-01-15 Thread Jason Carreira
Just thought this out some more. Here's how it could work: the hidden token is set in the session when the form is shown, then added to the form as a hidden field. When the action processes the form, you look for the token and make sure it's the same as the last one you put in the session before

Re: [OS-webwork] Hidden token

2003-01-15 Thread matt baldree
yes, this is how we did it. - Original Message - From: Jason Carreira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 3:48 PM Subject: RE: [OS-webwork] Hidden token Just thought this out some more. Here's how it could work: the hidden token is set in the

RE: [OS-webwork] Hidden token

2003-01-15 Thread Jason Carreira
In WW? Is this already there? Or did you do this in your project? -Original Message- From: matt baldree [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 6:05 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hidden token yes, this is how we did it. -

Re: [OS-webwork] Hidden token

2003-01-15 Thread matt baldree
my project. i can add it when i get a chance. - Original Message - From: Jason Carreira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 6:10 PM Subject: RE: [OS-webwork] Hidden token In WW? Is this already there? Or did you do this in your project?

RE: [OS-webwork] Hidden token

2003-01-15 Thread Jason Carreira
Did you modify the ui tags to automatically do this? I also added a Jira issue for this -Original Message- From: matt baldree [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 7:44 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hidden token my project. i can add

RE: [OS-webwork] Hidden token

2003-01-15 Thread Jason Carreira
I wouldn't want to put this on the wiki before it's decided to do it... I put it in Jira instead -Original Message- From: Joseph Ottinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:42 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Hidden token

Re: [OS-webwork] Hidden token

2003-01-15 Thread Mike Cannon-Brookes
Peter, Excellent work mate - the Wiki is definitely the best place to record tips, tricks and roadmap items for discussion. -mike On 16/1/03 1:15 PM, Peter Kelley ([EMAIL PROTECTED]) penned the words: There's an area on wiki for discussing enhancements here:

Re: [OS-webwork] Hidden token

2003-01-15 Thread Rickard Öberg
Jason Carreira wrote: I remember Rickard was talking about something to prevent 2 submits, but I'm not sure what it was... I proposed the ability to associate URL's with actions. When the URL is requested the action is executed and the association is removed. This removes the need for any