Your "work" container caches the jsps. Whenever you change a jsp, go to "work"
folder and remove your project folder from there. Then run your project. Your
problem will get solved.
=
From: "A. Lotfi" <[EMAIL PROTECTED]>
Date: Wed Jun 28 23:34:03 CDT 2006
To: Struts Users Ma
>> Please any idea how to deal with this ?
>
> "Krishna, Hari" <[EMAIL PROTECTED]> wrote: IDE
> is innocent .Blame it on your container cache or browser cache
I recommend you go to netbeans.org and search their mailing lists on how to
update your JSPs, work directory, etc. Or perhaps check a sea
Please correct me if I am wrong.
tags only deal with the locale that struts set. So if I set the
JSTL locale, it should have no effect on the struts tags. And like-wise
changing the struts locale should have no change in reverse for .
Is this correct?
Paul
--
Please any idea how to deal with this ?
"Krishna, Hari" <[EMAIL PROTECTED]> wrote: IDE is innocent .Blame it on your
container cache or browser cache
-Original Message-
From: A. Lotfi [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 29, 2006 10:04 AM
To: Struts Users Mailing List
Subject:
IDE is innocent .Blame it on your container cache or browser cache
-Original Message-
From: A. Lotfi [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 29, 2006 10:04 AM
To: Struts Users Mailing List
Subject: JSP files cached in NetBeans ???
Hi,
I am using Neatbeans 5 in windows XP, when I c
Hi,
I am using Neatbeans 5 in windows XP, when I change a jsp file and I run the
project the change never take effect, always the first JSPs appear, could you
please tell me how to deal with this problem ?
Thanks, your help is appreciated.
-
Talk
Hi ,
Iam developing application in struts which has login page and
when username and password are given it should be authenticated and
the page should be switched to https
I had made necessary changes to include
and login-config to include the user properties
but the
/display.jsp
/error
Add the three validator formset like:
Thanks and regards,
Pazhanikanthan. P (Paz)
Consultant for AXA,
HCL Australia Services Pty. Ltd.
Off : +61-3-9618-4085
Mob : +61-0411-354-838
"Mississippi John Hurt" <[EMAIL PROTECTED]>
2
Hi,
How can I use the validator plugin to validate a property with a compound
rule such as the property must be both
1) 9 digits long
2) contains an uppercase letter
3) contains a symbol
I know how to do each individually, but how to make it validate where all 3
have to be true for success? Thanks
Vinicius,
#1: Do you have any kind of a user object? If so, use the
HttpServletRequestWrapper to wrap it up in the current request (via a filter),
and then delegate its isUserInRole method to the user.
#2: Each action mapping has a "role" attribute; it contains a comma delimited
list of roles
On behalf of the ASF Board and Struts PMC, we are pleased to announce that
Shale has been accepted as a top-level project of the Apache Software
Foundation.
As a top-level project, Shale will have its own website, mailing lists,
repository space, and Project Management Committee. Shale will be an
We are getting the following statement a bunch of times in our JRun's logs:
info [axis] Initializing, config='ApplicationResources', returnNull=true
I thought it only did this once before when the web application
started up but now we see it in the log all the time and the log is
getting huge i
You know, I've played with GWT a bit and have been thinking about it a
lot, and for me, I've come to these conclusions...
* As a technology demonstration, it's cool as hell. If your a coder,
you've gotta love it.
* You have to begin from the mindset that you actually like the Java GUI
way o
http://www-128.ibm.com/developerworks/library/j-ajax4/index.html?ca=dgr-lnxw07GWT4Ajax
What do people think relative to Struts 2's built in Ajax?
.V
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Hello,
I have a question that's embarassing me a lot. I don't know how to deal
with the following case :
My web app is composed of several dialogs that are accessible through a
menu.
When a dialog is entered, the user still has the possibility to click on
the menu to start something else. Th
David,
Thanks a lot! I understood the whole concept now.
It's working perfectly!!!
Thanks again!
Rosh
--
View this message in context:
http://www.nabble.com/Question-about-Struts-validator-tf1851247.html#a5089649
Sent from the Struts - User forum at Nabble.com.
--
Rosh,
> I want to use struts validator and just control
> validation manually. Why do I need saveErrors()
> method and what does it do? Isn't the validator
> does all that. I am little confused.
If you are going to call the validation manually, then you will have to
perform the same steps the val
On 6/28/06, Ryan Wynn <[EMAIL PROTECTED]> wrote:
Have the nightly builds moved completely into the maven repositories?
I couldn't find any at
http://people.apache.org/builds/struts/nightly/struts-shale/
Sorry, we're in the midst of rearranging the nightly builds and
switching to Maven 2, and t
Have the nightly builds moved completely into the maven repositories?
I couldn't find any at
http://people.apache.org/builds/struts/nightly/struts-shale/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
I really appreciate all your help.
David,
I want to use struts validator and just control validation manually. Why do
I need saveErrors() method and what does it do? Isn't the validator does all
that. I am little confused.
I am pasting my execute method below, please let me know what should I
I'm sure this is just a character encoding problem, but am struggling
with the solution:
my applicationResources.properties file contains:
accounts.points.value=1 point is equivalent to £0.01
I have a tile which contains:
The result is a double character for th '£' (indicating the propertie
We are using FormFile to do file uploads. Everything has been working
fine with the app for months now. Yesterday we put the application
behind SSL, and now file upload no longer works. In the action class,
when we get the FormFile out of the form, it is null. Is there
something we have to
Hello there! I know this kind of question has been very very
discussed. But I've been away from struts for a while.
I need to create two types of actions, one that anyone can access and
a secure one, based solely on user's roles.
Here's what I've come in mind:
public abstract class BaseAction e
EJB Design Patterns: Advanced Patterns, Processes, and Idioms
(http://www.amazon.com/exec/obidos/ASIN/0471208310/alberg30-20) by Floyd
Marinescu
Core J2EE Patterns: Best Practices and Design Strategies
(http://www.amazon.com/exec/obidos/ISBN=0131422464/alberg30-20) by
Deepak Alur, John Crupi, Dan
That sounds good. I like to use a tile as the outer skin of the onion
so that it can extend a layout tile declaratively, and substitute the
inner tiles as needed.
> -Original Message-
> From: Nathan Voxland [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 27, 2006 6:05 PM
> To: Struts Use
I've used this method before to load configfiles and jar files from an
external directory with the main application packaged into a war, whilst
it is messy, it does work.
From within a struts plugin...
ClassLoader loader = servlet.getClass().getClassLoader();
try {
URL configPathUrl = new
BTW,
in your web.xml you have to add :
com.foo.InitializatorApp
-Original Message-
From: De Miguel, Martin
Sent: Wednesday, June 28, 2006 12:01 PM
To: Struts Users Mailing List
Subject: RE: Fwd: [OT] How to specify classpath for an application
Hi,
you can set in you s
Hi,
you can set in you startApplicationServer file a system property with config
path. When it starts server you'll have to read this properties file in your
config path in a ServletContextListener . With a example is more easy to
explain :
WebLogic startWebLogic.cmd :
.
set PATH_APLICAC
It's rather not possible in general, The .war is supposed to be a
'complete' application, config included. If you load the ressources
using the classloader, you can still use 'tricks' that depend on
container specific behaviour, but that is not recommanded.
The best way if you want your user n
Hi just put the into the validator-rules.xml
of the Struts Validation Framework. And create a Java class contain the
validation method as I posted before. If you want to use it in your
code, do something like this:
Good luck
Pankaj Gupta wrote:
>
> Hi,
>
> I tried using your code but i
-- Forwarded message --
From: Pankaj Gupta <[EMAIL PROTECTED]>
Date: Jun 28, 2006 11:03 AM
Subject: [OT] How to specify classpath for an application
To: user@struts.apache.org
Hi All,
I want to specify a config folder in my classpath which will not be part of
my war file. Can you
before going into the work get into JNDI as its the gateway to EJB
what exactle are u doing in delegate
-Original Message-
From: Abhimanyu Koul [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 28, 2006 12:39 PM
To: Struts Users Mailing List
Subject: Re: ejb
i am using delegate here.
where
i am using delegate here.
where can i find the book?
thanks
Regards,
Abhimanyu Koul
FinEng Solutions (P) Ltd.
Mobile : +91 9819510090
- Original Message -
From: "Krishna, Hari" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Wednesday, June 28, 2006 12:22 PM
Subject: RE: ejb
33 matches
Mail list logo