java.lang.IllegalArgumentException: Cannot find module configuration

2004-09-22 Thread babloosony
Hi All, I am using struts-faces library and when I try to load a jsp which has below code then I am getting an exception in browser saying "java.lang.IllegalArgumentException: Cannot find module configuration". I placed all the relevant jar files in the lib folder and other .tld files in WEB-INF f

Re: Struts Tiles with Frames

2004-09-22 Thread brenmcguire
Did you try using the "forward" attribute? Try making a tile definition in your tiles-defs.xml for each of your frames (attention, not each for your frameset, but every little frame you have in your pages) and then: Ciao Antonio Petrelli Ratnakar Parakala wrote: >Hi, > >I'm using tiles. I have

Validator: Why are double and long missing javascript validations?

2004-09-22 Thread Ryan Dillon
Hi Why is there no javascript for double and long validations in the validator? Obviously i could use float or int, but i really want double and long! I am sure there is a good reason for it, but just cant seem to find it. Thanks Ryan

RE: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread David G. Friedman
Caroline, are you by any chance using anything before the 1.1 stable release such as 1.0, a 1.1 beta or release candidate (1.1-b3, 1.1-rc2, etc.) ? I found this note in v1.1-b3 (and in the current 1.2.4 notes): > ActionMapping: input property may now refer to an > ActionForward rather than a modul

答复: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Lu, Qiang \(Q.\)
Let me give you a download address:http://apache.linuxforum.net/dist/jakarta/struts/binaries/jakarta-struts-1.1.zip. Good luck to you! ïâââ âãâ â ïçïç ç ïã â -ååéä- åää: David G. Friedman [mailto:[EMAIL PROTECTED] åéæé: 2004å9æ23æ 11:32 æää: Struts

RE: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread David G. Friedman
Thanks Terry. I could have sworn it didn't work when I started using Struts (v1.0, I think). Sadly, a quick bugzilla search didn't show up anything noticeable. Maybe I just mistyped it ages ago and got that idea stuck in my head. :( I actually wanted to lookup the previous 1.0 and 1.1 release no

Re: using JSP2.0 / JSTL1.1 with Struts

2004-09-22 Thread Jason Lea
Hi Erez, Yes, downloaded Standard 1.1 and use that in my app - it says on this page: http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html "Standard-1.1 (JSTL 1.1) requires a JSP container that supports the Java Servlet 2.4 and JavaServer Pages 2.0 specifications. Jakarta Tomcat 5

Re: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Niall Pemberton
My guess is it can't find the tile you've specified in the input parameter - either its wrong or something else is wrong in your tiles configuration Niall - Original Message - From: "Caroline Jen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 22, 2004 10:54 PM Su

Re: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Sean Schofield
I think the problem is that you do not have the tile mentioned anywhere in your struts config. Try creating a global forward like this: Then I believe you will be able to refer to it as your input attribute for validation. HTH, sean - Original Message - From: "Terry Roe" <[EMAI

Re: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Hubert Rabago
These tile errors are usually typo-related. Your struts-config has both frame.content and frame.Content. Maybe only one of these are valid? If both are really valid, make sure they're both in your tiles config file. Hubert On Wed, 22 Sep 2004 14:54:37 -0700 (PDT), Caroline Jen <[EMAIL PROTECTE

RE: using JSP2.0 / JSTL1.1 with Struts

2004-09-22 Thread Erez Efrati
Jason, Thanks for replying me though it took me sometime to try it out. What about JSTL 1.1? Do I have to download it by myself and replace the Previous 1.0 version? Or is it part of JBoss or Tomcat 5.0? Thanks again, Erez -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED]

Re: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Terry Roe
David, Someone had better tell my application then, because it is using lots of tiles for the input parameter. ;) I do recall getting the error described by Caroline some time ago, but darned if I can remember how I resolved it. (Too much water under the bridge. Or, too much beer on the brai

RE: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread David G. Friedman
I recall reading that the action's "input" parameter cannot be a tile. Try a JSP or action path. Regards, David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 5:55 PM To: [EMAIL PROTECTED] Subject: Path .frame.content Does Not Start Wi

Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Caroline Jen
I think I have made all kinds of mistakes in the Struts history. I was working on VALIDATION. However, when I leave all text fields blank and submit the form for testing, I got HTTP Status 500 - java.lang.IllegalArgumentException: Path .frame.content does not start with a "/" character I think

Re: Submit Question

2004-09-22 Thread Michael McGrady
I cleaned it up a bit. You don't need the rest, of course. Enjoy, Michael McGrady Tom Holmes Jr. wrote: I will try this out. Thanks! <%@ page language='java' %> <%@ page contentType='text/html; charset=UTF-8' %> <%@ taglib uri='struts-html'prefix='html' %>

Re: Submit Question

2004-09-22 Thread Tom Holmes Jr.
I will try this out. Thanks! Michael McGrady wrote: If you just create a little test.jsp and try these things out, it is easier than checking with the list. I made a little test.jsp with the following in it. Run it and check out what the window in the browser says. You have to set up your ow

Re: [OT] GMail invites

2004-09-22 Thread Craig McClanahan
On Wed, 22 Sep 2004 11:44:36 +0200, Wessel van Norel <[EMAIL PROTECTED]> wrote: > For all people who have either invites to give, or want an invite you can go to: > > http://isnoop.net/gmailomatic.php > > Here you can give away your invites, and receive an invite. > > DelGurth > Indeed, it is

Re: session lost while using opensta

2004-09-22 Thread Craig McClanahan
The simplest way to lose sessions is for your test application to act differently than browsers do with regards to session cookies. For example, if you send the cookie back on the first request in a session, but fail to send it back in others, then your test application is broken. Craig On Wed,

Re: Doubt on Struts+JSF Integration

2004-09-22 Thread Craig McClanahan
I don't think there is only one "preferred" scenario, because the starting points will vary widely. Option (a) is certainly going to be popular if you have an existing application that you are migrating, because you can do it one page at a time. Option (b) is really useful if you like the "setter

Re: Submit Question

2004-09-22 Thread Michael McGrady
If you just create a little test.jsp and try these things out, it is easier than checking with the list. I made a little test.jsp with the following in it. Run it and check out what the window in the browser says. You have to set up your own taglib <%@ >tags, of course. <%@ page language=

RE: error in strutsel-exercise-taglib

2004-09-22 Thread Karr, David
You don't need to use Struts-EL with Tomcat 5, if you're using JSP 2.0. In fact, it won't work. I don't know what this particular exception is, but you can avoid this situation entirely by just not doing it. > -Original Message- > From: John C Cartwright [mailto:[EMAIL PROTECTED] > > He

RE: What Are the Causes For Validation to Throw ClassCastException?

2004-09-22 Thread David G. Friedman
Jen, DynaValidatorForm ALREADY has a page field so leave it out: http://struts.apache.org/api/org/apache/struts/validator/DynaValidatorForm.h tml As for your validation not working with "pg" that's because the validator uses the field name "page" to figure out which validations to test in multi-

Re: What Are the Causes For Validation to Throw ClassCastException?

2004-09-22 Thread Matt Bathje
Do you also have /AppName/WEB-INF/validator-rules.xml? Without that the validation won't work. Also make sure that you have the proper version of the validator jar. Assuming those things are correct, take a look through your tomcat logs, I bet you are actually getting an error of some sort. Mat

RE: Forward to a file on hard drive

2004-09-22 Thread Durham David R Jr Contr 805 CSPTS/SCE
> clugee (sp) http://dictionary.reference.com/search?r=2&q=kludgy I'm good for something. - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What Are the Causes For Validation to Throw ClassCastException?

2004-09-22 Thread Caroline Jen
I have changed the property from 'page' to 'pg'. The ClassCastException problem is gone. However, the validation.xml that I put in the AppName/WEB-INF is not doing anything. In my action mapping (struts-config.xml), I did set validate="true" and in my validation.xml, I have "required"

RE: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
Agh, beat me to the punch :) That's what I tried after the forward from the Action didn't work for me either. I understand (I think) why it didn't work as expected... RequestProcessor was trying to find the file specified in the forward on the app server, not the client-side... I (and I think Bar

Re: How To Validate a File Name With Required Restrictions

2004-09-22 Thread Matt Bathje
Caroline Jen wrote: If we require a file name submitted by users must be less than 40 characters, not have space and have a single 3 character extension (for example: .doc, .txt, .pdf) To set 40 characters limit, we can do: maxlength 40 I

Struts Tiles with Frames

2004-09-22 Thread Ratnakar Parakala
Hi, I'm using tiles. I have a situation where I have a JSP Tiled with header, Navigation Bar, body and footer. In the body tile, I need two frames left and right. In the left frame I'll show a Tree and clicking on TreeNode in the left frame, I wish to display the Node details in the right fram

Re: Submit Question

2004-09-22 Thread Matt Bathje
Tom Holmes Jr. wrote: I apologize for this simple, stupid question. I created a form on a JSP page. I put in the form the; So, how do I get the name/value of this from my FormBean? Would this work? And then in the form-bean, do this: public String getXXX() {return this.xxx;} Right, now

RE: Forward to a file on hard drive

2004-09-22 Thread bmf5
Thank you for the help. This worked for me too. I used the same forward from struts-config in the jsp as I used in the RouterAction (which didn't work) I'll have my router action go to a jsp that redirects. Sort of clugee (sp) but gets the job done for now. Thank you and thanks to all the

Submit Question

2004-09-22 Thread Tom Holmes Jr.
I apologize for this simple, stupid question. I created a form on a JSP page. I put in the form the; So, how do I get the name/value of this from my FormBean? Would this work? And then in the form-bean, do this: public String getXXX() { return this.xxx;} Right, now I actually hav

How To Validate a File Name With Required Restrictions

2004-09-22 Thread Caroline Jen
If we require a file name submitted by users must be less than 40 characters, not have space and have a single 3 character extension (for example: .doc, .txt, .pdf) To set 40 characters limit, we can do: maxlength 40 I think the 3 chara

Dynamically Creating Dynaforms

2004-09-22 Thread David Erickson
Hi everyone here are my goals: Be able to dynamically create fields in a form (they will be known at runtime, but only then) Be able to pre-populate these fields, then harvest them from the user I know I can do this by using session scoped beans with a map-backed form and in the name of my fields

Re: What Are the Causes For Validation to Throw ClassCastException?

2004-09-22 Thread Matt Bathje
Caroline Jen wrote: Do not understand the 'HTTP Status 500 - java.lang.ClassCastException org.apache.struts.validator.DynaValidatorForm.validate(DynaValidatorForm.java:141)' 1. I have this plug-in by the very end of the struts-config.xml file: className="org.apache.struts.validator.ValidatorPlug

RE: Forward to a file on hard drive

2004-09-22 Thread Arumbakkam, Praveen \(Contractor\)
Bmf5: Here is what I did to forward to a local file using the logic:redirect tag. 1. Declare a global forward in your struts-config.xml - 2. In a test JSP, I added: The redirect worked. Of course, this was just a test which I did with a logic tag. Praveen -Original Messa

Re: Forward to a file on hard drive

2004-09-22 Thread Jeff_Caswell
I may be missing something here, but if the file is on the local client it would seem that the only way to display the local page is to return a page with a link to the local file: client Which of course the user would have click through for the actual display. JC

What Are the Causes For Validation to Throw ClassCastException?

2004-09-22 Thread Caroline Jen
Do not understand the 'HTTP Status 500 - java.lang.ClassCastException org.apache.struts.validator.DynaValidatorForm.validate(DynaValidatorForm.java:141)' 1. I have this plug-in by the very end of the struts-config.xml file: 2. I have this action mapping in the struts-config.xml file:

Re[2]: c:out question SOLVED

2004-09-22 Thread Sergey Livanov
Bill! Thank you very much. I solved my problem. BS> Hmmm use BS> to filter BS> to not filter BS> If the filtering is not working then something else has already filtered BS> the content; or the content-type on the page is set to plain text BS> instead of text/html maybe? BS> AFAIK the e

Re: Forward to a file on hard drive

2004-09-22 Thread bmf5
I'm sorry to report it doesn't work. As best I can tell It wants to find the file in the application context. I base that on the 404 and the location being the RouterAction with parm... http://localhost:9080/AIM/router.do?destination=handHeld from a forward of forward name="handHeld" path

Re: how to access JSF Managed Bean in Struts Action class

2004-09-22 Thread BaTien Duong
Craig McClanahan wrote: Managed beans are no different than any other beans with respect to scopes: * Managed beans in request scope will be created on demand once for every request * Managed beans in session scope will be created on demand once for every session * Managed beans in application scop

Re: Forward to a file on hard drive

2004-09-22 Thread Hubert Rabago
By the way, bmf5, if it IS on the user's hard drive, you don't need to hardcode the path to the file like in my example. You can create an ActionForward in your action to specify the path at runtime, and have the action return that instead. On Wed, 22 Sep 2004 14:12:00 -0400 (EDT), Frank W. Zamm

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
Ok, seems like my brain is asleep earlier than usual today... I agree, if that is indeed the case, the redirect should in all probability work as Hubert says. I would expect it to until I saw otherwise anyway. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http:/

Re: Forward to a file on hard drive

2004-09-22 Thread Hubert Rabago
Hmm... and my understanding was that the file is installed on the user's machine. "and then render the html page from the local hard drive." If I misunderstood, then the code sample I posted wouldn't work. Hubert On Wed, 22 Sep 2004 14:05:43 -0400 (EDT), Frank W. Zammetti (MLists) <[EMAIL PROTE

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
That presumes that the app server is on the same box as the client (which is, I think, the only way the file:// path would work). IF that's the case, then yes, Hubert's suggestion would probably work just fine. I had assumed, from the description given, that this wasn't the case. -- Frank W. Za

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
Interesting... It sounds, based on your description of what your doing, that you really aren't forwading to the page, you just need to return it out of your Action. If that's the case, my suggestion of getting a stream on it (treat it like an ordinary file, attach no special meaning to the fact t

Re: Forward to a file on hard drive

2004-09-22 Thread Hubert Rabago
In that case, try something like On Wed, 22 Sep 2004 14:00:23 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > "Frank W. Zammetti (MLists)" <[EMAIL PROTECTED]> wrote on 09/22/2004 > 01:34:07 PM: > > > Are you actually trying to FORWARD to the file or is your intention to > > initiat

Re: Forward to a file on hard drive

2004-09-22 Thread bmf5
"Frank W. Zammetti (MLists)" <[EMAIL PROTECTED]> wrote on 09/22/2004 01:34:07 PM: > Are you actually trying to FORWARD to the file or is your intention to > initiate download of the file? FORWARD > > Your specifying an HTML file though, so I assume you want the user to see > that page.

Re: converters

2004-09-22 Thread Craig McClanahan
Struts does use BeanUtils, but it doesn't have any concept of converters like JSF. This is why Struts wants you to use string properties in form beans, and it's also why JSF doesn't need the form bean concept. Craig On Tue, 21 Sep 2004 15:53:03 -0400, Jesse Vitrone <[EMAIL PROTECTED]> wrote: >

Re: how to access JSF Managed Bean in Struts Action class

2004-09-22 Thread Craig McClanahan
Managed beans are no different than any other beans with respect to scopes: * Managed beans in request scope will be created on demand once for every request * Managed beans in session scope will be created on demand once for every session * Managed beans in application scope will be created on dem

Re: Forward to a file on hard drive

2004-09-22 Thread Hubert Rabago
What is it you're trying to do? Are you trying to give the client access to a document store on the server? If so, you should place the document in a location accessible to the web application, and provide that url as the forward path. How you do this and what its eventual URL is would depend on

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
Are you actually trying to FORWARD to the file or is your intention to initiate download of the file? If the later, you'll need to do the usual download code, and just point it at the file. Your specifying an HTML file though, so I assume you want the user to see that page... So, the question is,

Re: c:out question

2004-09-22 Thread Kris Schneider
Well, content-type should be a non-factor. If the value of "escapeXml" is true, then the following conversions take place regardless: & -> & < -> < > -> > " -> " ' -> ' What does the actual HTML source look like? Quoting Bill Siggelkow <[EMAIL PROTECTED]>: > Hmmm use > to filter > to not

Re: Forward to a file on hard drive

2004-09-22 Thread bmf5
This doesn't work either. I get a 404 for a local resource or an outside url. I don't want to hardcode the document.location but I don't know what other choices there are. Hubert Rabago <[EMAIL PROTECTED]> wrote on 09/22/2004 12:00:00 PM: > If you need to forward to a resource outside the

Re: c:out question

2004-09-22 Thread Bill Siggelkow
Hmmm use to filter to not filter If the filtering is not working then something else has already filtered the content; or the content-type on the page is set to plain text instead of text/html maybe? AFAIK the escapeXml attribute works as touted. -Bill Siggelkow Sergey Livanov wrote: When

Re: success story using Struts in large scale web based system

2004-09-22 Thread Matt Bathje
Thats what I figured...I think with the struts based checkout (unless that is ALSO a security measure :) ) its kind of obvious that it is jsp though :) Matt Allistair Crossley wrote: Hi Could be that they just made up GSP to prevent you from knowing and actually forward that to a Java app serve

RE: success story using Struts in large scale web based system

2004-09-22 Thread Allistair Crossley
Hi Could be that they just made up GSP to prevent you from knowing and actually forward that to a Java app server or maybe even ASP. This is sometimes done as a security measure and is easy to do. Allistair. > -Original Message- > From: Matt Bathje [mailto:[EMAIL PROTECTED] > Sent: 22

Re: Forward to a file on hard drive

2004-09-22 Thread Hubert Rabago
If you need to forward to a resource outside the current web context, you can try using a redirect. http://gmail.google.com"; redirect="true"/> Now, whether it'll work when you point it to a local resource... I think what you'll get is the user's browser will try to look for that file on the use

Re: success story using Struts in large scale web based system

2004-09-22 Thread Matt Bathje
Simon - I'm not involved with the development at all, but it appears that Wal-Mart's online store uses Struts for its checkout screens (the cart itself is not Struts though it seems.) Maybe you can update your site with it. Also, this is OT, but anybody have a guess as to what their cart *is*

Forward to a file on hard drive

2004-09-22 Thread bmf5
Is it possible to forward to a file on a hard drive? I set up a global forward like this forward name="lapTop" path="C:\project\WorkQueueLaptop.html" I've since learned that the path is context relative so this is a no go. What technique do I need to use? Is it possible to handle t

error in strutsel-exercise-taglib

2004-09-22 Thread John C Cartwright
Hello All, I tried deploying the example webapp that comes with the contrib/struts-el taglibs and am getting the following exception accessing the index.jsp: java.lang.NullPointerException org.apache.struts.taglib.TagUtils.pageURL(TagUtils.java:1114) org.apache.struts.taglib.TagU

Re: Transfer Data Objects between Actions and Views

2004-09-22 Thread HG
Hi.. Hmmm.. I do not see why (in the code you came across) one should both populate a form with the properties of the DTO + set the DTO as an attribute on the request object? It should be enough to populate the form with properties from the DTO. I have seen other solutions where Views (JSPs) alw

Cannot map default resource bundle?

2004-09-22 Thread PC Leung
My struts-config.xml contains more than one resource file. The default one cannot be mapped in bean:message, without specifing bundle. What needs to be changed? (I keep the default resource file for ValidatorForm.) Thanks Error Message: javax.servlet.ServletException: Missing message for key "main

Transfer Data Objects between Actions and Views

2004-09-22 Thread M. Onur Tokan
Hi, I come across the following code. It uses "request.setAttribute("employee",employeeDTO);" for transfering employeeDTO. Is it the only practice for doing this? -- Regards, M. Onur Tokan package net.reumann; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForwa

Re:[solved] Need Best Practices Thoughts on Actions

2004-09-22 Thread bmf5
Thanks to Jim & Frank for your help. While you guys were responding I ended up using a variation. If they click save I go ahead and submit the form w/ a hidden field for destination. If they don't want to save I go to a RouterAction with the destination as a request parm. The RouterAction

RE: success story using Struts in large scale web based system

2004-09-22 Thread Mark Benussi
Vodafone use Struts and Vauxhall motors are planning to use it in a rewite of their site I hear. Original Message Follows From: "Chappell, Simon P" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE

Re: Need Best Practices Thoughts on Actions

2004-09-22 Thread Frank W. Zammetti (MLists)
I've had the same requirement a couple of times. The way I've settled on doing it, whether it's the best or not I don't know, is this... I used client-side scripting to prompt the user whether they want to save or not (just some simple dirty data checking, i.e., any time they press a key I set a

Re: Need Best Practices Thoughts on Actions

2004-09-22 Thread James Mitchell
You won't be guaranteed to catch any event like browser close or the user clicking alternate navigation, bookmarks or even typing in a new url. If it were are definite requirement, you could simply attempt to catch that even, then prompt the user with something like "Warning - you have unsaved cha

RE: success story using Struts in large scale web based system

2004-09-22 Thread Chappell, Simon P
>-Original Message- >From: Geeta Ramani [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 22, 2004 6:53 AM >To: Struts Users Mailing List >Subject: RE: success story using Struts in large scale web based system >I think I remember at least one of these perhaps having a link >to a

Need Best Practices Thoughts on Actions

2004-09-22 Thread bmf5
I've got a requirement where if the user tries to leave a form without saving changed data they have the option to save "on the fly" before going to the link they clicked or go to the link without saving the data. On the "save" option I pass the destination (the name of a forward in the SaveA

Re: question related to action and tile

2004-09-22 Thread Jeff Beal
Lijuan Jing wrote: This is a question related to action and tile. name="submitForm" type="someActionClass"> path=".pages.tileDef1"/> --- tile definition: name=".pages.Base" path="/pages/common/layouts/baseLayout.jsp">

Re: trying to implement 2 resource bundles and getting odd errors

2004-09-22 Thread Bill Siggelkow
I am pretty sure that you must have one of the message-resources defined without a key (essentially being the "default" bundle). -Bill Siggelkow Janice wrote: So, yes, I waited until the very last minute to split my resource bundle into 2 in order to keep maintenance simpler. But some pages in m

Re: File Download

2004-09-22 Thread Martin Gainty
Robert et al- Check out this DownloadServlet example at http://www.experts-exchange.com/Web/Web_Languages/JSP/Q_20842012.html HTH, Martin- - Original Message - From: "Robert Shields" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday

RE: multiple struts-config error

2004-09-22 Thread Joe Germuska
Ashutosh's example is for configuring Struts to use multiple modules. However, Struts does support a comma-separated list of struts-config files as the value of the 'config' init parameter (or any config/* init parameter for modules.) I find having multiple struts-config files helps considerabl

[OT] Returned Receipts

2004-09-22 Thread Robert Taylor
I would like to respectfully request that those of you have returned receipts enabled in your emails to this mailing list, please disable them. I know they have a legitimate purpose in some cases, but for those searching the archives on a thread subject and getting a bunch of returned receipt not

RE: question related to action and tile

2004-09-22 Thread Václavík Radek
You may want to try adding this to the header of your jsp: When the reload button is clicked, the browser should ask the user whether he/she wants to resend the entered information. It does not solve you problem completely (if the user chooses to resend the information, it is processed by the a

Re: session lost while using opensta

2004-09-22 Thread James Mitchell
This not really the place to find opensta or jboss experts. You really should ask on a opensta and/or jboss forum. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "panhandlealks" <[EMAIL PROTECTED]> To: <[

Re: Multiple modules with multiple tile definition files

2004-09-22 Thread Lajoie Chad
Okay, I found a way to do what I wanted, but not as cleaning as I'd have liked. Here's what I did. First, I created Tiles definition file for each module in the application. Then in one of the module's Struts configuration file I put in the TilesPlugin definition and listed each module's Tile

RE: success story using Struts in large scale web based system

2004-09-22 Thread Geeta Ramani
Hi Alex, this question was asked before, so I searched the archives and found the following threads: http://marc.theaimsgroup.com/?l=struts-user&m=99851089726272&w=2 and http://marc.theaimsgroup.com/?l=struts-user&m=99307752323367&w=2 and http://marc.theaimsgroup.com/?l=struts-user&m=984674127

Re: Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-22 Thread DGraham
Return Receipt Your Re: Is there any free Application for Bug Tracking Software document in Java or JSP :

Re: Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-22 Thread DGraham
Return Receipt Your Re: Is there any free Application for Bug Tracking Software document in Java or JSP :

Re: Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-22 Thread Darryl L. Pierce
Amit Gupta wrote: Can you *please* turn off your return receipt request? Thanks. -- /** * @author Darryl L. Pierce <[EMAIL PROTECTED]> * @seeThe Infobahn Offramp * @quote "Lobby, lobby, lobby, lobby, lobby, lobby..." - Adrian Monk */ ---

RE: multiple struts-config error

2004-09-22 Thread Ashutosh Satyam
By any chance are you trying to map both these struts file as same input parameter. Better try this, config /WEB-INF/resr-fin-struts-config.xml config/app2 /WEB-INF/resr-tam-struts-config.xml You will be able to access action classes for your 2nd struts-config as mentioned below

RE: multiple struts-config error

2004-09-22 Thread Mark Benussi
I woud remove the preceeding / and any space between entries. Original Message Follows From: "Viral_Thakkar" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: multiple struts-config error Date: Wed, 22

Re: JSTL and scope

2004-09-22 Thread Mark Lowe
As this is a struts list then perhaps you'd consider using a struts action or even perhaps a plain old servlet to do what you need. request.setAttribute("test",MyClass.TEST); if its a map then request.setAttribute("mymap",map); or even Iterator keys = map.keySet().iterator(); while(keys.hasNext()

multiple struts-config error

2004-09-22 Thread Viral_Thakkar
When I am tring to use multiple struts-config xml files in web.xml, I get below error on click of an action. 503 Service Unavailable Servlet error: Parsing error processing resource path /WEB-INF/resr-fin-struts-config.xml, /WEB-INF/resr-tam-struts-config.xml Any input ..??? Regards

RE: JSTL and scope

2004-09-22 Thread Allistair Crossley
I can see where you are coming from. I would also like to be able to call custom methods on objects rather than just those that have getXXX. I suppose this is all to do with JSTL adhering to strict bean specification with everything acquired by get methods matching class members. you would nee

Re: [OT] GMail invites

2004-09-22 Thread Wessel van Norel
For all people who have either invites to give, or want an invite you can go to: http://isnoop.net/gmailomatic.php Here you can give away your invites, and receive an invite. DelGurth On Wed, 22 Sep 2004 10:49:08 +0300, Adi <[EMAIL PROTECTED]> wrote: > I wish one, if you still have > > > > I

JSTL and scope

2004-09-22 Thread andy wix
Hi, I am a little surprised that having a class variable imported into a page isn't seen by JSTL contructs. For example if i have a class that defines: package com.company.test public final class MyClass { public static final String TEST = "test"; } and my JSP page has: <[EMAIL PROTECTED] impo

success story using Struts in large scale web based system

2004-09-22 Thread Alex Lui
Hi folks, I am trying to sell the management using Struts framework for the next web based system. Is there a success story I can reference? And how it benefits from using Struts? Any pointer is appreciated. Regards, Alex - To u

RE: File Download

2004-09-22 Thread Robert Shields
Hi, One way to do this is to set a header named content-disposition with a value of attachment;filename=download.txt So the raw http header would look like this: content-disposition: attachment;filename=download.txt This will cause your browser to open the standard open/save dialog. How you se

File Download

2004-09-22 Thread Shailender Jain
Hi All, Sorry if this slightly offline from the topic. I want to give a download link on my browser to the user so that he can download a test file from the server and save it into his local machine . I have given a hyperlink to the user which points directly to the file (download.txt) But the

question related to action and tile

2004-09-22 Thread Lijuan Jing
This is a question related to action and tile. --- tile definition: After someActionClass executed successfully, it displays page .pages.tileDef1, but the URL on browser still shows someURL. If user clicks browser's refresh button

Re: [OT] GMail invites

2004-09-22 Thread Adi
I wish one, if you still have Ivan Pechorin wrote: I have 5 invites available. Please, send me requests off list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

session lost while using opensta

2004-09-22 Thread panhandlealks
Hi there, I am developing an application with struts which works fine with jboss. Now I want to make some stress- and performance-tests with opensta but it doesnt work at all. To me it seems that the session is lost after each request. Any ideas ?