still, if there was already thinking and work done behind this.
Thanks in advance for any help you might be able to provide,
-a
--
View this message in context:
http://www.nabble.com/-S2--Issue-with-NamedVariablePatternMatcher-and-Act
https://issues.apache.org/struts/browse/WW-2377
So, if I read this correctly, it is in the system, and schedule for
release in the 2.1? If there is a way to grab a patch for this, I am
unsure how to do that. Ideas?
Skip Hollowell wrote:
I have a datetimepicker on my page, from the struts tag
I have checked the Issues db for datetimepicker, and don't see this
specific issue, or one even close to it. Is this something that I
should report as a bug? Is anyone else able to verify that it is indeed
an issue?
Skip Hollowell wrote:
I have a datetimepicker on my page, from the struts t
I have a datetimepicker on my page, from the struts tag lilbrary:
<%@ taglib prefix="s" uri="/struts-tags"%>
...
So today is Jan 3. If I choose December 31, Monday of this week, the
value I get back in my field is 3/2/2008, and for the 30th, Sunday, I
receive 3/1/2008
Conversely, if I
--- Djordje Trifunovic <[EMAIL PROTECTED]> wrote:
> However, I never enjoyed having JSP code (including
> EL) in my pages, unless absolutely necessary. So
> far, I haven't really bumped into anything that
> couldn't be solved with S2 tags with some OGNL :)
What's the difference? (I mean from a ph
n my pages, unless absolutely necessary. So far, I haven't really
bumped into anything that couldn't be solved with S2 tags with some OGNL :)
Regards,
Dj.
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 04, 2007 5:44 PM
To: Struts Users Mailing L
--- Djordje Trifunovic <[EMAIL PROTECTED]> wrote:
> because unlike in and some other
> tags, in %{...} cannot be omitted.
Just as a clarification; the reason it can't be
omitted in *your* case is because you needed to
evaluate an expression to be used as the name
attribute.
Using would retrie
t make the post too big :)
Regards,
Dj.
-Original Message-
From: Djordje Trifunovic [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 10:34 PM
To: 'Struts Users Mailing List'
Subject: RE: [S2] issue
Wesley - yes, that's it. Thanks for both clarifying my question a
it is not necessary.
I would appreciate if you could send me off-list the post about OGNL.
Thanks!
Dj.
-Original Message-
From: Wesley Wannemacher [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 9:12 PM
To: Struts Users Mailing List
Subject: RE: [S2] issue
I
a bunch of trouble
understanding OGNL and it might help you if you want it off-list.
-Original Message-
From: Ian Roughley [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 3:07 PM
To: Struts Users Mailing List
Subject: Re: [S2] issue
I think you may be confused, you say
The valu
week or before where I had a bunch of trouble
understanding OGNL and it might help you if you want it off-list.
> -Original Message-
> From: Ian Roughley [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 02, 2007 3:07 PM
> To: Struts Users Mailing List
> Subject: Re: [S2]
I think you may be confused, you say
The value of myKey is "some.resource.key", and in the
property file I have:
some.resource.key = Some text
In fact, "some.resource.key" is the key and "some text" is the value.
Try -
/Ian
--
From Down & Around, Inc.
Innovative IT Solutions
Software
Hi,
Using Struts2 (2.0.5 snapshot) in a project, I hit the following problem: I
have a resource bundle key that I need to use with tag to retrieve
a text from my resource bundle. The name of the key is in a property myKey
in the value stack. The value of myKey is "some.resource.key", and in th
Found out the problem. I had struts.devMode=true in my configuration. This
causes resource bundles to be reloaded with each request. Turning devMode off
makes thing work correctly.
-
To unsubscribe, e-mail: [EMAIL PROTECTED
I've created two test WARs based on the struts2-blank WAR that demonstrate the
issue. struts-blank-201.war uses Struts 2.0.1, and struts-blank-203.war uses
code from subversion as of ~9AM EST this morning.
The changes to each include the following:
o A custom ResourceBundle (TestBundle)
o Removal
I originally posted this question on the new XWork user forums [1], but it
doesn't seem to be frequented very much. I apologize in advance if this is bad
form.
We've created a custom ResourceBundle subclass that gets messages from a
database for our Struts2 application. When using Struts 2.0.1 (X
On 10/19/06 10:11 PM, "Ted Husted" <[EMAIL PROTECTED]> wrote:
> On 10/19/06, Mark Menard <[EMAIL PROTECTED]> wrote:
>> I'm still curious as to what was causing the NPE with the tag. I
>> have read the Webwork in Action book and I think I'm using it correctly.
>> Just in case this is an issue, I w
On 10/19/06, Mark Menard <[EMAIL PROTECTED]> wrote:
I'm still curious as to what was causing the NPE with the tag. I
have read the Webwork in Action book and I think I'm using it correctly.
Just in case this is an issue, I was using the from a decorator
template using Sitemesh. I didn't to ment
I have worked around this issue, but moving the generation of the menu to an
interceptor. (It makes sense since every page in the application will have a
menu.)
I'm still curious as to what was causing the NPE with the tag. I
have read the Webwork in Action book and I think I'm using it correctly
On 10/18/06 11:17 PM, "Ted Husted" <[EMAIL PROTECTED]> wrote:
> (ActionComponent.java:137)
>
> is
>
> writer.flush();
>
> which implies a problem with the result rather than the action.
>
> Does the exception go away if executeResult is false?
Hi Ted,
I removed executeResult from the tag an
(ActionComponent.java:137)
is
writer.flush();
which implies a problem with the result rather than the action.
Does the exception go away if executeResult is false?
-Ted.
On 10/18/06, Mark Menard <[EMAIL PROTECTED]> wrote:
On 10/18/06 8:16 PM, "Ted Husted" <[EMAIL PROTECTED]> wrote:
> If yo
On 10/18/06 8:16 PM, "Ted Husted" <[EMAIL PROTECTED]> wrote:
> If you are using the Menu action site-wide, you might want to put it
> in the default "empty" namespace, which is always checked, so you
> would not need to specify the namespace.
>
> * http://cwiki.apache.org/WW/namespace-configurati
If you are using the Menu action site-wide, you might want to put it
in the default "empty" namespace, which is always checked, so you
would not need to specify the namespace.
* http://cwiki.apache.org/WW/namespace-configuration.html
-Ted.
On 10/18/06, Mark Menard <[EMAIL PROTECTED]> wrote:
I
I have an action /quadran/menu/menu.action that I can go to directly. I want
to include this in my site wide template using . I've put the
following in my JSP to include the action:
This throws the following exception:
java.lang.NullPointerException
at
org.apache.struts2.components.Act
24 matches
Mail list logo