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
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
> -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
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
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
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
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
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
> >
> > 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
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.
> >
> >
>
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
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
[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
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
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
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
16 matches
Mail list logo