Re: session ids cont...

2001-02-01 Thread Maya Muchnik
In [EMAIL PROTECTED] this issue was discussed (why and when IE supports different sessionID, and Netscape - not). The main thing is, Netscape is reading any cookies from one file, IE - from different files. Peter Alfors wrote: I.E. 5.0 and 5.5 generate unique session ids for each simultaneous

Re: session ids cont...

2001-02-01 Thread Maya Muchnik
It was posted as a Subject : "what starts session?", Date: Wed, 24 Jan 2001 16:07:49 -0800 (PST) and responses were followed. "Steven D. Wilkinson" wrote: In [EMAIL PROTECTED] this issue was discussed (why and when IE supports different sessionID, and Netscape - not). The main thing is,

Re: Can I use struts for this ???

2001-02-09 Thread Maya Muchnik
A good example is in "Web Development with JavaServer Pages" by D. Fields, M. Kolb, Manning press, chapter 9. Use for MVC struts. Maya majid kamal wrote: we used to have a small project all done using html, it's about all the employees who got reward since 1976, what they did is: for every

Re: input form with indexed properties

2001-02-12 Thread Maya Muchnik
I think, the original struts-example has a multiple rows form for "Current Subscriptions". Shamdasani Nimmi-ANS004 wrote: Hi, Is any solution to handling an input form with data in a table form (i.e. multiple rows of same kind of data) on Struts horizon in the near future? Also If anyone

i18n - stand for?

2001-02-12 Thread Maya Muchnik
It is simple question. I18N - what is it means? (Internationalization...) Thanks, Maya

Re: [OT] Web-initiated restarts for Tomcat 3.2.1?

2001-02-13 Thread Maya Muchnik
I know, that sometime you can have a problem because after Tomcat (3.1) was stopped, you need to remove compiled versions of JSP files under tomcat/dist/tomcat/work directory. This is needed if you change JSP. Very good idea with admin/reload.do to catch config changes. Can you share some

Re: input form with indexed properties, when?

2001-02-13 Thread Maya Muchnik
inserts a new record in the database) and the data can be validated before saving. -Nimmi -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 4:14 PM To: [EMAIL PROTECTED] Subject: Re: input form with indexed properties I think

Re: html:password

2001-02-13 Thread Maya Muchnik
I have seen the similar behavior for edit option. The form (struts-example) does not display "*", but it does not require to re-enter password again either. Matthias Bauer wrote: Hi, I just upgraded to struts 1.0 nightly build 20010212 from an earlier version and found that the

Re: html:password

2001-02-13 Thread Maya Muchnik
OK, you do not display password as some amount of "*" and password is empty field. But then you change other field, not password, and push "Save". No problem. Where is security? If a user can see in the source all "*" string, I think, it is not a bigger problem, as see an empty string. I think it

Re: struts:example

2001-02-13 Thread Maya Muchnik
"Craig R. McClanahan" wrote: The "correct" approach to installing Struts apps on Tomcat is: * Put "struts-example.war" (or whatever) in your webapps directory * If this is an update to a previous webapp, delete the old expanded directory * Ensure that there is no copy of "struts.jar" on

Re: html:password

2001-02-13 Thread Maya Muchnik
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 12:36 PM To: [EMAIL PROTECTED] Subject: Re: html:password Maya Muchnik wrote: I have seen the similar behavior for edit option. The form (struts-example) does not display "*", but it does not require to re-enter pass

Re: Struts example doesn't work???

2001-02-13 Thread Maya Muchnik
rather discuss this one-on-one, feel free to reply directly to me. -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 5:09 AM To: [EMAIL PROTECTED] Subject: Re: Struts example doesn't work??? I have this error, and a &quo

Re: Confusion about struts.jar in classpath

2001-02-13 Thread Maya Muchnik
Maybe I will give a wrong answer. I think when you have a correct full application as *.war file you do not need to use CLASSPATH for this application, but when your application is not as "good, full, packed" application you need something,... But what - CLASSPATH or put struts.jar under

Re: Old questions that die hard

2001-02-13 Thread Maya Muchnik
David, Could you, please, email, how to disable JavaScript in Netscape and / or IE. thanks, Maya "Verratti, David" wrote: Basic rule - don't count on client for anything other than basic html unless you can control the client environment. It's not just ancient browser support, fairly

can we remove this user from the list ?

2001-02-13 Thread Maya Muchnik
Every time, when I am sending an email I am getting this message (maybe others too): Subject: Mail User is Out of Storage Space Date: . From: [EMAIL PROTECTED] Can we remove this user ? Maybe he is not there anymore.

Re: html:password

2001-02-13 Thread Maya Muchnik
. Frederic. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Maya Muchnik Envoy : mardi 13 fvrier 2001 15:36 : [EMAIL PROTECTED] Objet : Re: html:password OK, you do not display password as some amount of "*" and password is empty fie

web-app_2.2.dtd - how get a local copy?

2001-02-13 Thread Maya Muchnik
Hello, all, Maybe this question for Tomcat developers. As you know we are all using web.xml file for a servlet container. This file has the following lines : !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"

Re: As promised (Struts Presentation)

2001-02-13 Thread Maya Muchnik
Craig, You have an error on page 28: not i8n, but i18n. I have got the explanations on it. Maya Craig Tataryn wrote: droolAr, Dark Angel/drool Ted, I'll cut the "only" word out of there tonight after I watch the aforementioned program. But as far as I know, ActionForm is the

Re: As promised (Struts Presentation)

2001-02-13 Thread Maya Muchnik
is loaded in the beginning ActionServlet startup. 2/ How replace images with a text through properties file? (I think this question was posted already). Maya Maya Muchnik wrote: Craig, You have an error on page 28: not i8n, but i18n. I have got the explanations on it. Maya The Struts

Re: Components tutorial problem

2001-02-13 Thread Maya Muchnik
Victor, Could you, please, email where the Components tutorial is. "Fickes, Vic" wrote: I am trying to get the Components tutorial to run and am having a problem. I'm using WebLogic5.1SP8 with the additional fixes from Matthias Kerkoff (many thanks). The Struts example runs fine and most

Re: Starter kit

2001-02-14 Thread Maya Muchnik
Get (download) and install each component-project (Ant, Apache, Tomcat, Struts) separately. Read INSTALLATION and README files in each project. A lot on-line documentation. T Gore wrote: What all do I need to download to have Web Server (Apache) a servlet / JSP reference implementation

Re: Old questions that die hard

2001-02-14 Thread Maya Muchnik
Javascript if you know your users are all IE.. see ya Dave -Original Message- From: mmuchnik [mailto:mmuchnik]On Behalf Of Maya Muchnik Sent: 13 February 2001 22:13 To: [EMAIL PROTECTED] Subject: Re: Old questions that die hard David, Could you, please, email, how to disable

Re: As promised (Struts Presentation)

2001-02-14 Thread Maya Muchnik
of the class name to see if it can find a supporting Resource file. 2) Not sure I understand the second question :( Craig T. Maya Muchnik wrote: The same error is on pages 29 - 31. After reading your document, I have two questions: 1/ Is it possible to change a language on-line. For example one

Re: Unable to start Tomcat with Struts

2001-02-14 Thread Maya Muchnik
Jessica, There were a lot of errors posted to this email list with similar error messages. Check where struts.jar is located in your computer and if you added its any location to CLASSPATH. Maya "Anderson, Jessica" wrote: Hi, I am trying to install struts and am receiving the following

Re: Using ActionErrors

2001-02-14 Thread Maya Muchnik
Padma, Can you be more specific? Do you need to display an error corresponding a label to the field, or you need to display a field number ? I think, struts-example shows how to display a field label together with its error. And all errors are displayed on the top of the page. Do you need

[Fwd: Re: Taglib URI error in Weblogic60]

2001-02-14 Thread Maya Muchnik
Guys, you are very good! Please help Mark. Original Message Subject: Re: Taglib URI error in Weblogic60 Date: Wed, 14 Feb 2001 14:22:41 -0500 From: Maya Muchnik [EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: Puma Technology To: [EM

Re: must restart tomcat

2001-02-14 Thread Maya Muchnik
I think, you need to config your server.xml file to tell to "reload" your classes after they are changed / rebuilt. Do you config server.xml for your new application? gustav spellauge wrote: again my qustion: after a change in any of a formbean class or an action class i will have to

Re: example

2001-02-15 Thread Maya Muchnik
Need to be sure that struts.jar in the correct dir. 1/ remove struts.jar from all dirs. 2/ remove .../tomcat/webapps/struts-example dir. 3/ remove struts.jar from CLASSPATH. 4/ struts-example.war has to be under .../tomcat/webapps dir. 5/ stop and start Tomcat. 6/If after that you still have the

A link / image highlighting

2001-02-16 Thread Maya Muchnik
Hi, all, Does struts support a link or an image highlighting when a computer mouse is in its position? If yes, is this will "transfer" / involve to calling JavaScript? Thanks in advance. Maya

Re: Help with Exception

2001-02-16 Thread Maya Muchnik
Hi, Try to take all original *.xml files and ADD your new stuff, do not remove anything. Check if you have struts.jar file under .../tomcat/webapps/your_new_app/WEB-INF/lib directory and struts*.tld files under this WEB-INF. Maya Jim Richards wrote: Sorry about not cutting out the previous

Re: which development tool to use? (XML Editor)

2001-02-16 Thread Maya Muchnik
Hi, Dan, Could you please share your knowledge with starting this tool (setup, ...). I am using Unix. From a beginning I had to change xeena.sh file to use jre 1.2. After that, other problem - can not find files,... Very painful. Need to spend a lot time to find out how it is work. Thanks, Maya

Re: Global URL Parameter or better idea ??

2001-02-16 Thread Maya Muchnik
Dave, You need to use TOKEN... KEY to save a token info in the beginning of a transaction and remove it in the end of the transaction. It is helpful with "Reload" and "Back" button of a browser. I think it can help with two windows with the same sessionID. Maya P.S. See email achieve for details

VIRUS spreading, very important

2001-02-18 Thread Maya Muchnik
ATTENTION. please!!! Hi, taglibs list was effected with a virus with subjects "www.tomcat.com..." and / or "multithreading ...", "Problem with Multithreading..." with a different attachments. A text is starting with: SMTP OBJECT RUNNING IN DEMO MODE. After this different *gif file followed.

Re: Workflow Status and suggestions

2001-02-19 Thread Maya Muchnik
Don, You can find an example how to use different JSP-files corresponding to different languages (changed on-line) in a component project (http://www.lifl.fr/~dumoulin/components/). Maya Craig Tataryn wrote: Hi Don. Nic Hobbs and I have stepped forward to head up the work flow processing

Re: Problem with installing Structs WAR files

2001-02-19 Thread Maya Muchnik
Maybe this is a new feuture of Tomcat 4.0-b1. I do not have it with 3.1 Jim Richards wrote: Tomcat will unwrap the .war files for loading when running, and delete them when finished as a convenience. If you want to keep them you'll need to unjar them yourself first, with something like

Re: Problem: Struts under Tomcat 3.2.1

2001-02-20 Thread Maya Muchnik
Whose is the file "jsdk.jar"? Is it the new for Tomcat 3.1? "Craig R. McClanahan" wrote: Could you double check that there is no "servlet.jar" or "jsdk.jar" file on your class path (except for the one that the Tomcat startup script adds), or in your system extensions directory

component project rebuild / updating

2001-02-20 Thread Maya Muchnik
Hello, Cedric, I have got your *zip file maybe one week ago. Do you update it and how often? Does it depend on the struts updating? Thanks, Maya

Re: Problem: Struts under Tomcat 3.2.1

2001-02-20 Thread Maya Muchnik
Maybe you need to remove struts-example directory and startup Tomcat again. Christian Billen wrote: Hello, I am trying to run the struts-example.war from the 20010216 nightly build in my tomcat 3.2.1 On initialization I can see it initializing properly (reading User from xml file and

multiple login

2001-02-21 Thread Maya Muchnik
Hi, In other mail list it was a lot of discussion about a user login / logon through multiple web pages or different browser. They have discussed how to prevent the multiple login. My question is this: does struts provide an easy way (or some way) to handle this situation or not? Maya

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Maya Muchnik
Hal, Please give a code example with a component, when you cannot get an exception. And how it can be fix now. Maya "Deadman, Hal" wrote: I am using the components add-on and I like it but it shouldn't go into the 1.0 release. It's too much code and has too much functionality to be merged

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Maya Muchnik
Hello, Torsen, It is not an answer to your question. But I would like to use this email and ask the struts development team about compatibility template library and components library (http://www.lifl.fr/~dumoulin/components/). Components allow to define "instances" to reuse them with different

validator.xml - rules for a mask

2001-02-21 Thread Maya Muchnik
Hi, all. This email about David Winterfeldt's validator. What are rules to make a mask? As I understood a default validator.xml was created for an example. If I need to create my own validator.xml what are the rules? Thanks in advance, Maya

Re: Missing struts-config_1_0.dtd when not logged on

2001-02-22 Thread Maya Muchnik
Tom, Tomcat includes a local copy of web_app_2_2.dtd file, but the file name is web.dtd. Maybe this is your problem. In my application I am going to replace a reference to Sun site of web_app_2_2.dtd to a local copy of web.dtd (I will copy it to the WEB-INF/dtds directory). Maya Tom Miller

Re: CheckLogOn Tag.

2001-02-22 Thread Maya Muchnik
Peri, Check with struts-example. You can find CheckLogonTag.java (and class). If you "play" with this example, then you can see that a menu is changing depending on you are logon or not. Maya Peri Srinivas wrote: Hi All, Generic requirement for this tag would be name - Name of the

Re: My weblogic 5.1 sp8 isn't able to find web-app_2_2.dtd

2001-02-23 Thread Maya Muchnik
Michael and Pablo, I am not using (yet) Tomcat 3.2.1, I am using 3.1. And Tomcat can find a local file (I have forced it) when I replaced the reference "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd" with "http://localhost:8080/WEB-INF/dtds/web.dtd". Try this replacement. WEB-INF (in my case) is

Re: exception while using form tags

2001-02-23 Thread Maya Muchnik
Go to http://www.mail-archive.com/struts-user@jakarta.apache.org/ and search for installation, struts.jar and so on. I think, you have a wrong location struts.jar file and / or CLASSPATH. Install struts-example.war and try it. Compare with your application. "Dorai, Harish (c)" wrote: I was

Re: auto reload of message resource and URL-rewrite

2001-02-26 Thread Maya Muchnik
es on a command line (where I have started Tomcat) and in browser window the message - "OK". Maya Maya Muchnik wrote: Kan is correct. I did have admin subdir under struts-example either. "Kan Leung, MK" wrote: - Original Message - From: "Craig R. McClana

Re: [ANNOUNCEMENT] Struts 1.0 Beta 1 Released

2001-02-26 Thread Maya Muchnik
Congratulation to all developers for a great effort. The good product. And good help. "Craig R. McClanahan" wrote: I am please to announce the release of Version 1.0-beta-1 of the Struts Framework. Struts is an open source project, under the sponsorship of the Apache Software Foundation,

hide a link or JSP's URL

2001-02-26 Thread Maya Muchnik
Hi, How make a link or JSP URL "invisible" to a browser? I have read some chapter in a book, I know that this is possible. Is it possible with Struts? Is it some property "visible=true / false"? The second question is about "input" parameter in "Action Mapping" section of struts-config.xml.

struts-upload - can be used as example to do download?

2001-02-26 Thread Maya Muchnik
Hi, I had not tested or read the struts-upload example source code, that used to upload files. I am carious, is it possible to use similar code to download files? Thanks, Maya

Re: struts-upload, Tomcat and performance

2001-02-26 Thread Maya Muchnik
Hi, Michael, Why need to print file out to a jsp page, and not use "ftp" or similar command for transmission? So, I am asking "stupid" question. Maya "Schachter, Michael" wrote: Alain,Keep in mind that the struts-upload app re-reads the file and prints it out to the jsp page.However, I'm

Re: struts-upload, Tomcat and performance

2001-02-26 Thread Maya Muchnik
e was a similar problem like this before, and a fix. I'll try to put in a fix within the next day or two, I'm fairly bogged down with other stuff to do. -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: Re: s

Re: hide a link or JSP's URL

2001-02-26 Thread Maya Muchnik
Thank you very much. What about the 2nd Q? Craig Tataryn wrote: You have to add some javascript to your link that gets fired when the "onmouseover" event happens... a href="javascript:void(0)" onMouseOver="(window.status=''); return true" Craig T. Maya Much

Re: hide a link or JSP's URL

2001-02-27 Thread Maya Muchnik
Thank you both, Craig M. and Craig T. very much! Maya "Craig R. McClanahan" wrote: Maya Muchnik wrote: Hi, How make a link or JSP URL "invisible" to a browser? I have read some chapter in a book, I know that this is possible. Is it possible with Struts? Is it so

Re: What a jar file is needed?

2001-02-27 Thread Maya Muchnik
Are you sure you have installed an XML parser? Make sure you download it first (http://java.sun.com/xml), and install the jar files (jaxp.jar, crimson.jar, xlan.jar) in C:\jdk1.3\jre\lib\ext (for JDK v1.3, for example). This will eliminate the need to modify CLASSPATH. Maya Muchnik wrote:

Re: Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Maya Muchnik
I think it is WebLogic related, because I do not have a problem to run struts-example on Sun 2.7 with Sun JDK 1.3. Pablo Estades Fernndez wrote: Hi all, The struts example works fine on my W2K but when I try to deploy it on solaris fails. This is my setup: Solaris 2.6 Sun JDK1.2 If it

Re: Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Maya Muchnik
Is this the same index.jsp from struts-example? If so, I do not have a problem to run example on Sun 2.7 and JDK 1.3. Maya Pablo Estades Fernndez wrote: More information; Here is my problematic index.jsp. Do you think the error can be related to NOT to use JDK1.3? %@ page

struts-example - handle of ServletException

2001-02-27 Thread Maya Muchnik
Hi, Do you have any ideas how registration.jsp file (struts-example) can be changed to handle a situation when a user call it directly. I do not "like" a SevletException to be displayed: Error: 500 Location: /struts-example/registration.jsp Internal Servlet Error:

Re: struts-example - handle of ServletException

2001-02-27 Thread Maya Muchnik
Thank you. I thought, that some struts "magic" I can use. If I will use a standard "errorPage" as you suggest, I will lose all pluses of the good struts interface. Maya Jean-Nol Ribette wrote: - Original Message - From: Maya Muchnik [EMAIL PROTECTED] To: [EM

Re: struts-example - handle of ServletException

2001-02-27 Thread Maya Muchnik
could also forward it to an error.do page that could create a struts error message that could be displayed on a page with the html:errors tag. David --- Maya Muchnik [EMAIL PROTECTED] wrote: Hi, Do you have any ideas how registration.jsp file (struts-example) can be changed to handle

Re: struts-example - handle of ServletException

2001-02-27 Thread Maya Muchnik
to be localized as well. :) Pete Maya Muchnik wrote: Thank you. I thought, that some struts "magic" I can use. If I will use a standard "errorPage" as you suggest, I will lose all pluses of the good struts interface. Maya Jean-Nol Ribette wrote: --

Re: struts-example - handle of ServletException

2001-02-27 Thread Maya Muchnik
Thank you Incze. This is the 3rd or 4th good suggestions!!! We have so many gurus. The Life is good. Maya Incze Lajos wrote: On Tue, Feb 27, 2001 at 12:07:15PM -0500, Maya Muchnik wrote: Hi, Do you have any ideas how registration.jsp file (struts-example) can be changed to handle

Re: How do I iterate thru a hashtable using iterate tag?

2001-02-27 Thread Maya Muchnik
Nimmi, Check the properties names. In the working variant they are: code, name, countryName. In the 2nd (not working variant) they are: seq_nbr, name, country_name. The second, maybe underscore sign is not allowed. Maya Shamdasani Nimmi-ANS004 wrote: Hi, Could someone please tell me what I

Is the struts example itself is multi-thread safe?

2001-02-27 Thread Maya Muchnik
Hi, In "A Walking Tour of the Struts App", the author has mentioned that "There is only one object for each action (URI), so your action objects must be multi-thread safe". Is the example itself is multi-thread safe? I am asking this, because are several actions here, but not one of them use

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Maya Muchnik
I have the similar case with Beans not implemented "Serializable". I will use PropertyUtils.copyProperties(destBean, srcBean) to propogate the properties. Nick Pellow wrote: Hello, Robert Leland wrote: As far as struts 1.0, the Form bean is used only to redisplay information to the jsp

Re: Why should you call JSP pages directly?

2001-02-28 Thread Maya Muchnik
Hi, Jens, When I had asked a question about calling jsp directly, I was concerned, that a user can see a directory or see a link (as I do) and call this jsp directly from a browser query / input line. The user likes to experiment. That is all. He does not know what is a view jsp or logic jsp.

Re: Using expressions as attribute values in html:link

2001-02-28 Thread Maya Muchnik
Maybe you need to add pre>.../pre> HTML tag before your a> tag. "Anderson, Jessica" wrote: I have tried to use a jsp expression as the value for the page attribute (page=%= jsp %>) but the and > translate as less than greater than symbols. I have also tried using the escape character \ before

Re: Checkbox in Table with unique values

2001-02-28 Thread Maya Muchnik
Daniel, I have only small suggestion for you, because I do not know yet how struts can help with multiple checkboxes. You can use taglibs/input library (project Taglibs). It includes Checkbox tag and an example for multiple checkboxes. Hope this help. Maya Daniel Kern-Ekins wrote: I am

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Maya Muchnik
Before your loop, try to setCollection() / getCollection() and check getLength(). This way you will know exactly, if you are getting your data. Shamdasani Nimmi-ANS004 wrote: No, I am using JDK 1.3 -Nimmi -Original Message- From: D'Orto, David [mailto:[EMAIL PROTECTED]] Sent:

Re: PROPOSAL: Template Screens

2001-03-01 Thread Maya Muchnik
"configuration file reader". Like this, it will be possible to load instances from, for example, a database. This will also allows dynamic change of instances. Code rewriting will not affect actual tags syntax. Cedric Maya Muchnik wrote: Hi, I think th

Re: debug level

2001-03-01 Thread Maya Muchnik
The 2nd part (classpath) is coming from Tomcat (or other server) startup script. Hi there, how can I prevent the struts action servlet from logging so much information. Here is my problem: I have generated a struts application and now I am about to deploy it. During development it was

Re: debug level

2001-03-01 Thread Maya Muchnik
I think I have found the answer for the 1st part of debug messages. They are coming from jasper compiler. Maya Muchnik wrote: The 2nd part (classpath) is coming from Tomcat (or other server) startup script. Hi there, how can I prevent the struts action servlet from logging so much

Re: Is the struts example itself is multi-thread safe?

2001-03-01 Thread Maya Muchnik
Thank you, Craig for clear "picture". One Q. to be sure that all OK. What about servlet.log file? Several action threads will need to have an access to it.,... Maya "Craig R. McClanahan" wrote: Maya Muchnik wrote: Hi, In "A Walking Tour of the Struts App&q

Re: Why should you call JSP pages directly?

2001-03-01 Thread Maya Muchnik
@jakarta.apache.org/msg03737.html John Raley wrote: So how does one protect JSP's from direct invocation? Is there a server-independent way? (I'm using Tomcat, so that would also be good to know.) Maya Muchnik wrote: Hello, Jens again, I am totally agree with you, but to make it works

HTTPClient vs java.net.URLConnection

2001-03-01 Thread Maya Muchnik
Hi, Does anyone use HTTPClient? What do you think about it? I have got this link several minutes ago. As its document said, in HTTPClient you can set timeout for response, pipelining of request. Source code is available. It includes the source code for parsing the multiPartRequest. HTTPClient

Re: :misssig message key error

2001-03-01 Thread Maya Muchnik
Your index.jsp file is using ApplicationResources.properties to get index.title. Check it. soh syed wrote: can anyone help me with the following error! thanks Missing message for key index.title at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:242)

Re: JSP includes of

2001-03-01 Thread Maya Muchnik
Try to change jsp:include page="include/header.jsp"/ to put a full path to header.jsp file. For example: jsp:include page="/WEB-INF/include/header.jsp"/. But I am not sure. Katarina Nelson wrote: Try to include the needed .tld files into the "include/header.jsp" page. It worked for me.

Re: Cannot deploy struts-blank.war onto j2eesdk1.2.1

2001-03-02 Thread Maya Muchnik
With jdk 1.3 it works 100%. Thai Thanh Ha wrote: I can't deploy struts-blank.war (struts 1.0b1) onto j2eesdk1.2.1 . Has anyone done it before? Please help me!

for users of WebLogic server

2001-03-02 Thread Maya Muchnik
Here is a link to WebLogic / Bea site to find some info (setting up WebLogic for JSP, troubleshooting): http://www.weblogic.com/docs51/classdocs/API_jsp.html

Re: Article on struts

2001-03-04 Thread Maya Muchnik
Hi, No link. Incze Lajos wrote: Yet another article on Struts. You won't believe it ...

Re: My struts-template is broken

2001-03-08 Thread Maya Muchnik
Hi, I have the similar result for Tomcat 3.1. But I do not have the problem with the Cerdric's "Components". Why do they react different? Maya Tom Miller wrote: Turned out the problem was using Tomcat 3.1, templates seem to work properly with Tomcat 3.2.1. Tom Miller wrote: Whew! Somehow

Re: struts, tomcat and own JNDI service provider

2001-03-08 Thread Maya Muchnik
Roland, I think, you can specify JNDI provider in env.put statements. Or alternative way to set the following lines in jndi.properties file (marked with red - replace with your implementation): java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory java.naming.factory.url.pkgs=your_path

Re: ActionForm question (repost)

2001-03-08 Thread Maya Muchnik
Brian, I think, the best way to have a bean with String properties, and corresponding form. When you perform data checking convert there to a number if this field has to be a number. If validation is OK, put to database converted data. Maya Bryan Field-Elliot wrote: Question reposted (never

Re: Need one example ...

2001-03-08 Thread Maya Muchnik
If you are using struts 1.0 you have several examples, including struts-example.war with a source code provided. Raymond wrote: Hi, Can someone give me an example to pass a parameter with struts-form.tld. Thanx, Raymond

FYI: disable Javascript in IE

2001-03-08 Thread Maya Muchnik
Hi, I remember, that somebody told me that disabling JavaScript is possible only in Netscape. I have found out (through Netscape site) how to disable JavaScipt in IE: go to Tools-Internet Options-Security-Custom Level-Scripting-Active scripting (disable, enable, prompt). But after you change

Re: Question about PropUtils.copyProperties()

2001-03-08 Thread Maya Muchnik
All getters and setters have to follow a JavaBean convention. This means you can have getCc_number(), not getcc_number(). The second thing the properties names have to match (case sensitive) in a source and destination beans. Bryan Field-Elliot wrote: Question -- in evaluating names of

Re: disable Javascript in IE

2001-03-08 Thread Maya Muchnik
I have IE 5.00, and I did not wait a lot. "Nanduri, Amarnath" wrote: IE does not hang for me. -Original Message----- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 3:25 PM To: [EMAIL PROTECTED] Subject: FYI: disable Javascript in IE Hi,

Re: user time-zone

2001-03-08 Thread Maya Muchnik
Please, provide a javascript code how to do this. Peter Alfors wrote: It appears that the time-zone offset could be retrieved via javascript on a startup page, then entered in to the users session through an action class / hidden field combo. Its ugly, but it would work. Any better

Re: user time-zone

2001-03-08 Thread Maya Muchnik
ZoneOffset(); alert(offset); } This is the offset (in minutes) from GMT/UTC. HTH, Pete Maya Muchnik wrote: Please, provide a javascript code how to do this. Peter Alfors wrote: It appears that the time-zone offset could be retrieved via javascript on a st

Re: bundle param in message tag

2001-03-08 Thread Maya Muchnik
In struts-example you can find web.xml file (under WEB-INF) directory. A part of this file: ... !-- Action Servlet Configuration --> servlet> servlet-name>action/servlet-name> servlet-class>org.apache.struts.action.ActionServlet/servlet-class> init-param> param-name>application/param-name>

how to config Tomcat for debugger

2001-03-09 Thread Maya Muchnik
Hi, Does anyone configure Tomcat to accept debugger connections? For example, if I am using JBuilder, Forte or Visual Cafe that has a built-in debugger, then how to do this? Thanks in advance. Maya

Re: user time-zone

2001-03-09 Thread Maya Muchnik
database. cheers, Amar.. -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 5:04 PM To: [EMAIL PROTECTED] Subject: Re: user time-zone I have got a response from my colleagues, that the time offset can not be used to establish correct t

Re: Gratitude

2001-03-09 Thread Maya Muchnik
Welcome a "board", John. We are all gratefully happy that we have Struts and its developers / contributors. Maya John Wright wrote: Struts developers and other contributors, I have been working several months on a project and was really getting nowhere. I had implemented my own MVC

Re: user time-zone

2001-03-09 Thread Maya Muchnik
e ? Amar.. -Original Message----- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 10:13 AM To: [EMAIL PROTECTED] Subject: Re: user time-zone Sorry folks, for this thread, because it does not "concerns" the struts directly (some designing issue).

Re: [INFORMATIONAL] Javasoft J2EE Patterns Catalog

2001-03-09 Thread Maya Muchnik
It is very easy to become a member. But nobody can distribute this document (a license issue). Maya "Deadman, Hal" wrote: Has anyone found a place to download this pattern catalog? It would be nice to have a local copy in either PDF or HTML.This link has the on-line version but you need to be

Re: forwarding to original page

2001-03-12 Thread Maya Muchnik
You can check with Validator 05. release : http://home.earthlink.net/~dwinterfeldt/ It has a multiple language error support. Maya P.S. Is any connection your site with http://explorer.msn.com Fred Lo wrote: Hello all, I have an application that contain support for multiple languages, we

Re: Access to ApplicationResources.properties from Action class?

2001-03-12 Thread Maya Muchnik
David, Please clarify for me. I am trying use your application for validation and display different error depending on a selected language. It is 05 release. Your RegistrationAction.java or MultiRegistrationAction.java calls Locale locale = getLocale(request); but it is not used in the source

Re: new problem - fixed one, now I've got another

2001-03-14 Thread Maya Muchnik
Try to stop Tomcat. Remove everything under tomcat/work directory and startup Tomcat again. Jesse Vitrone wrote: OK, I fixed the other properties file problem, it turned out that I had a syntax error in my web.xml and I didn't see Tomcat barf when it loaded. Now that I've fixed that, and Tomcat

Re: new problem - fixed one, now I've got another

2001-03-14 Thread Maya Muchnik
, but it didn't help, I still got the same directory.Thanks anyway, Jesse -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 3:43 PM To: [EMAIL PROTECTED] Subject: Re: new problem - fixed one, now I've got another Try to stop Tomcat. Remove

Re: new problem - fixed one, now I've got another

2001-03-14 Thread Maya Muchnik
me in my web.xml?Thanks again, Jesse -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 5:00 PM To: [EMAIL PROTECTED] Subject: Re: new problem - fixed one, now I've got another Check a location of all struts-*tld files. They have to be under you

  1   2   >