masking in dynavalidation

2006-05-04 Thread Shivani Sawhney
Hi, I have some issues using dynavalidations. 1. In masking we give a list of character we want to allow. But is there a way to give the list of characters that I don't want to allow, because are exceptions are less. E.g. : I want the user to not to enter single and double quotes in t

RE: Narrow down on an element in a select list with every key press

2006-01-30 Thread Shivani Sawhney
g etc are very useful and easy to use. Besides as I understand from their site this is mature for more than 5 years. I have been using their tags and they ROCK ! :-) HTH, Raghu On 1/30/06, Shivani Sawhney <[EMAIL PROTECTED]> wrote: > Hi, > > > > Is it possible, through Struts o

Narrow down on an element in a select list with every key press

2006-01-30 Thread Shivani Sawhney
Hi, Is it possible, through Struts or JavaScript, to narrow down on an element in a select list with every key press? I have a sorted select list for country names. If I have entries for "Iceland" and "India" in the pick list, then pressing "I" would take me to "Iceland" but pressing "In" wil

Masking in valition-admin.xml

2006-01-16 Thread Shivani Sawhney
Hi, I have used masking in validation-admin.xml in my project. The problem is that I want '&' to be allowed to my text boxes on which masking is done but masking does not allow me to put ampersand. Please help me in this context. Thanks

Struts version for websphere 5.1?

2006-01-05 Thread Shivani Sawhney
Hi, I am trying to run a very simple application on struts on WebSphere 5.1 and am getting the following error: SRVE0026E: [Servlet Error]-[]: java.lang.NullPointerException at org.apache.struts.taglib.TagUtils.pageURL(TagUtils.java:1114) at org.apache.struts.taglib.TagUtils.computeURLWithC

RE: Upload all files of a dir at one go

2005-12-15 Thread Shivani Sawhney
al Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 15 December, 2005 6:02 PM To: Struts Users Mailing List Subject: Re: Upload all files of a dir at one go Shivani Sawhney wrote: >I want to upload all the files of a directory at one go. Is there a tag >available that I can use.

Upload all files of a dir at one go

2005-12-15 Thread Shivani Sawhney
Hi, I want to upload all the files of a directory at one go. Is there a tag available that I can use. The tag would only let me select a file not a directory. Any help will be much appreciated. Regards, Shivani This message may contain confidential and/or privileged information. If you

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Shivani Sawhney
Mailing List Subject: RE: Want dynamic menusstruts menu tutorial? Is this what you are looking for? http://struts-menu.sourceforge.net/userguide.html Regards, David -Original Message- From: Shivani Sawhney [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 11:39 PM To

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Shivani Sawhney
Hi, Sorry, if this question has been answered before. Could you please give me a link to the struts menu tutorial? Regards, Shivani -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 December, 2005 3:20 PM To: user@struts.apache.org Subject: RE: Want dynamic

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Shivani Sawhney
a form & using dynamic initialization with DynaAction On 12/4/05, Shivani Sawhney <[EMAIL PROTECTED]> wrote: > Thanks so much Martin.but I am not trying to validate a date > field, I am actually trying to give a dynamic initial value to a text > box throu

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Shivani Sawhney
of "MM/dd/" to validate the form value before attempting a populate e.g. datePattern MM/dd/ Anyone else? M- - Original Message - From: "Shivani Sawhney" <[EMAIL PROTECTED]> To: "Struts Use

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Shivani Sawhney
variable if she opens another window from the same browser (like a Ctrl N in internet explorer) which will share the same cookie and hence the same session. But this is true in all cases where you use session scoped variables. >Query 2: I doubt if you could do that! The xml config files are fairly

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Shivani Sawhney
. >Query 2: I doubt if you could do that! The xml config files are fairly static in my opinion. But I am just guessing. HTH, Raghu On 12/3/05, Shivani Sawhney <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can someone please help solve the following problems? > > >

Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-02 Thread Shivani Sawhney
Hi, Can someone please help solve the following problems? Query 1: I am trying to access an action through a hyperlink and provide some parameters through query string. This action forwards to a JSP, whose URL reads something like http://servername:port/rd/masters/SetupEditJobProfileAc