yeah...It might be the problem because... also expects any one
of the properties. Anyways...nice to c ur problem solved...
Cheers... :-)
Jitender Kumar C.V.
Be passionate at what ever you do.
The struts-faces-lib contains two
samples of Struts and JSF
one without Tiles;
the other with Tiles
get it from here (nightly builds):
http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/
Note, it includes *no* JSF-related JAR.
You must add all Jars, that are required by MyFaces
or S
I got it working although I don't know why it behaves that way..
In my JSP, I have a somewhere in between the lines.
Once I remove it, the exception went away. That tag should not be there
anyway. No idea how it got there in the first place..
Thanks Kumar.
Sebastian Ho
On Tue, 2004-09-21 at 1
Hi,
Take a look at http://sslext.sourceforge.net/
Regards,
Janarthan S
-Original Message-
From: Janice [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 6:38 AM
To: [EMAIL PROTECTED]
Subject: need help securing my login page
I need to secure my login page only, just to preven
Hi All,
Do we have any english version of this application demonstrating
Struts+Tiles+JSF on this link
http://www.apache.org/~matzew/jsf2004.zip
Thanks & Regards,
Kumar.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I was just wondering that I couldnt find any mapping in JSP for the method
nextController(). Iam sorry I was actually expecting the value of action
attribute of but not URL.
Jitender Kumar C.V.
Tom,
I agree with Wendy. I play around on Tomcat 5.0.28, Struts (1.1 and 1.2.4),
Eclipse v3.0 (now 3.0.1 as of last night). I use the Sysdeo tomcat plug-In
and have to make the application reload (a simple menu option) to see any
resource changes like the properties file. I could make it restar
Hi
The URL did contains 'action' but I have been using 'action' as a
parameter for weeks and it is working fine.
btw how do I get the URL path? It is not shown in the browser.
--
struts-config
--
On Tue, 2004-09-21 at 11:21, Jitender K Chukkavenkata
Brian,
To answer your question:
> Both the client-side and the server-side validation
> are executing instead of just the client-side.
Set your action in struts-config.xml to validate="false".
Your html:javascript will still work for the client-side
validation but NOTHING will be done on the ser
Sebastian,
Jitender is right about a tag only allowing one of "forward", "href", "page"
or "action" as an attribute in the tag. However, the Jasper Exception is
telling you which tag: in an html:rewrite. I just verified this by making a
bad tag and seeing the exact same error in Tomcat 5.0.28 un
Hi,
I need the url that you are giving for and also the mapping of
the same in struts-config.xml...The error might be like you are using some
conflicting properties because, "forward", "href", "page" or "action" are
exclusive properties. Any combination of these properties for a tag
generate
Hi
The output doesn't even print out the "nextController" in the method
which I inserted..
Thanks
--
JSP
--
---
Action
---
public class CreateNewPro
Which part of your code generated this? Can I have a look over it?
Thanks,
Jitender Kumar C.V.
hi
anyone encounter this exception before?
org.apache.jasper.JasperException: Cannot create rewrite URL:
java.net.MalformedURLException: You must specify exactly one of
"forward", "href", "page" or "action"
It only happens in one particular JSP..
Sebastian Ho
Rick Reumann wrote:
Michael McGrady wrote the following on 9/20/2004 7:52 PM:
I have a real concern that Struts is going to continue to be bloated
with what are not Struts, not part of the framework, but what are
instead really very useful uses of Struts. DispatchAction and its
progeny are just
I'm working from the examples here:
http://www.developer.com/java/ejb/article.php/3321521
I have an array of values that are sent to a page for editing. The page
is coming up ok with the correct text box values as seen below
(item[0].xxx, etc). But when the form is submitted the changes don't
sh
I need to secure my login page only, just to prevent the username/password
from being picked up.
What is the quickest and dirtiest way to do this?
I was thinking of something along the line of checking in my login.jsp for
request.isSecure() and then response.redirect()ing to https, but my login
for simplicty you can use something like this on your page
you have to have your own translation_language.properties file on your
appclasses dir
On Thu, 16 Sep 2004 18:59:28 +0200, Koni Roth <[EMAIL PROTECTED]> wrote:
> Hi
> One requirement of my appllication is to have the possibility to
Notes for upgrading to the new Struts 1.2.4 version can be found here:
http://wiki.apache.org/struts/StrutsUpgrade
Niall
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Michael McGrady wrote the following on 9/20/2004 7:52 PM:
I have a real concern that Struts is going to continue to be bloated
with what are not Struts, not part of the framework, but what are
instead really very useful uses of Struts. DispatchAction and its
progeny are just one example of this.
I have raised an issue on struts-dev which I think impacts struts-user
as well. So, here is a cross posting, which under these cirucmstancs
makes sense, I think.
Looking over Struts 1.2, I see that my ImageButtonBean, an idea
discarded for improvements some time ago, made it into the Struts
f
Ok, yeah, I thought I saw something like that. Thanks.
- Dave
> -Original Message-
> From: Niall Pemberton [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 20, 2004 3:44 PM
> To: Struts Users Mailing List
> Subject: Re: Dyna Forms
>
> You could use a lazy ActionForm:
>
> http://w
From: <[EMAIL PROTECTED]>
> if I change the ApplicationResources.properties file then redeploy it to
> tomcat, my struts web app does not see
> the change. I need to stop/start tomcat to see a change in the properties
> file.
> My question, is there a struts or tomcat configuration value that will
Thanks for your input bmf5 and Hubert. For those interested, here are some
code snippets that worked for me:
...
...