Re: CDI Plugin example does not work in 2.5.14.1

2018-03-14 Thread fullmitten
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

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-22 Thread fullmitten
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

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-22 Thread fullmitten
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

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-21 Thread Lukasz Lenart
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-

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-19 Thread fullmitten
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

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-19 Thread Lukasz Lenart
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

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-18 Thread fullmitten
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

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-17 Thread Yasser Zamani
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) >

CDI Plugin example does not work in 2.5.14.1

2018-01-17 Thread fullmitten
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

Re: Hello World does not work.

2014-07-08 Thread Jim Anderon
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

RE: Hello World does not work.

2014-07-06 Thread Martin Gainty
> 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. > >

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
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

Re: Hello World does not work.

2014-07-06 Thread jayachandra B
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? >> >> >> >&

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
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

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
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/

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
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

RE: Hello World does not work.

2014-07-06 Thread Martin Gainty
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

Re: Hello World does not work.

2014-07-05 Thread jayachandra B
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

Re: Hello World does not work.

2014-07-05 Thread Chris Pratt
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

Re: Hello World does not work.

2014-07-05 Thread Ken McWilliams
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

Re: Hello World does not work.

2014-07-05 Thread Jim Anderon
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

Re: Hello World does not work.

2014-07-05 Thread jayachandra B
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 World does not work.

2014-07-05 Thread Jim Anderon
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

Re: s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Omar Ngarigari
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}.

Re: s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Chris Pratt
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.

Re: s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Dave Newton
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

s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Omar Ngarigari
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

AW: File upload from JSP with "multipart/form-data" does not work on Weblogic v12c

2012-02-06 Thread Peter.Keller
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

AW: File upload from JSP with "multipart/form-data" does not work on Weblogic v12c

2012-02-01 Thread Peter.Keller
. 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

File upload from JSP with "multipart/form-data" does not work on Weblogic v12c

2012-01-31 Thread Peter.Keller
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

Re: cause does not work

2010-05-14 Thread Emi Lu
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:

Re: cause does not work

2010-05-14 Thread Emi Lu
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

Re: Dispatch does not work ( Struts2 + tile)

2009-12-24 Thread Wes Wannemacher
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

Dispatch does not work ( Struts2 + tile)

2009-12-23 Thread Emi Lu
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

Re: Validation does not work on redirect result

2009-08-13 Thread musomesa
: 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

Re: Validation does not work on redirect result

2009-08-13 Thread musomesa
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 >

RE: Validation does not work on redirect result

2009-08-13 Thread Martin Gainty
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 >

Re: Validation does not work on redirect result

2009-08-13 Thread musomesa
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"

RE: Validation does not work on redirect result

2009-08-12 Thread spsarolkar
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

RE: Validation does not work on redirect result

2009-08-12 Thread Martin Gainty
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

Re: Validation does not work on redirect result

2009-08-12 Thread spsarolkar
l) request.getSession().setAttribute("user",user); >>return SUCCESS; >> } >> } >> >> >> >> Greg Lindholm-2 wrote: >> > >> > No result defined for action org.xinus.actions.user.FindUserA

Re: Validation does not work on redirect result

2009-08-12 Thread Greg Lindholm
> > 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

Re: Validation does not work on redirect result

2009-08-12 Thread Greg Lindholm
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:

Re: Validation does not work on redirect result

2009-08-12 Thread spsarolkar
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

Re: Validation does not work on redirect result

2009-08-12 Thread Greg Lindholm
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

Re: Validation does not work on redirect result

2009-08-12 Thread spsarolkar
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

Re: Validation does not work on redirect result

2009-08-12 Thread Greg Lindholm
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

Validation does not work on redirect result

2009-08-12 Thread spsarolkar
://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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-07 Thread Rene Gielen
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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-04 Thread Frans Thamura
; 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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-04 Thread Mauricio Aniche
> > 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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-02 Thread Jeroen De Ridder
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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-02 Thread Frans Thamura
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, >

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-02 Thread dusty
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 >>

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-01 Thread Wes Wannemacher
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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Jeroen De Ridder
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

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Mauricio Aniche
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,

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Jeroen De Ridder
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:

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Mauricio Aniche
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: >> >>

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Dave Newton
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

@Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Mauricio Aniche
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

Re: Struts 2.1.6: SlashesInActionNames does not work when namespace is the root context

2009-04-21 Thread Dale Newfield
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

Re: Struts 2.1.6: SlashesInActionNames does not work when namespace is the root context

2009-04-21 Thread Dave Newton
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

Struts 2.1.6: SlashesInActionNames does not work when namespace is the root context

2009-04-21 Thread Radoslav Krivak
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

interceptors does not work

2009-02-10 Thread Gianluca Musella
This is the interceptor declaration in my struts.xml: org.almayer.web.AlmayerModel session

Re: Simple validation does not work

2008-08-13 Thread Anton Bashmakov
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]>

Re: redirect does not work with Tiles.

2008-08-11 Thread Jeromy Evans
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

Re: Simple validation does not work

2008-08-10 Thread Anton Bashmakov
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

Re: Simple validation does not work

2008-08-09 Thread Struts Two
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

Re: Simple validation does not work

2008-08-09 Thread holod
rManager.java:340) >> > >> > >> > >> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:504) >> > >> > >> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419) >> > >> > >> org.jboss.web.

Re: Simple validation does not work

2008-08-09 Thread Anton Bashmakov
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) >

Re: Simple validation does not work

2008-08-08 Thread holod
leParser.addValidatorConfigs(ValidatorFileParser.java:192) > > com.opensymphony.xwork2.validator.ValidatorFileParser.parseActionValidatorConfigs(ValidatorFileParser.java:72) > > com.opensymphony.xwork2.validator.AnnotationActionVa

Simple validation does not work

2008-08-08 Thread Anton Bashmakov
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

RE: redirect does not work with Tiles.

2008-08-08 Thread Griffith, Michael *
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

RE: redirect does not work with Tiles.

2008-08-08 Thread Griffith, Michael *
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

Re: redirect does not work with Tiles.

2008-08-08 Thread Jeromy Evans
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

Re: redirect does not work with Tiles.

2008-08-07 Thread Antonio Petrelli
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 -

redirect does not work with Tiles.

2008-08-07 Thread Griffith, Michael *
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

RE: [S2] Jscalendar plugin does not work in S2.1.x

2008-07-16 Thread Giovanni Azua
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

[S2] Jscalendar plugin does not work in S2.1.x

2008-07-16 Thread Giovanni Azua
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

Re: Removing package name all over does not work

2008-04-29 Thread Vinay Nagrik
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

Re: Removing package name all over does not work

2008-04-28 Thread Wes Wannemacher
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

Re: Removing package name all over does not work

2008-04-28 Thread Dave Newton
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

Removing package name all over does not work

2008-04-28 Thread Vinay Nagrik
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";>

Theme extensino does not work for me.

2008-04-20 Thread Alex Shneyderman
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

Re: The validator does not work

2008-03-25 Thread Chen Chunwei
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

The validator does not work

2008-03-25 Thread Chen Chunwei
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

Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread Martin Gainty
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

Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread kal stevens
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. >

Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread Dave Newton
--- 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

Struts2 application does not work after converting from struts1

2008-03-03 Thread kal stevens
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

Re: S2: Struts2 @SkipValidation does not work

2007-12-20 Thread Joachim Ansorg
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:

Re: S2: Struts2 @SkipValidation does not work

2007-11-28 Thread Bionicoder
>> 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. >> >> >> >>

Re: S2: Struts2 @SkipValidation does not work

2007-11-28 Thread Marcos Mendonça
;> '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

Re: S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Bionicoder
#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

Re: S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Ted Husted
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

S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Bionicoder
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. ---

Re: ui tag: timepicker 2.0.11 does not work ..

2007-10-29 Thread Giovanni Azua
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

ui tag: timepicker 2.0.11 does not work ..

2007-10-29 Thread Giovanni Azua
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 -

Re: does not work

2007-08-19 Thread Zoran Avtarovski
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   2   3   >