he earlier patch
and does not work with the latter). I, of course, am running with the
latest updates.
Thanks.
On 2018-01-21 14:32, Lukasz Lenart wrote:
...
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For
and does not work with the latter). I, of course, am running with the
latest updates.
Thanks.
On 2018-01-21 14:32, Lukasz Lenart wrote:
...
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e
CDI isn't at issue
here.
The word from Oracle is that this problem appears to have been
introduced into WLS 12.1.3 between the July 2016 and January 2018
Critical Patch Updates (that is, Struts works with the earlier patch and
does not work with the latter). I, of course, am running wit
Ah, right :) We have moved this dependency directly under the
Convention Plugin, so if you do not use it, there be no ASM jar.
What version of Java do you use to compile the project and what
version is used to run the Weblogic?
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
2018-
Interesting. I looked at the dependencies included with the
struts2-core Maven artifact and it appears that ASM 5.2 is not there. Is
this on purpose? I see ASM is included in the lib file of the
downloadable distribution and in the WEB-INF/lib directory of the sample
applications. Needless to
It's probably because we have switched to the latest ASM 5.2 version
[1] but looks like Weblogic uses (repackaged one -
"com.bea.objectweb.asm") an old version of ASM. I think you should
request Oracle support for a solution, maybe they have a patch for the
Weblogic or try to downgrade version used
On 1/18/2018 12:26 AM, fullmit...@lycos.com wrote:
Caused By: java.lang.IllegalArgumentException
at com.bea.objectweb.asm.ClassReader.(Unknown Source)
at com.bea.objectweb.asm.ClassReader.(Unknown Source)
at
weblogic.application.utils.annotation.ClassInfoImpl.(ClassInfoImpl.java:92)
at
weblog
On 1/18/2018 12:26 AM, fullmit...@lycos.com wrote:
> Caused By: java.lang.IllegalArgumentException
> at com.bea.objectweb.asm.ClassReader.(Unknown Source)
> at com.bea.objectweb.asm.ClassReader.(Unknown Source)
> at
> weblogic.application.utils.annotation.ClassInfoImpl.(ClassInfoImpl.java:92)
>
Hello!
I am attempting to deploy the CDI Plugin example found here:
http://struts.apache.org/plugins/cdi/
on Weblogic 12.1.3. When I use Struts 2.5.12, the application deploys
fine. When I deploy using Struts 2.5.14.1, I receive the following
error:
occurred in the execution of deploym
ow. I will start a new thread for the stack trace.
Thank you for all the comments.
Regards,
Jim A.
On 07/06/2014 08:00 PM, Martin Gainty wrote:
Date: Sun, 6 Jul 2014 09:41:36 -0400
From: jim_ander...@jjajava.com
To: user@struts.apache.org
CC: mgai...@hotmail.com
Subject: Re: Hello World doe
> Date: Sun, 6 Jul 2014 09:41:36 -0400
> From: jim_ander...@jjajava.com
> To: user@struts.apache.org
> CC: mgai...@hotmail.com
> Subject: Re: Hello World does not work.
>
>
http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server
autoDeploy="true"
unpackWAR = true
MG>
MG>jaya could you explain meaning of web-content please?
Date: Sat, 5 Jul 2014 23:05:37 +0530
ver.xml
>> MG>
>> http://stackoverflow.com/questions/13301882/deploy-war-
>> file-in-tomcat-server
>> autoDeploy="true"
>> unpackWAR = true
>> MG>
>> MG>jaya could you explain meaning of web-content please?
>>
>>
>>
>&
in Gainty wrote:
MG>Jim
MG>$TOMCAT_HOME/conf/server.xml
MG>
http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server
autoDeploy="true"
unpackWAR = true
MG>
MG>jaya could you explain meaning of web-content please?
Date: Sat, 5 Jul 2014 23:05:37 +0530
Subj
Chris,
Thanks for the suggestions. I tried both, but got same error page. I
will review what I did and play around more and see
if I can get it working.
Jim
On 07/05/2014 01:34 PM, Chris Pratt wrote:
Typically you would put the war file at
/var/lib/tomcat6/webapps/hello_world.war not
/var/
I use Eclipse for java and C++ programming, but for web development I
don't use an IDE.
Jim A.
On 07/05/2014 01:27 PM, Ken McWilliams wrote:
What IDE are you using? Knowing the IDE someone might be willing to
give "click by click" instructions.
On Sat, Jul 5, 2014 at 7:23 AM, Jim Anderon
MG>Jim
MG>$TOMCAT_HOME/conf/server.xml
MG>
http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server
autoDeploy="true"
unpackWAR = true
MG>
MG>jaya could you explain meaning of web-content please?
> Date: Sat, 5 Jul 2014 23:05:37 +0530
> Subject
eclipse kepler ide
On Sat, Jul 5, 2014 at 10:57 PM, Ken McWilliams
wrote:
> What IDE are you using? Knowing the IDE someone might be willing to give
> "click by click" instructions.
>
>
> On Sat, Jul 5, 2014 at 7:23 AM, Jim Anderon
> wrote:
>
> >
> > index.jsp is in my hello_world.war file and
Typically you would put the war file at /var/lib/tomcat6/webapps/
hello_world.war not /var/lib/tomcat6/webapps/hello_world/hello_world.war.
Tomcat will unbundle the war file into /var/lib/tomcat6/webapps/hello
_world/ for you. One other option would be to try pointing your browser at
http://local
What IDE are you using? Knowing the IDE someone might be willing to give
"click by click" instructions.
On Sat, Jul 5, 2014 at 7:23 AM, Jim Anderon
wrote:
>
> index.jsp is in my hello_world.war file and hello_world.war is at
> /var/lib/tomcat6/webapps/hello_world/hello_world.war.
>
> I have use
index.jsp is in my hello_world.war file and hello_world.war is at
/var/lib/tomcat6/webapps/hello_world/hello_world.war.
I have used the web.xml file, unchanged, from the tutorial area. Here is
the content, where the line numbers are
inserted by my editor and are not part of the file:
1
do you have index.jsp in your webContent folder and did you configure
struts2 filter in web.xml?
On Sat, Jul 5, 2014 at 5:33 PM, Jim Anderon
wrote:
>
> Hello All,
>
> I am an experienced programmer, but inexperienced in web programming and a
> total newbie to struts.
> Struts looks like it will
Hello All,
I am an experienced programmer, but inexperienced in web programming and
a total newbie to struts.
Struts looks like it will be very useful to my web programming so I have
ventured into the tutorials to
start learning how to use it. I ran the first tutorial 'basic_struts'
successfu
Thanks Chris, it works with ${stateName}
From: Chris Pratt
To: Struts Users Mailing List
Cc: Omar Ngarigari
Sent: Monday, August 19, 2013 1:44 PM
Subject: Re: s:url & s:param does not work on struts 2.3.15.1
It might even work using *$*{stateName}.
It might even work using *$*{stateName}.
But, like Dave I don't think the tag body is searched for OGNL expressions.
(*Chris*)
On Mon, Aug 19, 2013 at 10:34 AM, Dave Newton wrote:
> Does it work if you use:
>
>
>
> I actually didn't know it'd work with an OGNL expression as a tag body.
Does it work if you use:
I actually didn't know it'd work with an OGNL expression as a tag body.
Dave
On Mon, Aug 19, 2013 at 1:22 PM, Omar Ngarigari wrote:
> Hello,
>
> I am in the process of upgrading my struts2.3.1.2 application to
> struts2.3.15.1. Everything works fine except the
Hello,
I am in the process of upgrading my struts2.3.1.2 application to
struts2.3.15.1. Everything works fine except the and tags.
In struts2.3.1.2, I have the following code in jsp file
%{stateName}
Add
I used to get correct state name when using struts2.3.1.2. However, using
st
ar 2012 13:47
An: user@struts.apache.org
Betreff: AW: File upload from JSP with "multipart/form-data" does not work on
Weblogic v12c
I just tested the upload actions in the Struts 2 showcase and the findings are
the same: the file upload is broken in Weblogic v12.1.1. Who will fix
. Januar 2012 15:14
An: user@struts.apache.org
Betreff: File upload from JSP with "multipart/form-data" does not work on
Weblogic v12c
Dear list
File upload from JSP with "multipart/form-data" does not work on Weblogic v12c
which supports Java Servlet specification v3.0. The
Dear list
File upload from JSP with "multipart/form-data" does not work on Weblogic v12c
which supports Java Servlet specification v3.0. The same code worked as
expected for Weblogic v10.3.X which supports Java Servlet specification v2.4.
The same code does NOT work with Struts
Figure it out finally!
(-MM-DD)
date_example has to be String but cannot be type Date.
Otherwise, Will not dispatch to
method()!
--
Lu Ying
On 05/14/2010 11:27 AM, Emi Lu wrote:
Good morning,
This struts-dojo-tags causes s:submit does work anymore.
Whenever is added, none s:
Good morning,
This struts-dojo-tags causes s:submit does work anymore.
Whenever is added, none s:submit works, could someone helps?
How comes?
public String execute() throws Exception
{ ...
return "update";
}
When click "submit" the execute() never being called!
Thanks alo
On Wed, Dec 23, 2009 at 12:27 PM, Emi Lu wrote:
> (1) jsp
>
[snip]
>
That form doesn't look like it is calling the action... Your action is
named 'editProcessTest', but the form points to 'ProcessTest'. Are
there more pieces (spring configuration, etc.) that we need to see?
-Wes
--
Wes
Hello all,
I am using struts2.1.8.1 & tiles2.0.7.
The following doc says that dispatch will work, but when I setup:
http://www.vaannila.com/struts-2/struts-2-example/dispatchAction-in-struts-2-example-1.html
My page goes to the correct URL, but the action class "ProcessTest" is
not called at a
: Validation does not work on redirect result
But then look at
http://struts.apache.org/2.1.6/docs/convention-plugin.html#ConventionPlugin-Resultannotation
I am using location successfuly.
C
-Original Message-
From: Martin Gainty
To: Struts Users Mailing List
Sent: Thu, Aug
e. Étant donné que les email peuvent
facilement20
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> To: user@struts.apache.org
> Subject: Re: Validation does not work on redirect result
> Date: Thu, 13 Aug 2009 08:18:56 -0400
>
nt facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> To: user@struts.apache.org
> Subject: Re: Validation does not work on redirect result
> Date: Thu, 13 Aug 2009 08:18:56 -0400
> From: musom...@aol.com
>
12:47 am
Subject: RE: Validation does not work on redirect result
FindUserAction extends UserAction which in turn extends from ActionSupport so
why add another import for ActionSupport so I directly used
return SUCCESS;
//
Following does not work --
@ParentPackage("base-package"
FindUserAction extends UserAction which in turn extends from ActionSupport so
why add another import for ActionSupport so I directly used
return SUCCESS;
//
Following does not work --
@ParentPackage("base-package")
@Result(name="input",value="findUser",type=Ser
le contenu fourni.
> Date: Wed, 12 Aug 2009 12:22:24 -0700
> From: spsarol...@gmail.com
> To: user@struts.apache.org
> Subject: Re: Validation does not work on redirect result
>
>
> Yep its working wonderfully,
> I shouldn't have made use of ServletRedirectAction
l) request.getSession().setAttribute("user",user);
>>return SUCCESS;
>> }
>> }
>>
>>
>>
>> Greg Lindholm-2 wrote:
>> >
>> > No result defined for action org.xinus.actions.user.FindUserA
>
> Can you please help me understand what is workflow
> interceptor doing here. I know about workflow interceptor as it is
> responsible for calling validate method on action if action implements
> ValidationAware interface and collecting errors if any
>
>
First thing you do is take a look at the
on org.xinus.actions.user.FindUserAction and
> >> result input at
> >>
> >
> > From the write up at:
> >
> http://glindholm.wordpress.com/2008/07/02/preserving-messages-across-a-redirect-in-struts-2/
> >
> > The one thing you need to be aware of is:
need to configure a result with name=”input” as the added
> messages will trigger the ‘workflow’ interceptor to return a result of
> “input”.
>
> You need to configure a result of 'input' for action FindUserAction.
>
> If you don't know what this means then post your
No result defined for action org.xinus.actions.user.FindUserAction and
> result input at
>
>From the write up at:
http://glindholm.wordpress.com/2008/07/02/preserving-messages-across-a-redirect-in-struts-2/
The one thing you need to be aware of is: The action you are redirecting
towards will need
gt;> redirect result.
>> I want it with redirect result because it will allow bookmarking of page
>> even when validation fails.
>> --
>> View this message in context:
>> http://www.nabble.com/Validation-does-not-work
e it will allow bookmarking of page
> even when validation fails.
> --
> View this message in context:
> http://www.nabble.com/Validation-does-not-work-on-redirect-result-tp24939128p24939128.html
> Sent from the Struts - User mail
://www.nabble.com/Validation-does-not-work-on-redirect-result-tp24939128p24939128.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail
problem is that I am not a big fan of services layer. Sometimes it
looks
very anemic to me. But I totally agree with you when you say the action
should not know about persistence problems, and that's why I want to do
it
via AOP.
I had the same thought about the problem: the Spring proxy does
; very anemic to me. But I totally agree with you when you say the action
>> > should not know about persistence problems, and that's why I want to do
>> it
>> > via AOP.
>> >
>> > I had the same thought about the problem: the Spring proxy does not
> > very anemic to me. But I totally agree with you when you say the action
> > should not know about persistence problems, and that's why I want to do
> it
> > via AOP.
> >
> > I had the same thought about the problem: the Spring proxy does not work
> > pr
bout persistence problems, and that's why I want to do
it
via AOP.
I had the same thought about the problem: the Spring proxy does not work
properly with all the magic Struts2 and Reflection do!
I tried to open a bug in the Struts2 JIRA, but they closed it and said
that
it works. I think it shou
e, it can never hurt
>> to explicitly set the objectFactory; I'm using
>> struts.objectFactory=org.apache.struts2.spring.StrutsSpringObjectFactory,
>> but struts.objectFactory=spring should work equally well.
>>
>> -- Jeroen
>>
>>> Hi Jeroen,
>
struts.objectFactory=org.apache.struts2.spring.StrutsSpringObjectFactory,
> but struts.objectFactory=spring should work equally well.
>
> -- Jeroen
>
>> Hi Jeroen,
>>
>> The problem is that I am not a big fan of services layer. Sometimes it
>> looks
>>
times it looks
> very anemic to me. But I totally agree with you when you say the action
> should not know about persistence problems, and that's why I want to do it
> via AOP.
>
> I had the same thought about the problem: the Spring proxy does not work
> properly with all the m
ou say the action
should not know about persistence problems, and that's why I want to do it
via AOP.
I had the same thought about the problem: the Spring proxy does not work
properly with all the magic Struts2 and Reflection do!
I tried to open a bug in the Struts2 JIRA, but they closed
pring proxy does not work
properly with all the magic Struts2 and Reflection do!
I tried to open a bug in the Struts2 JIRA, but they closed it and said that
it works. I think it should be some kind of spring or struts configuration I
am not doing right.
Thanks in advance,
Mauricio
On Thu, Apr 30,
asses which simply does not work at all with the proxies
created by Spring.
Regardless, making your actions @Transactional means mixing persistence
concerns with controller logic in the same class. You should consider
keeping the two separated. For example, the service approach is a good
start:
e() method in a Struts2 Action, the action stops working
>> properly (i.e. the attributes in the action are not automatically setted).
>> It does not work with Spring AOP transactions as well.
>>
>> In my struts.config I setted the following constant:
>>
>>
Mauricio Aniche wrote:
I am using Struts2+Spring+JPA/Hibernate. When I use the @Transactional to
mark an execute() method in a Struts2 Action, the action stops working
properly (i.e. the attributes in the action are not automatically setted).
It does not work with Spring AOP transactions as well
Hi,
I am using Struts2+Spring+JPA/Hibernate. When I use the @Transactional to
mark an execute() method in a Struts2 Action, the action stops working
properly (i.e. the attributes in the action are not automatically setted).
It does not work with Spring AOP transactions as well.
In my
Shouldn't the root namespace be "" not "/" ?
-Dale
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Radoslav Krivak wrote:
I have exactly the same problem as described in
https://issues.apache.org/struts/browse/WW-2461 .
Looks like this bug is still present in 2.1.6.
I can't reproduce this either. Can you create a minimal app that
reproduces the problem and post the config?
Whether I dep
I have exactly the same problem as described in
https://issues.apache.org/struts/browse/WW-2461 .
Looks like this bug is still present in 2.1.6.
Regards,
Radoslav Krivak
--
View this message in context:
http://www.nabble.com/Struts-2.1.6%3A-SlashesInActionNames-does-not-work-when-namespace
This is the interceptor declaration in my struts.xml:
org.almayer.web.AlmayerModel
session
2.0.5 is
>> missing a patch for WAS users and the patch is included in xwork 2.0.6.So
>> you can either use
>> 2.0.11.1 or use xwork 2.0.6 instead of xwork 2.0.5
>>
>>
>>
>> - Original Message
>> From: holod <[EMAIL PROTECTED]>
Griffith, Michael * wrote:
Jeromy,
Thanks for the replies.
In cases where I've needed this behaviour I've referenced the JSP
instead of a Tile.
Do you mean your result redirects to a JSP instead of a struts action?
MG
Not Redirect, DISPATCH to a JSP.
http://struts.apache.or
IL PROTECTED]>
> To: user@struts.apache.org
> Sent: Saturday, August 9, 2008 6:39:42 AM
> Subject: Re: Simple validation does not work
>
>
> http://www.mvnrepository.com/artifact/com.opensymphony/xwork/2.0.5
>
> Scroll down page and see Source Control paragraph.
> Use so
he.org
Sent: Saturday, August 9, 2008 6:39:42 AM
Subject: Re: Simple validation does not work
http://www.mvnrepository.com/artifact/com.opensymphony/xwork/2.0.5
Scroll down page and see Source Control paragraph.
Use some svn client and checkout branch.
Using command mvn package you can compi
rManager.java:340)
>> >
>> >
>> >
>> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:504)
>> >
>> >
>> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419)
>> >
>> >
>> org.jboss.web.
r(ReplyHeaderFilter.java:96)
> >
> > *root cause*
> >
> > java.lang.IllegalArgumentException: URI scheme is not "file"
> > java.io.File.(File.java:366)
> >
> >
> com.opensymphony.xwork2.validator.ValidatorFactory.parseValidators(ValidatorFactory.java:314)
>
leParser.addValidatorConfigs(ValidatorFileParser.java:192)
>
> com.opensymphony.xwork2.validator.ValidatorFileParser.parseActionValidatorConfigs(ValidatorFileParser.java:72)
>
> com.opensymphony.xwork2.validator.AnnotationActionVa
Hi,
I have strange situation, here is my form :
Here is the action :
public class Colors extends ActionSupport {
private String name;
@Override
public String execute() throws Exception {
return SUCCESS;
}
publi
Sent: Friday, August 08, 2008 6:40 AM
To: Struts Users Mailing List
Subject: Re: redirect does not work with Tiles.
Griffith, Michael * wrote:
> Hello All,
>
>
>
> I cannot make result go to a new page. Chaining the
result
> does work, but the response shows my entire
Struts 2.0.11
Tiles 2.0.6
-Original Message-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Friday, August 08, 2008 1:37 AM
To: Struts Users Mailing List
Subject: Re: redirect does not work with Tiles.
2008/8/7 Griffith, Michael * <[EMAIL PROTECTED]>:
> I cannot make
execute where that result can be included within the current
outputstream (eg. including a JSP fragment).
I redirect result makes no sense in this context as the output stream is
already open and written to.
I can confirm that a Tiles result (Struts2 result of type tiles) does
not work in this
2008/8/7 Griffith, Michael * <[EMAIL PROTECTED]>:
> I cannot make result go to a new page. Chaining the result
> does work, but the response shows my entire tile set showing up in the
> inside tile, which is not what I want either.
Version of Struts and Tiles?
Antonio
-
e if (method != null && (method.equalsIgnoreCase("Quit") ||
method.equalsIgnoreCase("Finish"))) {
return "finish";
}
...
This does not work - and it doesn't throw any exceptions. If I try to
use the result type chain instead of redirect-action, I am directed back
to
Sorry, it does work, I did a mistake.
Regards,
Giovanni
> -Original Message-
> From: Giovanni Azua [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2008 6:12 PM
> To: Struts Users Mailing List
> Subject: [S2] Jscalendar plugin does not work in S2.1.x
>
> hi
hi,
I followed the instructions here:
http://code.google.com/p/struts2jscalendarplugin/wiki/FAQ
but the jscalendar does not render ... is there anything extra to do
when using with S2.1.x? is it confirmed to work/not work with that version?
TIA,
Giovanni
Thanks for the replies and info.
nagrik
On 4/28/08, Wes Wannemacher <[EMAIL PROTECTED]> wrote:
>
> Vinay,
>
> You are talking about two different things... First off, in the java
> source file, the statement 'package tutorial;' relates to the following
>
> http://java.sun.com/docs/books/tutorial
Vinay,
You are talking about two different things... First off, in the java
source file, the statement 'package tutorial;' relates to the following
http://java.sun.com/docs/books/tutorial/java/package/packages.html
In struts2, the package declaration is a way to logically organize your
actions
Is the Java class being deployed to the proper location? If you just deleted
the package statement w/o moving the file to the appropriate directory you
might run into problems.
Do you have debugging turned up and/or struts.devMode turned on?
Dave
--- Vinay Nagrik <[EMAIL PROTECTED]> wrote:
> I a
Hello Group,
I am working with the preliminary HelloWorld.java example and removed the
very first line in HelloWorld.java
i.e I commented out
package tutorial;
Thereafter I modified the struts.xml file and it looks like
http://struts.apache.org/dtds/struts-2.0.dtd";>
I am extending my new theme from simple (I actually started with xhtml
but now it is a totally different beast). Somehow, theme.properties
file gets ignored. If my theme contains the tag it gets rendered
correctly however if I use the one that is provided with simple and
the one I extend the tag is
xml, the version is 1.0! So, obviously there is a version
conflict which caused the validator did not work.
Talos
- Original Message -
From: "Chen Chunwei" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Wednesday, March 26, 2008 9:45 AM
Subject: Th
Hi all,
It seems that my struts application's validator does not work. I've add
to my struts-config.xml and these two files surely exist.
Actually, it did work yesterday and I don't remember there are any change
applied to my application. But the validator just does not
org.apache.struts2.dispatcher.FilterDispatcher
Martin
- Original Message -
From: "kal stevens" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Monday, March 03, 2008 8:49 PM
Subject: Struts2 application does not work after converting from struts
Sorry I figured it out.
It was combination of modjk and an apache rewrite rule.
Sorry for being so vague :)
Thanks
Kal
On Mon, Mar 3, 2008 at 5:54 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- kal stevens <[EMAIL PROTECTED]> wrote:
> > The JSP loads properly, but any actions do not respond.
>
--- kal stevens <[EMAIL PROTECTED]> wrote:
> The JSP loads properly, but any actions do not respond.
You haven't provided much information to go on.
Have you changed the extension to ".do"? Is the filter in your web.xml? Have
you used the config browser to see how the system thinks your app is
co
My company is in the process of converting our application from struts1 to
struts2.
The JSP loads properly, but any actions do not respond.
Not Found
The requested URL /member/signin.do was not found on this server.
I put the log4j log level to ALL, and it looks like tomcat is loading the
acti
Hi,
I think an interceptor is getting in between, as you mentioned further
down the thread.
I found out on my project that if the workflow interceptor finds error
messages for the page the default result INPUT is returned.
You can change that with this in your own interceptor stack:
>> result which is not what I want. If there is some input, for example,
>> >> checking a checkbox before clicking the 'List" button, then it will
>> run
>> >> into
>> >> 'list" method and give a right result.
>> >>
>> >>
;> 'INPUT"
> >> result which is not what I want. If there is some input, for example,
> >> checking a checkbox before clicking the 'List" button, then it will run
> >> into
> >> 'list" method and give a right result.
> >>
> >> Obviously, it still try to validate before executi
#x27;List" button, then it will run
>> into
>> 'list" method and give a right result.
>>
>> Obviously, it still try to validate before executing 'list' method even
>> there is @SkipValidation annotation. Has anybody come cross the similiar
>> problem before? The struts version
How is the validation for the list alias being declared? Is there also
an XML file?
-Ted.
On Nov 27, 2007 3:16 AM, Bionicoder <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I want to disable validation for certain Struts 2 method. For example, in
> the following action class,
>
> public class CustomerAct
ation. Has anybody come cross the similiar
problem before? The struts version is 2.0.9.
Thanks!
BC
--
View this message in context:
http://www.nabble.com/S2%3A-Struts2-%40SkipValidation-does-not-work-tf4880341.html#a13966505
Sent from the Struts - User mailing list archive at Nabble.com.
---
I just built Struts 2.1.0 from SVN and the showcase works wonders
specifically datetimepicker works like a dream! :) lots of nice stuff in
there ... many other examples actually work e.g. Basic Validation,
Autocompleter works much better e.g. does not shake the whole page when
clicking the lis
hi,
I was playing a bit with the latest 2.0.11 GA release and noticed that
the timepicker does not display anything. I directly deployed the
show-case 2.0.11 in Tomcat 6. I am on Linux fedora using Firefox and
Konqueror neither browser show anything.
TIA,
regards,
Giovanni
-
I know I've used both a OGNL & JSTL expression and it's worked fine. For
example both the follwing worked for me:
>
> Hi all,
>
> How to use s:include to include a dynamic jsp file?
>
> For instance:
>
> does not work in struts 2: the value of
&g
1 - 100 of 220 matches
Mail list logo