Re: WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value.

2011-01-12 Thread Mohamed SIDI
Hello, You have tu put an "/" before yout action name in your JSP page, try with this : and I think you have tu put / in your namesapce definition Best Regards 2011/1/12 Nuwan Arambage > > "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"

Action Struts2

2011-01-12 Thread Mohamed SIDI
Hello, I woud like to know if the Struts actions are singleton based or not, some links treating this topic are pleased Thanks -- Cordialement Mohamed

Re: Action Struts2

2011-01-13 Thread Mohamed SIDI
; > > Jose > > > > > > 2011/1/12 > > > > > > > Yy > > > > --Mensaje original-- > > > > De: Robert Graf-Waczenski > > > > Para: Struts Users Mailing List > > > > Responder a: Struts Users Mailing Lis

Re: Redirect & RedirectAction forwarding to localhost:8080 if no protocol mentioned in namespace

2011-01-19 Thread Mohamed SIDI
can you put out your configuration in struts.xml? 2011/1/18 Harsh Grover > I'm using redirectAction to send the user to another action using > redirectAction. However, if the namespace is not provided, the request is > getting forwarded to localhost:8080 (my server instance). I'm using apache

Re: Redirect & RedirectAction forwarding to localhost:8080 if no protocol mentioned in namespace

2011-01-20 Thread Mohamed SIDI
a query > param: > > loginFailed=true. However, it is forwarding to > > http://localhost:8080/test/actions/loadLogin.jsp, and bypassing the > apache > > instance in front of it completely, even if the request comes from > > http://abc.com/test/actions/userLogin.action. &

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Mohamed SIDI
Hi, May be you dont have well configure your application context. check your web.xml file best wishes !! 2011/2/8 abhishek jain > Hi, > I am running myeclipse(8.x) on windows. trying my hands on struts 2.x > application, when i try to run the application i see hte following error in > console

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Mohamed SIDI
011 at 2:47 PM, Mohamed SIDI wrote: > > > Hi, > > > > May be you dont have well configure your application context. > > > > check your web.xml file > > > > best wishes !! > > > > 2011/2/8 abhishek jain > > > > > Hi,

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread Mohamed SIDI
erces-2.6.2.jar file and restart the server, > > it > > > works fine, dont know why, > > > Pl. advice the reason and will it have any affect on Hibernate thing in > > the > > > project, > > > > > > thanks > > > abhishek > > > &

Validate filed if filled

2011-03-14 Thread Mohamed SIDI
Hi all, In my Web User Interface, I have a field witch is not a mandatory filed, for this filed I want to define a validation rule in my ActionName-validator.xml only when it was filled, somneone can help to do that BW

Validate method call validator

2011-03-14 Thread Mohamed SIDI
Hi all, I wd like to know if in my validate method, I can call et validator rule in my ActionName-validation.xml. Some things like : . . . validate (){ . if(condition) call a validator rule in ActionName-validation.xml } Best wishes --

Re: Need your inputs.

2011-03-21 Thread Mohamed SIDI
Hi, so I will explain what you have to do suppose you have three fileds in your form with respectively have the names filed1, filed2 and filed3 in your struts.xml file you shoud paramter your action like this : filed1, filed2, filed3 and in your action class you shoud crea

Re: [OT] Re: Need your inputs.

2011-03-22 Thread Mohamed SIDI
Hi, In JQuery you have a function named serailize, this function will serialize all your form's input I'm not sure about the exactly syntaxe but some things like "yourFormID.serialize()" B.W 2011/3/22 Dave Newton > Have you considered looking at the jQuery documentation? > > Dave > > On Tue, M

Re: the question about the struts-osgi

2011-03-29 Thread Mohamed SIDI
Hi, it seems to be a build problem, you can rebuild your application entirly, another way, you should have the felix jar in your classpath B.W 2011/3/29 stream > Hi everyone > i've tried use osgi for my structs app, but i wanna use the latest version > of felix , so i used the version 3.0.9 in

Re: the question about the struts-osgi

2011-03-29 Thread Mohamed SIDI
. > > > 在 2011-3-29,下午4:48, Mohamed SIDI 写道: > > > Hi, > > > > it seems to be a build problem, you can rebuild your application entirly, > > another way, you should have the felix jar in your classpath > > > > B.W > > > > 2011/3/29 stream &g

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread Mohamed SIDI
Hi, It seems to be a parsing problem, can you put out your file xml definig the tiles defintions , this will help us 2011/4/4 abhishek jain > hi, > It didnt worked , > first the cascade="true" was not recognized by my IDE (Myeclipse). > Second on running, i got the following error: > > Caused b

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread Mohamed SIDI
iles Configuration 2.0//EN" >"http://tiles.apache.org/dtds/tiles-config_2_0.dtd";> > > > > > > cascade="true"/> > cascade="true"/> > > > > > > now if i add as in hte above xml ca

Re: form action is not calling while click on submit button: Struts2.0

2011-04-13 Thread Mohamed SIDI
there is no code sir !! 2011/4/13 Biesbrock, Kevin > That's strange. Why doesn't the code come through in the email but it > shows up on the nabble site? > > > Beez > > -Original Message- > From: arun [mailto:arunnh...@gmail.com] > Sent: Wednesday, April 13, 2011 12:45 AM > To: user@str

Re: form action is not calling while click on submit button: Struts2.0

2011-04-14 Thread Mohamed SIDI
you can put it some where and send we back the link if it will not be intercepted again !! 2011/4/13 Biesbrock, Kevin > Ah, good point. So it's probably visible in the source, just not > interpreted correctly when displaying the email. > > > Beez > > -Original Message- > From: Dave Newto

Re: Using Strut in Desktop Application

2011-04-19 Thread Mohamed SIDI
what do you mean by Struts frame ? 2011/4/19 Alok > Hi Team, >I am working on a Desktop application. I would like to use Strut > frame in it. Is it possible? > > Please explain me if yes , how to implement . If not why ? > > Thanks in advance, > Regards, > Alok > > -- > View this mes

Re: Form xml validation doesn't work

2011-04-22 Thread Mohamed SIDI
Hi, Can you put out your ressources files, that will help us to resolve your problem B.W 2011/4/22 kiala davy > Hi, > > I am learning Struts and working on tutorial of form validation with xml > file. I think there is something wrong with the example given in Struts site > web http://struts.ap

Re: Form xml validation doesn't work

2011-04-22 Thread Mohamed SIDI
right !! 2011/4/22 Dave Newton > It'd be easier if you'd post a minimal, non-working example--it'll help us > see what's wrong. > > I'm begging you to remove the huge image at the bottom of your emails. > > Dave > > On Fri, Apr 22, 2011 at 8:44 AM, kiala davy wrote: > > > Hi, > > > > I am learn

@DateRangeFieldValidator

2011-05-10 Thread Mohamed SIDI
Hello all, I'm looking tu use the @DateRangeFieldValidator annotation for validating a date, my questions : 1. there are ways to customize the date format, I have to convert the min and max attributes values for the local 2. can I use a format for the string representing the date (dd/MM/, yyy

create own annotation

2011-05-11 Thread Mohamed SIDI
Hi all, I'm using struts2 annotation validation mecanisme, I have a problem with credit card validation, I should develop my own annotation for this issue, someone can help me to do that, or explain me the steps ? thanks -- Cordialement Mohamed

Re: create own annotation

2011-05-11 Thread Mohamed SIDI
ss you are going to reuse the validation code is it worth the effort of > writing an annotation? > > Jim > > -Original Message- > From: Mohamed SIDI [mailto:mhm.s...@gmail.com] > Sent: 11 May 2011 09:39 > To: Struts Users Mailing List > Subject: create own annotation >

Re: Struts2 - duplicate submit problem

2011-05-13 Thread Mohamed SIDI
the duplicate submit may be come from your code, can you put out some code to help us to solve your problem 2011/5/12 Rajeev430 > Hi, > > How I can stop duplicate submit in Struts2? Is there any working example > code for the reference. I am looking for any pattern (Token Interceptor, > Token Se

error JSTL

2011-05-16 Thread Mohamed SIDI
Hi there, I'm using JSTL (I'm sorry if this issue is not about struts), and I have a JSP page witch contains a JSTL code : Name: ${name} Value: ${requestScope[name]} but when I want to call this page from my browser, I'm getting this e

Re: error JSTL

2011-05-16 Thread Mohamed SIDI
anks to you two for your willingness 2011/5/16 Ilya Kazakevich > You use JSTL 1.0 and EL is not allowed in properties there. Try to use > newer > version of JSTL. > > > Ilya Kazakevich, > Developer > JetBrains Inc > http://www.jetbrains.com > "Develop with pleasure!&

Re: [OT] Re: Job postings

2011-05-26 Thread Mohamed SIDI
Hello there, This may be one of the most important opportunity what about one witch is located in France ? there are some conditions to candidate :) 2011/5/26 Robert Taylor > Hi Dale, > > We have a posting on the AJUG site. > I've also been to the latest AJUG meetings. > When I was there, 6 com

Re: When start tomcat6 always got "java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/finder/ClassFinder$InfoBuildingVisitor" Error!

2011-05-27 Thread Mohamed SIDI
You have to copy the jar in your classpath and redeploy your application after, it should work 2011/5/27 Martin Gainty > > copy xwork-core-2.2.1.jar to WEB-INF\lib > > Martin > __ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentiali

Re: Struts2 Plugins inside IoC

2011-05-27 Thread Mohamed SIDI
Can you be more clear about what you like to understand 2011/5/27 Frans Thamura > hi all > > i found that springmvc register all their bean in the appcontex.xml > > any reason, why struts2 better rather using this method > > thx > > F > -- Cordialement Mohamed

Re: Emails

2011-06-14 Thread Mohamed SIDI
Hello there, I have checked and I dont have any E-mail coming from this sender, can you check if you have done any others actions witch may be the real cause ! 2011/6/14 Eric Reed > No big deal just seeing if anyone else has been receiving these as I used > my work email and am very careful whe

adding more package via Maven

2011-06-22 Thread Mohamed SIDI
Hello there, I apologize to post this issue here in this maling list witch is reserved for Struts issues, I'm working on a Maven2's project, I would like to add a new package, my current architecure look like : src/main/java/com.mycampany.beans I want to add via maven the package /src/main/java

Re: [OT] Re: adding more package via Maven

2011-06-22 Thread Mohamed SIDI
more specific with what you're trying to do > as well--is something going wrong? What behavior are you seeing, and > how does it differ from what you expect? > > Dave > > On Wed, Jun 22, 2011 at 8:24 AM, Mohamed SIDI wrote: > > Hello there, > > > > I ap

Re: [OT] Re: adding more package via Maven

2011-06-22 Thread Mohamed SIDI
onsabilité pour le contenu fourni. > > > > > > Date: Wed, 22 Jun 2011 08:30:36 -0400 > > Subject: [OT] Re: adding more package via Maven > > From: davelnew...@gmail.com > > To: user@struts.apache.org > > > > Are you aware there's a Maven mailin

PropertyPlaceholderConfigurer can't read file properties

2011-07-01 Thread Mohamed SIDI
Hi there, it seems that the PropertyPlaceholderConfigurer can't reload the file properties because I still getting the key instead of getting the value of key classpath*:config.properties -- Cordialement Mohamed

Re: Hide .do [S 1.3.8]

2012-02-10 Thread Mohamed SIDI
I think by using mapping mecanism in your web.xml 2012/2/10 Anjib Mulepati > Hi All, > > I am getting odd situation in Struts 1.3.8 application. > I have different actions and for each action user can see link as > http://localhost/MyApp/**MyAction.do > How c