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,
gh the parameter passed through the link
}
Thanks in advance.
Regards
Khan
called pages in the root and not in the root...
thanks
--
Urooj 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
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
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
===
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
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
)
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
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
t Name cannot be greater than {2}
characters.
Thanks in advance.
Regards
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.
>
, 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"
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
as a single page. Any solution.
mask
^[0-9]*$
Thanks in advance.
Regards
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
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
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
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
--
Rokibul Islam Khan
Software Developer
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
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.
>
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
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
th
>
> Craig
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
--
Rokibul Islam Khan
Software Developer
--
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
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:
>
>
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
}
document.delForm.submit(); // from here i want to submit the form
}
---
Thanks in advance
Regards
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]
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
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
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:
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
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
34 matches
Mail list logo