Re: Concealing primary key in web application with struts 2 from security perspective?

2013-11-30 Thread Ahmed Khan
Try other frameworks like Apache Shiro. Also JSF has a builtin feature where fields marked as disabled or read only are not transferred to and fom the client. On Sat, Nov 30, 2013 at 9:43 PM, Dave Newton wrote: > No, I think everyone understood. Struts is authorization-agnostic. > On Nov 30,

Passing parameter through

2007-03-02 Thread Rauf Khan
gh the parameter passed through the link } Thanks in advance. Regards Khan

struts-config.xml question struts 1.3.5

2007-01-17 Thread Urooj Khan
called pages in the root and not in the root... thanks -- Urooj Khan

Re: default error page with tiles?

2006-09-11 Thread Rauf Khan
0page" --- --- - -- (add ur code) Hopes this will help u. Regards Khan On 9/11/06, Darren Hall <[EMAIL PROTECTED]> wrote: Greetings, I'm using struts 1.2.9 with Tomcat 5.5 and Apache 2.2. Here's my issue - I'm looking to create a default error page for my application. One thing yo

Re: To validate password & confirmpassword fields

2006-08-11 Thread Rauf Khan
Hi, Iam doing validation for registration page where password & confirmpassword fields should have the same password if not an alert msg through javascript(validator framework) should be shown. I have validated rest of the fields through validator framework only. Khan On 8/11/06

To validate password & confirmpassword fields

2006-08-11 Thread Rauf Khan
Hi, I trying to validate the fields using Validator Framework at client side, Iam not able to validate the password & confirmpassword fields inorder to show an alert msg if password & confirmpassword fields are not same. Can i know how to handle this case. Thanks in advance. Regards Khan

Re: problem w.r.t javascript

2006-08-02 Thread Rauf Khan
=== On 8/3/06, vel murugan <[EMAIL PROTECTED]> wrote: Hi, u refer the following site, http://www.roseindia.net/struts/address_struts_validator.shtml Thanks, velmurugan On 8/2/06, Rauf Khan <[EMAIL

Re: problem w.r.t javascript

2006-08-01 Thread Rauf Khan
maxlength 6 mask ^[0-9]*$ Struts-config.xml -- JSP -- Name :  Password :   Email :   Regards Rauf Khan On 8/1/06, Adam Gordon <[EMAIL PROTECTED]> wrote: R

Connection pool problem

2006-08-01 Thread Rauf Khan
) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) java.lang.Thread.run(Unknown Source) Please help me out in connecting to the database with the proper jar file. Thanks in advance. Regards Rauf Khan

Validating through validator framework

2006-08-01 Thread Rauf Khan
s ComposeForm.InvalidEmail = Please enter a valid Email address. ComposeForm.OnlyNumbersChars = Please enter only numbers & characters ComposeForm.fname.minlength = First Name cannot be less than {1} characters. ComposeForm.fname.maxlength = First Name cannot be greater than {2} characters. Thanks in advance. Regards Rauf Khan

problem w.r.t javascript

2006-07-31 Thread Rauf Khan
t Name cannot be greater than {2} characters. Thanks in advance. Regards Rauf Khan

Re: page going out of tiles

2006-07-28 Thread Rauf Khan
mask ^[0-9]*$ Rauf Khan On 7/28/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Rauf Khan ha scritto: > FYI : > Compose page is the page that iam trying to validate, thats the reason i > have written there. >

Re: page going out of tiles

2006-07-28 Thread Rauf Khan
, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Rauf Khan ha scritto: > type="InformationAction" scope="request" validate="true" > input="/jsp/compose.jsp"> > > The problem is in the "input"

Re: page going out of tiles

2006-07-28 Thread Rauf Khan
ards Rauf Khan On 7/28/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Rauf Khan ha scritto: > For *body* i have a registration form, for which iam validating using > validator frame. For which the code is given below. When i enter only > numbers in the password field it works fin

page going out of tiles

2006-07-27 Thread Rauf Khan
as a single page. Any solution. mask ^[0-9]*$ Thanks in advance. Regards Rauf Khan

Ajax with struts

2006-07-24 Thread Rauf Khan
Hi All, I wanted to integrate Ajax with struts. Pls let me the link/tutorial from where i could get the information. Thanks in Advance. Regards Rauf Khan

Re: Browser Back Button

2006-05-12 Thread Rauf Khan
Hi, For browser back button solution through javascript, please see this link. http://www.webdeveloper.com/forum/showthread.php?t=93935 Regards Rauf Khan On 5/12/06, temp temp <[EMAIL PROTECTED]> wrote: I am not clear using tokens How to use tokens to determine that user clic

About Struts

2006-01-30 Thread khan
use for HTTP access on your container. Status of various containers tested: * Tomcat 4.X.X Standalone - No additional steps required. Thanks in advance. Regards Khan -- Forwarded message -- From: Kumar deep

Re: Cross Tabs with Jasper

2005-11-07 Thread Rokibul Islam Khan
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Rokibul Islam Khan Software Developer

Re: [OT] DAO Pattern in Struts

2005-08-24 Thread Rokibul Islam Khan
tended only for use of the addressee. If this message > was sent to you in error, please notify the sender and delete this > message. MSoft eSolutions Limited cannot accept responsibility for viruses, > so please scan attachments. Views expressed in this message do not > necessarily re

Re: Re: JSF is the beginning of the end of Struts !!!

2005-07-26 Thread Rokibul Islam Khan
to take the place of struts as a better technology. -- -- Rokibul Islam Khan Software Developer On 7/27/05, John Henry Xu <[EMAIL PROTECTED]> wrote: > > Craig said:You can't properly measure a technology's overall success on > a single > > criteria like this. >

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
ridiculous! On 7/22/05, Maya menon <[EMAIL PROTECTED]> wrote: > same for hibernate and spring. > > Rokibul Islam Khan <[EMAIL PROTECTED]> wrote:whats about hibernate and spring > ? > > On 7/22/05, Maya menon wrote: > > For us, struts is the company wide

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
e than adequate for > the requirements posed. I think if you want to know which is best you > need to read and decide for yourself which combination will suit your > needs best and get your application finished on time, within budget. > > Michael > > On 7/21/05, Rokibul Isla

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
th > > Craig > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Rokibul Islam Khan Software Developer --

Re: Marking fields having errors

2005-07-04 Thread Rauf Khan
Hi, In ur application resources file, u can add this errors.header=Error List errors.footer= here color = anycolor Regards Khan On 7/5/05, Kalra, Ashwani <[EMAIL PROTECTED]> wrote: > > > Hi, > Does struts has any facility to show fields having validation error in > re

Re: iterate on properties of a DynaActionForm

2005-06-27 Thread Khan
Hi, If ur using HashMap there is no guarantee that they pop out in the same order in which u have pushed(placed/inserted). So better go for a LinkedHashMap. LinkedHashMap preserves the order that u have placed. Khan On 6/28/05, Dave Newton <[EMAIL PROTECTED]> wrote: > >

problem while displaying error message

2005-06-24 Thread Khan
age. String errMsg = txtLoginId +" , login id does not exits."; errors.add(Application.GLOBAL_ERRORS, new ActionError(errMsg)); // This also works fine, but how to show this errMsg value in the html file by Thanks in advance. Regards Khan

regarding javascript problem

2005-06-22 Thread Khan
} document.delForm.submit(); // from here i want to submit the form } --- Thanks in advance Regards Khan

Re: ActionForm::reset method

2005-06-08 Thread Rokibul Islam Khan
D] > > > > > > > > > > > -- > Pozdrawiam, > Janek Ziniewicz > gg: 902858 > irc.freenode.net: #gore, #dub > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Rokibul Islam Khan Software Developer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FormBean and JavaScript

2005-06-02 Thread Rokibul Islam Khan
hi, use id attribute like : In the java script use the id to refer the field something like : document.forms[0].someId.value or document.formName.someId.value -- rokib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Action vs. Servlet

2005-06-01 Thread Rokibul Islam Khan
CTED] > > > > > > > -- > "You can lead a horse to water but you cannot make it float on its back." > ~Dakota Jack~ > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

Re: Can't not reference to property of object which is property of Bean

2005-05-31 Thread Rokibul Islam Khan
Message The privateMessage to set. > */ > public void setPrivateMessage(PrivateMessage privateMessage) { > this.privateMessage = privateMessage; > } > > But when I action mapping to test.jsp page, I have errors with message : > > org.apache.jasper.JasperException:

RE: [SPAM] - Re: Caching Appliction Level Data? (session listener) - Email has different SMTP TO: and MIME TO: fields in the email addresses

2005-02-15 Thread Manuchehar Khan
Thanks it works now . We are using 2.3. -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 3:58 PM To: Manuchehar Khan Cc: Struts Users Mailing List Subject: Re: [SPAM] - Re: Caching Appliction Level Data? (session listener) - Email has

RE: [SPAM] - Re: Caching Appliction Level Data? (session listener) - Email has different SMTP TO: and MIME TO: fields in the email addresses

2005-02-15 Thread Manuchehar Khan
I am using HttpSessionListener and works fine. But problem is when I compile my project I have to remove it from web.xml as compilation fails. I am using JDeveloper . This is first entry in my web.xml file. http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> OLDCSessionListener