Re: struts.jar

2001-04-10 Thread Maya Muchnik
unsubscribe and search over http://www.mail-archive.com/struts-user@jakarta.apache.org/ Andrew Slack wrote: Is there a digest form of this list? It'd be nice to minimise the traffic that's passing through my inbox. Additionally, is there an URL out there where I can search over historical

Re: .do mappings not working bean cannot be read by the JSP

2001-04-06 Thread Maya Muchnik
Iraklis, I will try to help you, but maybe I could not, because, I am almost in the start stage as you are. The first you need to understand HOW struts-example works, you can find "A Walk tour .." in the example menu. This tour explains step by step, what involve and how in struts-example. The

Re: Newbie question #2

2001-04-06 Thread Maya Muchnik
Here is the reply from Craig M. for similar question - John Hunt wrote: 1.What is the normal practice in the case where you have two pages, and part of the input entered in the first page needs to be displayed in the second page. I would say use the same form bean for both

Re: struts.jar

2001-04-02 Thread Maya Muchnik
Put it under your_app/WEB-INF/lib. NOT in CLASSPATH, NOT under tomcat/lib or other dir. Jesse Vitrone wrote: I've know we've been through this before, but can someone refresh me on where it's OK to have struts.jar and where it's not OK? Thanks, Jesse Vitrone

Re: Javascript bean:write question?

2001-04-02 Thread Maya Muchnik
I am not sure, that it is help. Try single quotation symbol after "abc=" as : var abc = 'bean:write name = "formbean" property="abcde"'; Josh wrote: We are using Stuts 1.0 b1, and deploying in both Weblogic 5.1 sp8, and Orion 1.4.5. One difference that I don't understand is that in Weblogic

Re: Html Tags support

2001-04-02 Thread Maya Muchnik
list [EMAIL PROTECTED] Date: Mon, 02 Apr 2001 07:40:20 -0400 From: Maya Muchnik [EMAIL PROTECTED] X-Accept-Language: en MIME-Version: 1.0 To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Html Tags support Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0

Re: Internationalised 'alt' text

2001-03-29 Thread Maya Muchnik
e.png" altKey="someImage.alt.text"/ -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: 28 March 2001 21:54 To: [EMAIL PROTECTED] Subject: Re: Internationalised 'alt' text Hi, this is an old email, but not resolved, at least for me. Maybe so

Re: Internationalised 'alt' text

2001-03-29 Thread Maya Muchnik
mpty. Maya Howard Moore wrote: It's possible I suppose. I've tried it with Tomcat 3.2 using pageKey rather than src and it works ok (using Struts 1.0b1). What happens when you try to use the tag, e.g. what html is produced or what exception is thrown? > -Original Message- > From: Ma

Re: need some explaination with logon.do

2001-03-29 Thread Maya Muchnik
Here is a good explanation how this application works and other stuff. http://www.husted.com/about/struts/example-tour.html http://www.husted.com/about/struts/ Maya "Charlemagne L. Rey" wrote: Hello everybody, I think I still don't understand how did the struts-example flows. Could anybody

Re: form bean question

2001-03-29 Thread Maya Muchnik
Eugene, If I have understood your question, the 1st place is jsp file, where the form is directly used. The 2nd place (config file) where you set mapping up. For example you tell that logonForm (the first letter is lower case) is coming from the class LogonForm, and jsp file logon.jsp will be

Re: .properties file

2001-03-29 Thread Maya Muchnik
Yes, you can put anything into your application file (jsp file name, image file name, and text file name). The problem is who will read it? You need to have some Action that for a particular request will open this file (name you can get though MessagesResources) and read it. Maya Yuriy Zubarev

Re: how do i unsubscribe from this list?

2001-03-29 Thread Maya Muchnik
To stop subscription for this address, mail: [EMAIL PROTECTED] where john = your username, host.domain = your domain name. "Perez, Bill" wrote: how do i unsubscribe from this list?

Re: just want to know...

2001-03-29 Thread Maya Muchnik
Different sizes - I can understand, because the different compilers and / or different build environment. Why does not work - no clue? I am using prebuild (night build) version. "Charlemagne L. Rey" wrote: Hello everybody, I currently have the 1.0 version of struts. I tried to look at the

Re: Template -struts-template and generated HTML / templating using PUSH model

2001-03-28 Thread Maya Muchnik
Hi, Christophe, I understand that you prefer to talk in French. But we cannot read your email. If you would like to talk only with Cedric, you can send email only to him, not all struts users. Thanks and sorry for any interruption. Maya Christophe Vigny wrote: J'espere, que cela prendra en

REPOSTED: html:image tag altKey - work or not?

2001-03-28 Thread Maya Muchnik
Hi, I have a problem with this attribute - no visible value at the browser. Is this a bug or I am missing something? Thanks in advance. Maya

Re: Internationalised 'alt' text

2001-03-28 Thread Maya Muchnik
Hi, this is an old email, but not resolved, at least for me. Maybe somebody can give me a hunt. I have tried both suggestions. Both are not working. Maybe I am doing something wrong. Thanks in advance. Maya Craig Tataryn wrote: How about this: !-- MyResources would be replaced with whatever

Re: security and SSL

2001-03-27 Thread Maya Muchnik
I think, SSL is supported or not supported by a servlet container which you are using. If it supports SSL you can find some instructions to set up / configure. Marcin Baj wrote: Hello what is support for secure authorization in Struts? Is SSL included? Can you direct me to some example?

Re: Estimating Projects with Struts

2001-03-27 Thread Maya Muchnik
It is depending on how much your team are familiar with Struts. If you can explain or draw a good picture for page developers how to use the Struts tags, then to develop small screen - 1/2 day (from a scratch), big one - 1 week. Then your java developers need to make the Action and Form classes

Re: Oracle iAS 9i/Struts/BC4J

2001-03-27 Thread Maya Muchnik
Hi, Could you please give me a link to BC4J. I think all database companies application servers are very good from database point of view. They are good to get / put info to the database. I am not sure, that other interfaces are so good too. Maya Darcy Schultz wrote: We are starting to look

no struts.tld - how does it work?

2001-03-27 Thread Maya Muchnik
Hi, struts-example (maybe other examples) does not have struts.tld file as a tag descriptor in web.xml. How does it work? Find all tags because this file is under WEB-INF? Thanks in advance. Maya

Re: Can I nest struts:message tag in struts:link tag?

2001-03-27 Thread Maya Muchnik
I have got the answer before, that you cannot nest tags. JeanX wrote: Hi struts-user, Can I nest struts:message tag in struts:link tag ? Because I want to setup some query parameter in resources. Thx :=) Best regards, JeanX pacificnet.com(GZ)

Re: no struts.tld - how does it work?

2001-03-27 Thread Maya Muchnik
I have found the answer - struts.tld is for 0.5 version. Maya Muchnik wrote: Hi, struts-example (maybe other examples) does not have struts.tld file as a tag descriptor in web.xml. How does it work? Find all tags because this file is under WEB-INF? Thanks in advance. Maya

Re: Locales and images

2001-03-26 Thread Maya Muchnik
Craig and others, I am sorry to "touch" the old question. I have a problem with this tag to display altKey (not displayed at all). Here is an extract from my resourse file: image.btnEnter=/images/button_enter.gif altkey.btnEnter=btnEnter And this is a call from jsp: html:image

Re: ServletException: org/apache/struts/action/ActionForm

2001-03-22 Thread Maya Muchnik
is based on that. I see no place where ApplicationMapping is configured as the ActionMapping for the aplication. - Original Message - From: Maya Muchnik To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 10:18 PM Subject: Re: ServletException: org/apache/struts/action/ActionForm

Re: getter methods ...

2001-03-21 Thread Maya Muchnik
Hi, I think you need to change or property name to view or change getter/setter and other stuff. See below in red. Maya "G.L. Grobe" wrote: I'm new to struts and trying to get my index.jsp to show up, but instead I get the following error: 500 Internal Server Error

Re: Struts, Trubine, Velocity, Expresso

2001-03-21 Thread Maya Muchnik
You can find some analysis and comparison by searching, for example, "Velocity" or "Trubine" in our archieve emails. Muhammad Aamir wrote: Hi, I recently explored the Struts Application framework features and developed an small application using Struts. Recently I

Re: Locales and images

2001-03-21 Thread Maya Muchnik
ve one match between application and the property file. If you want to change a "look" on-fly, you need to have different images, for example, a_look1.gif, a_look2.gif and make a different link depending on a "look" parameter. Maya Nick Afshartous wrote: On Tue, 20 Mar 2001, May

Re: Locales and images

2001-03-21 Thread Maya Muchnik
1/ How about several files under A directory: B.properties B_en.properties B_de.properties B_fr.properties and so on... Can you see it, that you have a problem. 2/ How about a file name as extra init parameter that has names of all properties files that you want to "combine". But this becomes

Re: reloading issue

2001-03-20 Thread Maya Muchnik
Additional info: if you recompile FormBean, Action, then copy a new *class file under appropriate tomcat directory. It will be reloaded automatically (if you do not change Tomcat configuration). The same is true for JSP files. Jean-Noel Ribette wrote: It is possible to reload the

Re: Locales and images

2001-03-20 Thread Maya Muchnik
Craig, Can I ask you on an example to be sure, that it is correct. My images are under images directory from root application dir. So, I can put the following statements: (in a property file : message.key=images a.image=a.gif a.image.dir=images/a.gif ) html:image pageKey="message.key"/ ...

Re: Any good example?

2001-03-20 Thread Maya Muchnik
struts-example is the best known open example how to use struts. If you know it with all details - you are in good "shape". Any form extends ActionForm. When you will design your application you will start with forms design, beans corresponding to them and so on... See Yam Lim wrote: Hey guys,

Re: Locales and images

2001-03-20 Thread Maya Muchnik
ActionServlet and load them all there). Is this all correct? A pointer to an example would help me greatly. Thanks, Ken Maya Muchnik wrote: Craig, Can I ask you on an example to be sure, that it is correct. My images are under images directory from root application dir. So, I can put the

Re: Locales and images

2001-03-20 Thread Maya Muchnik
Craig, If b.gif is a shared resource for two resource files, is it true, that only a default resource file (without language extension) needs to have it? Maya "Craig R. McClanahan" wrote: On Tue, 20 Mar 2001, Maya Muchnik wrote: Craig, Can I ask you on an example

Re: Locales and images

2001-03-20 Thread Maya Muchnik
Craig, As I understand Ken, he wants to have several files and not combine them in a application level. He wants to add one attribute for each tag, where the file name is pointed out. Right Ken? Is it possible? From your response, it is not. Maya "Craig R. McClanahan" wrote: On Tue, 20 Mar

PropertyUtils.copyProperties ?

2001-03-20 Thread Maya Muchnik
Hi, If I am using PropertyUtils.copyProperties(user, info) then original bean info must to have all properties that user bean has? If info has only 3 properties, and user has 18, copy will not work? I need to use this way, because, for example, logon form needs only 3 properties, but user form

Re: bean: access to the session

2001-03-20 Thread Maya Muchnik
What date you have in your computer ? Fri, 04 Jan 1980 18:46:20 ? hunkpapa wrote: Hi, I've a problem with beans. I can use a bean with the writeTag and this works out well. But how can this bean access the session ? I want to read values I placed in the session to use them in the getter

Re: PropertyUtils.copyProperties ?

2001-03-20 Thread Maya Muchnik
:getProperty... and bean class is org.apache.struts.BEAN ... Thanks, Maya "Craig R. McClanahan" wrote: On Tue, 20 Mar 2001, Maya Muchnik wrote: Hi, If I am using PropertyUtils.copyProperties(user, info) then original bean info must to have all properties that user bean has? If in

Re: HELP - Illegal target of jump or branch

2001-03-20 Thread Maya Muchnik
Several guys suggested to replace a lot of tags in one JSP to several JSPs, and make the first one with @ include file=.../ Marc Ellison wrote: Hi, I have been getting a very interesting error folks ;-) I have constructed a jsp file that uses ALOT of struts-defined tags, and which I have

Re: Locales and images

2001-03-20 Thread Maya Muchnik
arly for the destroy. Also, I need to set locale to true in the web.xml (Action servlet section), and make sure I use "getMessage(Locale, String, ...)" pretty faithfully, right? Otherwise I'd always get the application's default language. Thx- Ken Maya Muchnik wrote: To have a s

nested tags again - Q

2001-03-19 Thread Maya Muchnik
Hi, Maybe this question was posted already. I am sorry for the repetition. Can somebody suggest what is the best case to resolve this expression (maybe nested tags are not working): html:hidden property="domainID" value='%= bean:message key="admin.domaindn"/'/ value of domainID is still %=

display errors

2001-03-19 Thread Maya Muchnik
Hi, Is it possible to display errors not from the first column (using html:errors/) ? Thanks in advance Maya

When and where ApacheCon?

2001-03-19 Thread Maya Muchnik
Craig, where and when is ApacheCon and O'Reily Java ... Con (if not too late) ? "Craig R. McClanahan" wrote: It's short term. I'm finishing up my last presentation for ApacheCon (I've got three of them), and then I get to go back to coding for a while. Craig

Re: display errors

2001-03-19 Thread Maya Muchnik
I found a OLD way (with table, tr, td, ...). But maybe for a next release ... Can error tag to be improved ? Maya P.S. I know that we ask too much from several bright developers. Maya Muchnik wrote: Hi, Is it possible to display errors not from the first column (using html:errors

Re: display errors

2001-03-19 Thread Maya Muchnik
:-)) Maya "Craig R. McClanahan" wrote: On Mon, 19 Mar 2001, Maya Muchnik wrote: I found a OLD way (with table, tr, td, ...). But maybe for a next release ... Can error tag to be improved ? Improvements are on the "nice to have this work better" list. Maya P.S. I

Re: display errors

2001-03-19 Thread Maya Muchnik
king about formatting? What are you trying to do? David --- Maya Muchnik [EMAIL PROTECTED] wrote: I found a OLD way (with table, tr, td, ...). But maybe for a next release ... Can error tag to be improved ? Maya P.S. I know that we ask too much from several bright developers. Ma

Re: Performance of struts

2001-03-19 Thread Maya Muchnik
I think, it will be slower because you have one central servlet DISPATCHER that is sending a "job" to different Actions. When you have some JSP that are sending "job" themselves to other JSP, it is faster. Is it convenient? I think - no, because a creator JSP does not know java. And change flow,

Re: How do I really bypass the deficient of a HTM editor?

2001-03-19 Thread Maya Muchnik
Hi, Keith, I think, DreamWeaver has an implementation to display custom tags (UltraDev), and now they are working to embed a support for the struts. Can you give example you are talking about? Do you want, that tags will send additional HTML code? Maya Keith wrote: Hi; I am new to struts,

Re: html:img tag cannot find image

2001-03-19 Thread Maya Muchnik
Can you try html:img src="/WEB-INF/images/orange-ball.gif"/ Maya Tom Miller wrote: Hello all, It seems that the html:img tag is able to find images in the context root, but not in subdirectories. When I specify an image with the html:img tag like this: html:img src="green-ball.gif"/ the

Re: JDBC tag library released, source code ?

2001-03-19 Thread Maya Muchnik
Go to Taglib project of jakarta.apache.org Joel Cordonnier wrote: Hi! I'm very interested to use this taglib. Is the source code also available ? where ? (the URL?) Thanks Joel --- Ted Husted [EMAIL PROTECTED] a crit : Note: These tags are very easy to use with the Struts

Re: struts - error message

2001-03-16 Thread Maya Muchnik
You can see examples for this message in ApplicationResourses.properties file. A parameter is passing as {0} for the one parameter. Also see some source code in XxxxAction.java how to pass a message with a parameter. Dileep John wrote: hi any one know to set parameterised error messages

Re: Unsafe path error

2001-03-16 Thread Maya Muchnik
I remember the similar error "Unsafe Path" in the mail. Try to find it. "Anderson, Jessica" wrote: I am still trying to troubleshoot this problem, and therefore, I still need assistance. I am setting up another developer to use Struts, but we are receiving a message that tomcat cannot load

Re: Unsafe path error

2001-03-16 Thread Maya Muchnik
ssica" wrote: Yes, it was from me and I never received any replies. :) jessica -Original Message----- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 8:17 AM To: [EMAIL PROTECTED] Subject: Re: "Unsafe path" error I remember the simila

Re: Unsafe path error

2001-03-16 Thread Maya Muchnik
3.2.1 - Tomcat 3.1 works fine with no changes to the application, environment or anything... Any comments regarding versions of Tomcat? Jessica -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 8:36 AM To: [EMAIL PROTECTED] Subje

Re: Missing Property

2001-03-16 Thread Maya Muchnik
Good eye! Jean-Noel Ribette wrote: The jsp code: jsp:useBean id="jobQueueForm" type="JobQueueForm" / logic:iterate id="list" name="jobQueueForm" property="JqRow" bean:write name="list" / /logic:iterate The form code:

Re: Unsafe path error

2001-03-16 Thread Maya Muchnik
o Web-inf anywhere else except the directory structure - it's implicit with the context of my application. So once again, i am at a loss... It seems that someone else must have experienced this. jessica -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent:

Re: Unsafe path error

2001-03-16 Thread Maya Muchnik
al Message----- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 10:29 AM To: [EMAIL PROTECTED] Subject: Re: "Unsafe path" error I did not know that you have Web-inf. This is absolutely not good for Tomcat 3.2. Relocate all your files under WEB-INF!!! "

Re: can other servlet have reload function

2001-03-15 Thread Maya Muchnik
I think what I need to do. Do not bother. Maya Muchnik wrote: Hi, I would like to have a business servlet (similar as database servlet in struts-example) to reload its configuration files. Is it possible? What minimum I need to implement? Can I use struts-config.xml file to add some

Re: Unable to open taglibrary /WEB-INF/tlds/struts-bean.tld : null

2001-03-15 Thread Maya Muchnik
We are using javacvs for Unix. It is GUI similar Wincvs, you can select "binary file" option. Damien Joldersma wrote: hahahah isn't that just the way these really annoying problems are? After working on this problem for like 2 days, and finally getting frustrated enough to write a letter, I

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

2001-03-15 Thread Maya Muchnik
a problem.I have a bunch of struts.jar's, but they're all the same, and there's only one under my 'my-example' directory.Thanks again for your time and ideas, Jesse -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 8:43 AM To: [EMAIL PROTECTED

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

2001-03-15 Thread Maya Muchnik
hink it would be an issue.Thanks to all for your help - you guys and gals rule!!!Jesse -Original Message----- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: Re: new problem - fixed one, now I've got another Take out from CP and CLA

reload configuration and transaction

2001-03-15 Thread Maya Muchnik
Hi, If you remember we can use /admin/reload action to reload all configuration files and beans, actions and so on. What happens if some users are doing their transactions in the same time? Is the ActionServlet is checking anything or not? Maybe a user will get an error "Server unavailable" in

Re: how to use Automatic Form Validation in this case ?

2001-03-15 Thread Maya Muchnik
I do not know an answer to your question. But a lot of examples and answers in this email archive. Try to search for "iteration" or "iterate". Here is a link: http://www.mail-archive.com/struts-user@jakarta.apache.org/ "YOUSFI, Zahi" wrote: Hi all, I have an Action that create in the request

Re: cannot load servlet name action

2001-03-15 Thread Maya Muchnik
will see a lot of messages at a console. From a browser run http://localhost:8080/struts-example. Is this start successful? Marc Antoine Garrigue wrote: i have check and it is in it.The fact is that even the example dosn't work...so.. - Original Message - From: Maya Muchnik To: [EMAIL

Re: cannot load servlet name action

2001-03-15 Thread Maya Muchnik
fine: i have a lot of things on my console and the application works fine...The probleme is when i use embeded tomcat with jbossThank u - Original Message - From: Maya Muchnik To: [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 5:52 PM Subject: Re: cannot load servlet name action

Re: logic:equal and nesting

2001-03-15 Thread Maya Muchnik
Do you need or not to have a statement /html:form> ? Kyle Robinson wrote: Here's a piece of code that I want to do. However it gives a nested tag error as the closing /logic:equal> tag ends up inside the html:form>. I basically want the form to do different actions based on the property "title".

Re: html:select multiple=true problem

2001-03-15 Thread Maya Muchnik
Several examples are in email archives (I have remembered that). Kyle Robinson wrote: Got another problem. I have on a form a select that allows multiple selections. However, I am getting a populate error when the multiple values are stuck into my object. It is declared as an ArrayList. Anyone

Re: integer field

2001-03-15 Thread Maya Muchnik
The simplest way is to have this field as a String, and making a conversion to String / Integer at ActionForm class. Michael Wang wrote: Does anyone know how to get rid of default value of 0 from integer input field? I would like to see empty field instead of 0 inside. Any help will be

Re: Another newbie question

2001-03-15 Thread Maya Muchnik
If all struts distributed examples work fine you do not need to worry. The Bluestone site can use old distribution. Take care about only struts examples. Understand how they work. JOEL VOGT wrote: Hi, I am having troubles running the hello-world app from the struts trail map at

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

Re: How to generate a form bean manually?

2001-03-14 Thread Maya Muchnik
It is my guess. Take as example logon.jsp and registration.jsp. The first jsp uses a part of info for the second jsp (or form). I think you need to have 2 form beans, one for fill in parameters, other one - for full object. John Chang wrote: Usually, a form bean is automatically created after

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

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: 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>

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: 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: 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.

  1   2   >