I got this working. Thanks.
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject: RE: sjg:grid in modal window not getting displayed atall
> Date: Fri, 4 Sep 2015 10:25:32 -0400
>
> Adding one more action configuration to this of struts.xml
>
> > Fro
Adding one more action configuration to this of struts.xml
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject: sjg:grid in modal window not getting displayed atall
> Date: Fri, 4 Sep 2015 09:53:36 -0400
>
> I am trying to use sjg:grid in a modal window whic
I am trying to use sjg:grid in a modal window which is opened from a tabbed
panel.
Have the below code. Everything seams right to me. The modal window opens and
displays other stuff but the grid is not getting displayed atall. The getJSON()
in the action class is never getting called.
I
2013/3/15 :
> if (whichANM == "2") {
Maybe try === instead and whichANM is what kind of type? Did you try
to use JavaScript debugger? Did you check the source code of the
generated page? Is it related to Struts?
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Feb 4, 2013 11:29 PM, "Srineel Mazumdar" wrote:
> Hi,
>
> I have the following JSP. On clicking submit button, the page is not
> getting submitted. Any pointers ?
>
>
> -
I have mentioned the action configuration in web.xml but struts Action is
not getting initialized.
I have placed the jar file in the classpath also which is in lib folder.
Where is the problem.
Regards,
VR Venugopal Rao
-Original Message-
From: Alex Rodriguez Lopez [mailto:alo
I am not sure whether it is directly a Struts problem but I'm hoping someone
will be able to suggest a way around.
I have the following in my struts.properties file:
struts.custom.i18n.resources=MyResource
MyResource.properties resides in WEB-INF/classes of my application.
In my JSP I simply do
() gets
executed. But after that the execute() is not getting called. I don't have
any error messages printed on my console. I have only system.out in
prepare() and validate(). Can anyone think of any reason why it would happen
or any way to debug this? Thanks
() gets
executed. But after that the execute() is not getting called. I don't have
any error messages printed on my console. I have only system.out in
prepare() and validate(). Can anyone think of any reason why it would happen
or any way to debug this? Thanks
execute() is the *default* method for an Action class. It's not the *only*
method.
execute() will get called if you don't have a different method specified.
You can basically call any method you want; leaving out the "method="
parameter is the same as specifying "method=execute". But you can spe
Typo?
Regards
--
Lukasz
http://www.lenart.org.pl/
http://dailylog.lenart.org.pl/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Hi - I am using struts 2.1.6. From my jsp on submitting the form, the
control goes to my action class, methods prepare() and validate() gets
executed. But after that the execute() is not getting called. I don't have
any error messages printed on my console. I have only system.out in
prepare(
Jim Collings wrote:
Hmmm, so it seems from testing that I've been doing that the constant
is mandatory in all cases where you want params set before Prepare is
called while using paramsPrepareParamsStack AND you are using the
Convention plugin. K, got it. I think this also might explain why I
co
> The configuration constant I pointed to still isn't in there.
>
> In the default stack, the params interceptor does not run before the
> prepare interceptor. For instances where you need the params set
> first, then the prepare interceptor fires afterwards, we created the
> paramsPrepareParamsSta
On Thu, Jun 4, 2009 at 12:47 PM, Jim Collings wrote:
[...]
>>
>> > />
>>
[...]
> OK, well it should have been:
>
>
>
>
>
> value="com.stuff.something.web"/>
>
>
>
>
> In any case, it is not this type of mapping problem because the
> Prepare method is getting called ju
> I'm assuming you are using the conventions plugin (since there is no
> action definition). How are you making sure your
> conventions-configured actions are in the "stuff" package? If this is
> your configuration, in whole, then you need to add -
>
>
>
> Just matching up namespace is not enough.
I'm assuming you are using the conventions plugin (since there is no
action definition). How are you making sure your
conventions-configured actions are in the "stuff" package? If this is
your configuration, in whole, then you need to add -
Just matching up namespace is not enough.
Another opti
So I have a Preparable action and in the Preparable method, I need
access to a parameter. Others have gone over my struts.xml and seem to
think that it is correct:
I have a getter and a setter for the property but it is not being set.
It is being called from a link
MG>quick comment (others feel free to jump in)
> Subject: data is not getting refreshed
> From: srinivas...@sify.com
> To: user@struts.apache.org
>
> Hi all
> I have situation
>
> we have two modules which are in production
>
> one is developed in old servle
Hi all
I have situation
we have two modules which are in production
one is developed in old servlets and jsp
and another is in struts2 and hibernate
we are using tomcat
in second module we are facing weird problem
when we access our site through url ,
data is not getting updated
and
is. I saw
a patch for ServletRedirectResult which I applied but still it doesnt work
https://issues.apache.org/struts/browse/WW-3046
Thanks
--
View this message in context:
http://www.nabble.com/Result-Params-not-getting-set-in-redirect-tp22871066p22871066.html
Sent from the Struts - User mailing list archive
l Message-
> From: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 27, 2008 4:36 PM
> To: Struts Users Mailing List
> Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object
at
> some where
>
> What is it that you're tryin
Garli Hegvik [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 27, 2008 4:36 PM
> To: Struts Users Mailing List
> Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at
> some where
>
> What is it that you're trying to do with this code? It will be eas
]
Sent: Thursday, November 27, 2008 4:36 PM
To: Struts Users Mailing List
Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at
some where
What is it that you're trying to do with this code? It will be easier
to help if you show us what you're actually trying
What is it that you're trying to do with this code? It will be easier
to help if you show us what you're actually trying to achieve
(although I have a feeling based on your previous questions...).
Nils-H
On Thu, Nov 27, 2008 at 11:24 AM, nikunj <[EMAIL PROTECTED]> wrote:
> Dear All,
>
>
>
> I am
Thanks Ravindra,
But,
I am getting error at line no 6 not at line no 3.
Regards,
Nikunj
-Original Message-
From: ravindra [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2008 4:01 PM
To: 'Struts Users Mailing List'
Subject: RE: ExecuteAndWaitInterceptor Issue - N
I will be out of the office, and mostly without email access, until Dec 1.
Please contact the One World office, 605-845-7172, with any general needs, and
Danny Nickels, [EMAIL PROTECTED], at the same number, for any technical or
integration issues.
If this is an emergency, please feel free to c
Try using this,
Thread.currentThread().sleep(10); instead of Thread.sleep(10);
_
From: nikunj [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2008 3:54 PM
To: 'Struts Users Mailing List'
Subject: ExecuteAndWaitInterceptor Issue - Not getting request object at
Dear All,
I am using ExecuteAndWaitInterceptor.
Action contain following code in execute method.
1. for(int i=0; i<10; i++)
2. {
3.Thread.sleep(10);
4.logger.debug(i+ ") Name : "+Thread.currentThread().getName());
5.logger.debug("request : " +
",scountry=? where uname=?";
>PreparedStatement
> pstmt=con.prepareStatement(query);
>
> pstmt.setString(1,tform.getPassword().toString());
>
> pstmt.setString(2,tform.getRole().toString());
>
> pstmt.setString(3,tform.getFname
());
pstmt.executeUpdate();
status="success";
}}
catch(Exception ex){
ex.pri
<[EMAIL PROTECTED]>:
>>
>>
>> struts config is not getting ReminderAction...but the configuration is
>> correct i guess??
>
>
>
> I meant the Java code inside your ReminderAction class.
>
> Antonio
>
>
--
View this message in context:
h
---
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p1
>
> action
> *.html
>
So, then try /sendmail.html
Regards
--
Lukasz
http://www.linkedin.com/in/lukaszlenart
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
2008/4/14, newBea <[EMAIL PROTECTED]>:
>
>
> struts config is not getting ReminderAction...but the configuration is
> correct i guess??
I meant the Java code inside your ReminderAction class.
Antonio
struts config is not getting ReminderAction...but the configuration is
correct i guess??
Antonio Petrelli-3 wrote:
>
> 2008/4/14, newBea <[EMAIL PROTECTED]>:
>>
>> > type="com.lbi.equalito.webapp.action.ReminderAction">
>>
--
View this message in context:
http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p16674305.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> When i invoke /sendmail action, nothing is shown..I mean it displays only
Maybe /sendmail.do will better? How did you map struts servlet in web.xml?
Regards
--
Lukasz
http://www.linkedin.com/in/lukaszlenart
-
To unsubscrib
2008/4/14, newBea <[EMAIL PROTECTED]>:
>
> type="com.lbi.equalito.webapp.action.ReminderAction">
> path="/WEB-INF/pages/remsuccess.jsp"/>
>
> ...
> type="com.lbi.equalito.webapp.form.ReminderForm">
>
> When i invoke /sendma
exceptions and error...wat cud be the possible
error??
Thanks in advance...
--
View this message in context:
http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p16674206.html
Sent from the Struts - User mailing list archive at Nabble.com
> yeah, for some action classes spring inject singleton scoped service
> dependecies so that might be reason for those action for not getting garbage
> collected
This can not be. The only way your action will not be garbage
collected if that action instance is refferenced from a l
dependecies so that might be reason for those action for not getting garbage
collected
but i have one action class which doesn't have any thing which can prevent
that class from
being garbage collected.
its as given below:
*
public* *class* AuctionCentralAction *extends* ActionSu
Prajapati Manish Narandas wrote:
Hi All,
I am using struts2 with spring object factory.
Here, spring is creating action class objects with request scope and
injecting service layer dependency and service layer objects are singleton
scope.
here, even i have given request scope it doesnt ensure 1
Hi All,
I am using struts2 with spring object factory.
Here, spring is creating action class objects with request scope and
injecting service layer dependency and service layer objects are singleton
scope.
here, even i have given request scope it doesnt ensure 100 % garbage
collection of my all a
hi,
i included my chart in the jsp.but it's not getting refreshed with the data
values present in the database untill i do export it to pdf.after exporting
to pdf once after refreshing the page giving the correct results..can some
body help me?
--
View this message in context:
-8" & "--" & vbCrLf
xmlhttp.SetRequestHeader "Content-Type", "multipart/form-data; boundary=" &
bndry & "; Charset=UTF-8"
...
-Original Message-
From: Meindert [mailto:[EMAIL PROTECTED]
Sent: 22 June 2007 05:56 PM
To: u
Hi There,
I'm setting the header in my VB application without charset property in the
Content type;
winhttp.SetRequestHeader "Content-Type", "multipart/form-data; boundary=xxx
This was using fine and the file was received by struts in the FormFile
object
But now I'm trying the same on Vista with
jalal udeen wrote:
hi
im creating a application for online test so i have used a
link to submit using java script "document.forms[0].submit();"
but some time this is not getting submitted im last moment can u give me
idea for this . if i click again it gets submitted or if there
hi
im creating a application for online test so i have used a
link to submit using java script "document.forms[0].submit();"
but some time this is not getting submitted im last moment can u give me
idea for this . if i click again it gets submitted or if there i
hi.. can anyone tell me where can i find a small sample (showcase is a
huge) of doubleselect being pupulated from an action form?
actually i took a look at source code and saw that the doubleList property
is actually a string, so how can it recieve a list?
___
hi...
trying this:
name="selectedclient" label="Client and task" listKey="id" listValue="name"
list="clients"
doubleName="selectedTask" doubleListKey="id" doubleListValue="name"
doubleList="tasks" />
on my action i have:
public List getClients(){
List l=new ArrayList();
Puneet Lakhina wrote:
Hi,
This is the first time I am using a FormFile. I have a few other fields in
my form along with the field. The problem is when some
validation fails, the value in the text field of the file control gets lost
i.e. the user has to select the file again. Is this normal behav
Hi,
This is the first time I am using a FormFile. I have a few other fields in
my form along with the field. The problem is when some
validation fails, the value in the text field of the file control gets lost
i.e. the user has to select the file again. Is this normal behavior or does
it have to
Message-
From: fea jabi [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 19, 2006 9:44 AM
To: user@struts.apache.org
Subject: form-bean is not getting updated with the values entered
Have an ArrayList in the form-bean
This contains the list of row objects required for the below table
Have an ArrayList in the form-bean
This contains the list of row objects required for the below table.
using displaytag to display the the list of elements.
requestURI="PrepareAction.do" class="table1">
..
...
I tried using
er.valueOf?
-Original Message-
From: Bart Busschots [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 06, 2006 3:33 PM
To: Struts Users Mailing List
Subject: Re: Validator not getting called and I can't see why [resolved]
OK, I got all this figured out in the end.
The validator was being called
s always possible) or I've
> managed to break the validator. I have an app that uses validator all
> over the place and it's working fine in all my other actions but for
> this one action it is simply not getting called.
>
> I can't see any difference between this actio
stupid (which is always possible) or I've
> > managed to break the validator. I have an app that uses validator all
> > over the place and it's working fine in all my other actions but for
> > this one action it is simply not getting called.
> >
> &
Bart Busschots wrote:
> I'm either missing something stupid (which is always possible) or I've
> managed to break the validator. I have an app that uses validator all
> over the place and it's working fine in all my other actions but for
> this one action it is sim
t uses validator all
over the place and it's working fine in all my other actions but for
this one action it is simply not getting called.
I can't see any difference between this action/form/validation and all
the other ones that are working.
This is the form:
type="org.apache
L PROTECTED]> wrote:
>> I'm either missing something stupid (which is always possible) or I've
>> managed to break the validator. I have an app that uses validator all
>> over the place and it's working fine in all my other actions but for
>>
t;> I'm either missing something stupid (which is always possible) or I've
>> managed to break the validator. I have an app that uses validator all
>> over the place and it's working fine in all my other actions but for
>> this one
out
what its doing.
Niall
On 8/3/06, Bart Busschots <[EMAIL PROTECTED]> wrote:
I'm either missing something stupid (which is always possible) or I've
managed to break the validator. I have an app that uses validator all
over the place and it's working fine in all my other a
tor all
over the place and it's working fine in all my other actions but for
this one action it is simply not getting called.
I can't see any difference between this action/form/validation and all
the other ones that are working.
This is the form:
t: Re: Validator not getting called and I can't see why
Hi Eric,
Thanks for the reply but I'm using a DynaValidatorForm so I don't have a
class to override things in. I would assume that DynaValidatorForm
validates correctly because I use it all over the place. It's just this
one act
) + " ***");
return ( errors );
} // validate
} // Page_6_Form
-Original Message-
From: Bart Busschots [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 03, 2006 6:10 PM
To: Struts Users Mailing List
Subject: Validator not getting called and I can't see why
idate
} // Page_6_Form
-Original Message-
From: Bart Busschots [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 03, 2006 6:10 PM
To: Struts Users Mailing List
Subject: Validator not getting called and I can't see why
I'm either missing something stupid (which is always poss
either missing something stupid (which is always possible) or I've
managed to break the validator. I have an app that uses validator all
over the place and it's working fine in all my other actions but for
this one action it is simply not getting called.
I can't see any difference b
I'm either missing something stupid (which is always possible) or I've
managed to break the validator. I have an app that uses validator all
over the place and it's working fine in all my other actions but for
this one action it is simply not getting called.
I can't see an
Thanks Richard
It works with action=userlogin_display.
--- Richard Yee <[EMAIL PROTECTED]> wrote:
> According to the documentation if you use href, the value passed will
> be
> unchanged. It looks like you should use action=userlogin_display
> and the property and name attributes to set the
According to the documentation if you use href, the value passed will be
unchanged. It looks like you should use action=userlogin_display
and the property and name attributes to set the action parameter.
-Richard
Mon Cab wrote:
I have a jsp page called link test (included below), However, the
I have a jsp page called link test (included below), However, the url
for *Login Link* is not being rewritten to include the jsessionid.
Cookies are disabled on my browser, and jsessionid is being generated
for form submissions, but not for links.
Am I missing something here? Pleae help.
<%
Your problem reminded me of a similar situation - an actionlistener was
not called because the form was not submitted, hence it skipped to
decode all its child or facets. My hint is to set a breakpoint on
javax.faces.component.UIForm inside processDecodes.
Jörg
ily Gu (egu) <[EMAIL PROTECTED]> wrote:
> > > Don't use actionListener but just simply use action. All you want should
> > > be working as expected.
> > >
> > > > > action="#{pulldownTest.handleChangeItem}" value="Submit"/&g
-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig
McClanahan
Sent: Monday, February 06, 2006 6:44 PM
To: Struts Users Mailing List
Subject: Re: [Shale] a command btn within a conditionally "rendered"
form not getting actionListener.
On 2/6/06, Jason Vince
uot;/>
> >
> > public String handleChangeItem() {
> > LOGGER.debug("handleChangeItem()");
> > return "success";
> > }
> >
> > Emily
> >
> >
> > -Original Message-
> > From: Jason Vince
> From: Jason Vincent [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 06, 2006 4:14 PM
> To: Struts Users Mailing List
> Subject: Re: [Shale] a command btn within a conditionally "rendered"
> form not getting actionListener.
>
> I put the messages tag in there, but
o:[EMAIL PROTECTED]
Sent: Monday, February 06, 2006 4:14 PM
To: Struts Users Mailing List
Subject: Re: [Shale] a command btn within a conditionally "rendered"
form not getting actionListener.
I put the messages tag in there, but I'm getting nothing from that tag.
I've witnesse
I put the messages tag in there, but I'm getting nothing from that tag.
I've witnessed JSF swallowing exceptions before. Is there a way to
get JSF to log the stacktraces to my logger?
I've really simplified my test case and I'm still seeing the problem.
I have a pull down at the top with a submi
11:42 AM
To: 'Struts Users Mailing List'
Subject: RE: [OT] Re: Image not getting displayed !
Thanx Max ! (Wow Doesn't I sound poetic)
Appreciate your effort to reply to my mail.
I have used all the possible permutations/combinations for the image
path. So there is no possibi
earlier.
Thanks again
Jeet
-Original Message-
From: Jitendra Kumar [mailto:[EMAIL PROTECTED]
Sent: Monday, February 06, 2006 11:42 AM
To: 'Struts Users Mailing List'
Subject: RE: [OT] Re: Image not getting displayed !
Thanx Max ! (Wow Doesn't I sound poetic)
Appreciate
truts-config ???
Regards,
Jeet
-Original Message-
From: Max Cooper [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 04, 2006 7:11 PM
To: Struts Users Mailing List
Subject: RE: [OT] Re: Image not getting displayed !
There are some useful browser plugins for finding (and correcting, based
o
On 2/5/06, Jason Vincent <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> For some reason a cmd btn of mine isn't calling its actionListener
> method when it is clicked.
>
> Here is the situation. I have a pull down at the top of my page which
> chooses the item that I want to edit below. I hit the sub
Hi all,
For some reason a cmd btn of mine isn't calling its actionListener
method when it is clicked.
Here is the situation. I have a pull down at the top of my page which
chooses the item that I want to edit below. I hit the submit button
next to the pulldown, and the second half of the page i
You will be most helped by learning how the browser and your server work
together to locate files give certain URIs. You also might try, after
learning this, to use logical names for the URIs and an application for
conversions which will always do right by you.
On 2/2/06, Jitendra Kumar <[EMAIL P
rowser. I am
> using JBOss 3.2.5
>
> Please let me know what mistake I am doing.
>
>
> -Original Message-
> From: Dave Newton [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 02, 2006 8:51 PM
> To: Struts Users Mailing List
> Subject: [OT] Re: Image not get
allowing .jpg or .gif images to be viewed ??
People Please help !!
Jitendra
-Original Message-
From: Garner, Shawn [mailto:[EMAIL PROTECTED]
Sent: Friday, February 03, 2006 9:00 PM
To: 'Struts Users Mailing List'
Subject: RE: [OT] Re: Image not getting displayed !
Or try the ht
Or try the html:base tag. Not sure what it does exactly.
Shawn
-Original Message-
From: Jitendra Kumar [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 02, 2006 10:54 PM
To: 'Struts Users Mailing List'
Subject: RE: [OT] Re: Image not getting displayed !
I will try to
Try
Shawn
-Original Message-
From: Jitendra Kumar [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 02, 2006 10:54 PM
To: 'Struts Users Mailing List'
Subject: RE: [OT] Re: Image not getting displayed !
I will try to be clearer this time !!
I am developing a Struts pro
: Thursday, February 02, 2006 8:51 PM
To: Struts Users Mailing List
Subject: [OT] Re: Image not getting displayed !
Jitendra Kumar wrote:
> I am using in myeclipse.
>
> In Design view the image is showing by when I view it in browser, the
> image doesn't show. Please let m
Jitendra Kumar wrote:
> I am using in myeclipse.
>
> In Design view the image is showing by when I view it in browser, the
> image doesn't show. Please let me know the reason.
>
I'm not sure how this is Struts-related.
Even if it were, as you have provided essentially zero information this
wil
I am using in myeclipse.
In Design view the image is showing by when I view it in browser, the
image doesn't show. Please let me know the reason.
Images folder is in the same folder as my jsp page.
I am baffled !!
TIA
Jitendra
ginal Message-
From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 09, 2005 1:46 PM
To: user@struts.apache.org
Subject: RE: Validation seemingly not getting called any longer
That would be nice. Wouldn't be a bad thing to add, either.
Preston
>>> [EMAIL P
t link so you'll know what else to watch out for when
using
multiple (or module based) struts-config.xml files.
Regards,
David
-Original Message-
From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 9:27 PM
To: user@struts.apache.org
Subject: RE: Valida
e.org
Subject: RE: Validation seemingly not getting called any longer
Yeah, that's there. Like I said, it was working earlier. Not sure why
it's not now.
Preston
>>> [EMAIL PROTECTED] 11/8/2005 2:41 PM >>>
Do you have the commons-validator jar in your WEB-INF/lib director
Original Message-
From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 9:27 PM
To: user@struts.apache.org
Subject: RE: Validation seemingly not getting called any longer
Solved it. Weird.
I rolled back to an old version to try to figure out what was
diffe
-Original Message-
From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 7:05 PM
To: user@struts.apache.org
Subject: Re: Validation seemingly n
, etc. Are they
recent (as in someone might have modified them before the last webapp
restart) or dated months ago (indicating no recent changes) ?
Regards,
David
-Original Message-
From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 7:05 PM
To: user@struts
rds,
David
-Original Message-
From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 7:05 PM
To: user@struts.apache.org
Subject: Re: Validation seemingly not getting called any longer
It's not configured in Validation.x
It's not configured in Validation.xml. The form is
mask
^[0-9a-zA-Z]*$
I did turn up debugging on log4j.logger
1 - 100 of 150 matches
Mail list logo