[OS-webwork] More about velocity directives

2003-11-11 Thread Drew McAuliffe
I couldn't find my previous email on the SF list yet to keep this reply there, but I believe I understand now why the velocity directives act the way they do. In my post, I indicated that it would be easier to pass objects from the velocity context into bodytag params if you could do so without pop

[OS-webwork] Confusion with velocity, components, and the value stack

2003-11-11 Thread Drew McAuliffe
I am using velocity for my output and have found the component tags to be useful. I have found, however, that I'm not quite sure about how the velocity context and the value stack interact. Specifically, how can I get a component directive to work cleanly with a variable that exists in the velocity

RE: [OS-webwork] Problem with chaining interceptor and action errors

2003-11-11 Thread Jason Carreira
> -Original Message- > From: Drew McAuliffe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 5:49 PM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] Problem with chaining interceptor and > action errors > > > I've been having a problem with using the "addActionError" > me

[OS-webwork] Problem with chaining interceptor and action errors

2003-11-11 Thread Drew McAuliffe
I've been having a problem with using the "addActionError" method of ActionSupport in my actions. For some reason that I couldn't figure out, every time I tried to call this method, I was receiving an UnsupportedOperationException. The action errors always seemed to be stored as an unmodifiable col

Re: [OS-webwork] OSCache and WebWork+Velocity?

2003-11-11 Thread Ross Mason
Are you using the latest WebWork source? If you are, there is a problem in that the VelocityResult doesn't call the page writer flush so nothing is displayed. It's reported at- http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-376 If you are not using the latest source you can ignore thi

[OS-webwork] overriding select ui tag

2003-11-11 Thread Paul Knepper
Hi, I'd like to override the way the WebWork2 select ui tag displays. I see that the templates\xhtml\select.vm is used to display the tag. Can I override this and use my own .vm file? The following url has information that states, "the default template can be overridden on a per tag basis al

RE: [OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Aadi Deshpande
I am not sure how to create a JIRA issue. I signed up but I can't figure out where to add one. I'm either terribly dumb or having a very bad day. A thought I had on the matter would be to create an interceptor that followed the model driven interceptor, that would use the java.beans package to re

Re: [OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Grzegorz Mucha
See below ... 1. Is the current notation for label/name tag attrbutes here to stay? (ie. do I have to quote the literal values for those attributes)? Yes. This is finalized. Ok then. It means simply converting most of my forms (but then it gives the tags some more power ;) 4. I believe at some

RE: [OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Jason Carreira
> > > > Apply the com.opensymphony.xwork.interceptor.ChainingInterceptor > > interceptor to the Action you're chaining TO and it will copy the > > properties of the previous Action(s) to the new one... > > > > How does this work with a model driven system, where the > model is technically the

RE: [OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Aadi Deshpande
On Tue, 2003-11-11 at 12:28, Jason Carreira wrote: > I'll fill in what I can... > > > -Original Message- > > From: Grzegorz Mucha [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 11, 2003 4:23 AM > > To: [EMAIL PROTECTED] > > Subject: [OS-webwork] Conversion, UI tags etc. > > > > >

RE: [OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Jason Carreira
I'll fill in what I can... > -Original Message- > From: Grzegorz Mucha [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 4:23 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] Conversion, UI tags etc. > > > Hi all! > > A couple of quick questions: > > 1. Is the current not

Re: [OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Aadi Deshpande
For #4, I too am looking for a good way to propagate information through the action chain. I'm using the model driven interceptor, so combined with the parameter interceptor, it's a great system for populating my models and it's a short save() away from persisting via Hibernate. I was trying br

Re: [OS-webwork] OSCache and WebWork+Velocity?

2003-11-11 Thread Jerome BERNARD
[EMAIL PROTECTED] wrote: Hi folks! :) Is using OSCache with WebWork2 and Velocity possible (or even, plausible) now that we can call any taglib using the new directives? Any thoughts or experiences in this regard? Peace, -cv As explained in http://www.mail-archive.com/[EMAIL PROTECTED]/msg058

[OS-webwork] OSCache and WebWork+Velocity?

2003-11-11 Thread CVillela
Title: OSCache and WebWork+Velocity? Hi folks! :) Is using OSCache with WebWork2 and Velocity possible (or even, plausible) now that we can call any taglib using the new directives? Any thoughts or experiences in this regard? Peace, -cv

[OS-webwork] converting old ww2 taglib usage to the newer (actually ww1.3 style) taglibs

2003-11-11 Thread Francisco Hernandez
some of the tags changed recently to the way ww1.3 worked before I would have to use: listKey="name" listValue="id" now I need to use it as (the way it worked in ww1.3): listKey="id" listValue="name" im sure im not the only one thats needed to do this, anyone have a regexp to use (or any othe

[OS-webwork] Conversion, UI tags etc.

2003-11-11 Thread Grzegorz Mucha
Hi all! A couple of quick questions: 1. Is the current notation for label/name tag attrbutes here to stay? (ie. do I have to quote the literal values for those attributes)? 2. I've a problem with integer conversion - a dropdown select has a list of values, most of them are integers save for th