Re: [Webwork-user] feature request update

2002-05-05 Thread Patrick Lightbody
I want action chaining Don't scrap it!! :) I'll come up with good examples in a few days, just let me get through these midterms this week, then I'll have some compelling arguments. -Pat >From: "Matt Baldree" <[EMAIL PROTECTED]> >To: "Webwork-Developer" <[EMAIL PROTECTED]>, >"Webw

Re: [Webwork-user] feature request update

2002-05-05 Thread Mike Cannon-Brookes
On 6/5/02 7:33 AM, "Matt Baldree" ([EMAIL PROTECTED]) penned the words: > [chain actions] > I proto the chain action feature but I was unable to convince myself that > there is a compelling reason to have this over what we have now. Nor was > anybody able to present a compelling argument for this

[Webwork-user] Re: [Webwork-devel] escape HTML - tag feature

2002-05-05 Thread Mike Cannon-Brookes
On 6/5/02 7:21 AM, "Matt Baldree" ([EMAIL PROTECTED]) penned the words: > I have implemented escaping HTML from within WW tags. Basically, I added an > escape property to PROPERTY tag which is used for all UI tags and thus will > escape them as well. By default, I have PROPERTY escaping. I have a

[Webwork-user] feature request update

2002-05-05 Thread Matt Baldree
[chain actions] I proto the chain action feature but I was unable to convince myself that there is a compelling reason to have this over what we have now. Nor was anybody able to present a compelling argument for this. So for now I tabled this and am moving on to other requests. [attachment aware

[Webwork-user] escape HTML - tag feature

2002-05-05 Thread Matt Baldree
I have implemented escaping HTML from within WW tags. Basically, I added an escape property to PROPERTY tag which is used for all UI tags and thus will escape them as well. By default, I have PROPERTY escaping. I have a few questions before I commit this. 1. What exactly do we need to escape? All

Re: [Webwork-user] Problems w. paths/naming/something

2002-05-05 Thread Rickard
Fredrik Karlsson wrote: > Well, I made a kit with several test pages (trying to get WW to work..), > > so your formtest.java is now placed in > /src/java/com/skeleton/action/formtest.java > > I also changed thte webwork.properties to com.skeleton.action Shouldn't > my code be correct then, or ha

Re: [Webwork-user] Problems w. paths/naming/something

2002-05-05 Thread Fredrik Karlsson
Well, I made a kit with several test pages (trying to get WW to work..), so your formtest.java is now placed in /src/java/com/skeleton/action/formtest.java I also changed thte webwork.properties to com.skeleton.action Shouldn't my code be correct then, or have misunderstood something? Btw when

Re: [Webwork-user] Problems w. paths/naming/something

2002-05-05 Thread Matt Baldree
In webwork.properties, the "webwork.action.packages" is set to "skeleton.action" and not "com.skeleton.action". So, in your JSP page you would post to formtest.action where this is mapped in your views file views.properties or actions.xml. -Matt - Original Message - From: "Fredrik Karlss

[Webwork-user] Problems w. paths/naming/something

2002-05-05 Thread Fredrik Karlsson
My problem basically is that my JSP-page cannot fint my WW-action. I have a test page where the JSP page is a form, connected to an action. When I submit I get this error: Action 'com.skeleton.action.FormTest' not found. When I try using webworks built-in counter in my iterators everything w