Re: jasper exception

2004-09-20 Thread Jitender K Chukkavenkata
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.

RE: Sample Application on Struts+Tiles+JSF

2004-09-20 Thread Matthias Wessendorf
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

Re: jasper exception

2004-09-20 Thread Sebastian Ho
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

RE: need help securing my login page

2004-09-20 Thread Janarthan Sathiamurthy
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

Sample Application on Struts+Tiles+JSF

2004-09-20 Thread babloosony
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

Re: jasper exception

2004-09-20 Thread Jitender K Chukkavenkata
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.

RE: a re-deploy does not refresh ApplicationResources in Apache (resend - mailer returned it to me)

2004-09-20 Thread David G. Friedman
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

Re: jasper exception

2004-09-20 Thread Sebastian Ho
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

RE: Validation problem - form still submits after client-side validation fails.

2004-09-20 Thread David G. Friedman
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

RE: jasper exception

2004-09-20 Thread David G. Friedman
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

Re: jasper exception

2004-09-20 Thread Jitender K Chukkavenkata
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

Re: jasper exception

2004-09-20 Thread Sebastian Ho
Hi The output doesn't even print out the "nextController" in the method which I inserted.. Thanks -- JSP -- --- Action --- public class CreateNewPro

Re: jasper exception

2004-09-20 Thread Jitender K Chukkavenkata
Which part of your code generated this? Can I have a look over it? Thanks, Jitender Kumar C.V.

jasper exception

2004-09-20 Thread Sebastian Ho
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

Re: Struts Bloat: Framework

2004-09-20 Thread Michael McGrady
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

array of indexed html:text values not submitting

2004-09-20 Thread bradyh
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

need help securing my login page

2004-09-20 Thread Janice
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

Re: Dynamic change language on every screen

2004-09-20 Thread Big Chiz
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

Struts 1.2.4 Upgrade Notes

2004-09-20 Thread Niall Pemberton
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]

Re: Struts Bloat: Framework

2004-09-20 Thread Rick Reumann
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.

Struts Bloat: Framework

2004-09-20 Thread Michael McGrady
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

RE: Dyna Forms

2004-09-20 Thread Durham David R Jr Contr 805 CSPTS/SCE
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

Re: a re-deploy does not refresh ApplicationResources in Apache

2004-09-20 Thread Wendy Smoak
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

RE: [SOLVED] Validation problem - form still submits after client -side validat ion fails.

2004-09-20 Thread Barnett, Brian W.
Thanks for your input bmf5 and Hubert. For those interested, here are some code snippets that worked for me: ... ...