Tomcat 4.1 and indexId

2002-11-21 Thread Arnaud . PASQUIERS
Hello! In my application I am using the indexId attribute in the nested:iterate tag. During development under NetBeans/Tomcat 4.0 all is ok. When I deploye my application with a Tomcat 4.0 server, all is ok too. But when I use a Tomcat 4.1 version, this error occures: Error compiling file:

RE: Tomcat 4.1 and indexId

2002-11-21 Thread Miguel Angel Mulero Martinez
What version of tomcat 4.1? Is the 4.12 version or earlier? Regards -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 21 de noviembre de 2002 9:57 Para: Struts Users Mailing List Asunto: Tomcat 4.1 and indexId Hello! In my application I am

Réf. : RE: Tomcat 4.1 and indexId

2002-11-21 Thread Arnaud . PASQUIERS
It is the Apache Tomcat/4.1.10-LE-jdk14 Miguel Angel Mulero

[OT]Ignore-Test

2002-11-21 Thread Mohan Radhakrishnan
Test -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Réf. : RE: Tomcat 4.1 and indexId

2002-11-21 Thread Arnaud . PASQUIERS
I download the latest version of tomcat (4.1.12) and the indexId attribute of the nested:iterate tag works. Thanks for your idea! Miguel

Max file size when upload in struts-1.1b2

2002-11-21 Thread Huynh Ngoc Huy
Dear group, I'm using struts-1.1b2. What should I do to set the maximum file size over 1M as I want to upload a file? Thanks, Huy __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To

RE: JSP's under WEB-INF... or not

2002-11-21 Thread Erik Beijnoff
Just curious - why would one choose to do this instead of simply locating their JSP pages under WEB-INF (which is also portable)? Well, the way I look at it, the WEB-INF is a container for application resource files and meta data, not for the real application. Also, if you put your stuff in

How to prepare a bean for bean:... and define:... with dynamic fields?

2002-11-21 Thread Zsolt Koppany
Hi, I have a database application, thus I fetch fields thay I cannot read via getter methods. How can I provide the data to struts that I can use for example bean:define id=realName name=row property=fullname / Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

[Struts Tip] #16 How to (not) check a radio button

2002-11-21 Thread Ted Husted
Each radio button element requires an assigned value that distinguishes it from the other radio buttons. When creating a static array of radio buttons, you need to indicate which one of these, if any, is checked. This does not need to be done when the radio buttons are being populated from

name of zip file???chuck cavaness book

2002-11-21 Thread Shalu Goel
Hello all, i have finally resolved my download problem of struts book chapters from the sitre theserverside.com It is very simple http://www2.theserverside.com/resources/review/name of zip file to be downloaded.zip but one problem persist ...that can be resolved if someone who has already

Re: Forwarding and File Download problem

2002-11-21 Thread Mike Way
Eddie, The reference you refer to is for upload, so I am a bit confused as you talk about download. I assume you do mean download so: To change the name that you are downloading you need to have a mapping to your download servlet so that you can use a request path like

Re: moving from struts-b2 to actual nigthly build...

2002-11-21 Thread Andreas Langmann
David Graham wrote: If the Tiles request processor isn't being called then there's probably an error in your struts config. Can you post the section that defines the plugin? !-- == Controller Configuration -- controller / !-- ==

RE: Réf. : RE: Tomcat 4.1 and indexId

2002-11-21 Thread Míguel Ángel Mulero Martínez
I don't know if this is your case, but version 4.10 4.11 had a bug under windows if you install it in a different drive from C:. They fail when try to compile JSP. Alos it isn't your case, I recommend to you change to version 4.12 or 4.05 (other versions have a security problem with default

RE: name of zip file???chuck cavaness book

2002-11-21 Thread James Mitchell
Chuck has worked very hard to get this book into print. In case you don't know, he has a family (wife and two sons) to support. He is too nice of a guy to say this, so I will say it for him... There is a reason that the download page is not there anymore. Buy the book. The dedicated

IE's autocomplete

2002-11-21 Thread david . heagney
Hi, I'm trying to get the definitive answer on this, will STRUTS have functionality to disable MS IE's *autocomplete* for input forms in the near future? Has anyone had experience disabling this by any other means? Thanks, David Heagney This message is for the designated recipient only and may

Re: Strutstest with tiles - verifyForward behavior

2002-11-21 Thread Thomas Quas
Pete, I'm seeing the same behavior... plus more weirdness. I'm using the latest CVS snapshot; I guess strutstestcase is not ready for testing those kind of Struts applications yet. tom Pete Gieser wrote: Using MockStrutsCase (from release 1.9) with the following test method: public

Re: Max file size when upload in struts-1.1b2

2002-11-21 Thread Vikram Goyal
Set the following in the struts-config. controller maxFileSize=500K / For file sizes in MB use 1M, 1.5M etc. HTH Vikram - Original Message - From: Huynh Ngoc Huy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 7:33 PM Subject: Max file size when upload in

Durability of a ActionForm

2002-11-21 Thread Míguel Ángel Mulero Martínez
Hi all, My question is how can I make for extend the durability of a request scope ActionForm. For example, in my Action I can do somethig like: request.setAttribute(form, form); In this way, the ActionForm that I retrieved from the JSP and arrived to the Action, will arrive to the next JSP.

Re: name of zip file???chuck cavaness book

2002-11-21 Thread Shalu Goel
Thanks James to bring it to my notice!!! I truly appreciate ur sentiments I promise!! i will surely buy it as soon as it is available in the book stores... But wait a minute i think u should always think of the possibility wherein a newbie honestly looking all out to get some packaged

Re: Question About Modules

2002-11-21 Thread Vikram Goyal
We used FOP to generate dynamic pdf through the action. The action itself returned null. Vikram - Original Message - From: Madel,Kurt [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 5:46 AM Subject: RE: Question About Modules

RE: Question About Modules

2002-11-21 Thread du Plessis, Corneil C
You generate the PDF using FOP and attach to the request or session the forward to a JSP or Servlet that will serve the contect with the correct type etc. -Original Message- From: Vikram Goyal [mailto:[EMAIL PROTECTED]] Sent: 21 November, 2002 14:01 To: Struts Users Mailing List Subject:

Html:select doesn't select correct element..

2002-11-21 Thread Beeson, Ashley
I have a problem with html:select not setting selected=selected for the correct item in a list of options. The weird thing is that it works fine for all bar one of my pages. I have checked that the property being passed in exists in the list of options using a bean:write just above the

RE: IE's autocomplete

2002-11-21 Thread Robert Taylor
David, Struts is a server side framework, and therefore does not directly control the behavior of the client. Struts, JSTL, EL, etc..., facilitate rendering data in the client. So unless HTML or Javascript has a standard way to disable MS IE's *autocomplete* for input forms, you are at the mercy

RE: Html:select doesn't select correct element..

2002-11-21 Thread edgar
Stupid question, is the value supplied by the form exactly equal to one of the values supplied by the collection? Edgar -Original Message- From: Beeson, Ashley [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:33 AM To: '[EMAIL PROTECTED]' Subject: Html:select doesn't select

Re: Forwarding and File Download problem

2002-11-21 Thread Eddie Fung
The reference you refer to is for upload, so I am a bit confused as you talk about download. I believe the issues are the same and the previous posting appears to describe the same behavior..Simply that the data stream seems to 'prevent', in some way , the processing of the rest of the code

RE: name of zip file???chuck cavaness book

2002-11-21 Thread James Mitchell
-Original Message- From: Shalu Goel [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:12 AM To: Struts Users Mailing List Subject: Re: name of zip file???chuck cavaness book Thanks James to bring it to my notice!!! I truly appreciate ur sentiments I promise!! i

Re: moving from struts-b2 to actual nigthly build...

2002-11-21 Thread Andreas Langmann
It works now... but i can't say exactly, what i've changed... the main struts-config file was correct, but in the sub-apps config files were differences... i think, i need in every config-file in every tiles-plugin-definition the same set (all) of tiles-def-files. thanks, Andreas -- To

Re: [Struts Tip] #16 How to (not) check a radio button

2002-11-21 Thread shakeel . mahate
Hi Ted, In your example for Struts beta2 you show that the collections of label and value is initialized in the Action. Is it better to perform this functionality in the ActionForm bean? -Shakeel Ted wrote: Each radio button element requires an assigned value that distinguishes it from

RE: IE's autocomplete

2002-11-21 Thread Jarnot Voytek Contr AU HQ/SC
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/forms/aut ocomplete_ovr.asp It's disabled by adding autocomplete=off to the form tag or to an input tag. AFAIK, this means that the struts-html taglib would have to support the autocomplete attribute for html:form and html:text.

RE: Html:select doesn't select correct element..

2002-11-21 Thread Beeson, Ashley
Yes, I've checked this by printing out the value in the JSP and cross referencing it with the html option value=blah in the source generated. I can only assume that for some reason on that one page the comparison is failing. I have no idea why. I've checked that there are no spaces / hidden

Index Based Names in Iterate Tag

2002-11-21 Thread Cohan, Sean
I want to present a collection of beans using the logic:iterate tag. One of the fields in the collection is another collection of beans. This second collection of beans I want presented in an html select object. In my Action Class, I'd like to iterate through the first collection creating http

RE: Index Based Names in Iterate Tag

2002-11-21 Thread Cohan, Sean
Where I say indexOf below, I meant to say indexId. Thanks again. -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 8:44 AM To: Struts (E-mail) Subject: Index Based Names in Iterate Tag I want to present a collection of beans using the

RE: Strutstest with tiles - verifyForward behavior

2002-11-21 Thread Pete Gieser
I also notice that a bug has been filed by another individual on sourceforge that is displaying this same behavior...so I guess you are right. Pete -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Thomas Quas Sent: Tuesday, November 19, 2002 1:38 AM To: [EMAIL

RE: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread Chappell, Simon P
I think (hope?) that it's a joke Andrew. Although the subject line makes me think that it might be real and therefore very, very worrying. Simon - Simon P. Chappell [EMAIL PROTECTED] Java Programming Specialist

JSTL in Struts.

2002-11-21 Thread ROSSEL Olivier
I wish to use JSTL taglib in my project (Struts 1.1b2). I have read on the mailing-list that latest versions of Struts contain Struts-EL. I understood that this Struts-EL is an implementation of JSTL. But it requires the nightly builds. It seems that Sun and Jakarta Taglibs also provide JSTL.

Re: Index Based Names in Iterate Tag

2002-11-21 Thread Patrice
I think that you can use a scriplet to define the property name: % String property = null; % logic:iterate ... indexID=index html:select property=key % property = select + index; % html:options collection=%= property % property=id labelProperty=description / /html:select

RE: extension provided to read configuration from database instead of XML

2002-11-21 Thread C.K
Thanks, is your system using it in this way ? -Original Message- From: Igor G. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:01 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: extension provided to read configuration from database instead of XML you

RE: JSTL in Struts.

2002-11-21 Thread Hohlen, John
The Struts-EL supports EL just like JSTL. But the Struts-EL project is all the Struts custom tags you're used to, less functionality covered by tags in the JSTL. In essence, it forces developers to use the JSTL for certain functionality instead of relying on the Struts tags. This how this would

RE: JSTL in Struts.

2002-11-21 Thread ROSSEL Olivier
The Struts-EL supports EL just like JSTL. But the Struts-EL project is all the Struts custom tags you're used to, less functionality covered by tags in the JSTL. In essence, it forces developers to use the JSTL for certain functionality instead of relying on the Struts tags. This

Page flow diagrams for Struts

2002-11-21 Thread Nick Sharples
Hi all, I was wondering if anyone has a good diagramatic representation of page flow that also captures forms and Action processing from submit buttons and links. I've have my own representation of course, but I was wonder what other people do. I suppose what I'm really after is a good story

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread David Graham
I like how it extends Exception which forces you to catch it. It seems like java has this already...maybe NullPointerException? At least that's a RuntimeException. Can you imagine having to catch all of the situations an object might be null? Tell your friend I'm sorry for him :-). David

RE: JSTL in Struts.

2002-11-21 Thread David Graham
I believe Struts-EL (and any other EL tags) also require a servlet 2.3 container. David From: ROSSEL Olivier [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: JSTL in Struts. Date: Thu, 21 Nov 2002 15:40:29

RE: JSTL in Struts.

2002-11-21 Thread Hohlen, John
JSTL requires JSP 1.2 or higher. I don't use Tomcat, so I do know much about it. More specifically, I don't know if it has JSTL support built-in, or whether it still requires importing the JSTL reference implementation from Jakarta. I'm currently using the JSTL reference implementation (1.0.2),

Re: Page flow diagrams for Struts

2002-11-21 Thread Mark Lepkowski
napkins work well. they are usually folded so you can open them for more writing surface. the drawback is the paper is thin and sometimes will tear, but if you use ballpoint the advantage is it can be used to wipe coffee spills. - Original Message - From: Nick Sharples To:

RE: IE's autocomplete

2002-11-21 Thread david . heagney
Thanks Robert... I realise Struts is a server side framework but take the Struts notation for say an input box e.g. html:text property=name size=35/ It supports the attributes 'alt', 'disabled' and various Javascript-specific extensions which are not all supported or rendered the same in

Re: Page flow diagrams for Struts

2002-11-21 Thread Jeff_Mychasiw
*** MS Visio ** Bubbles, Boxes and Arrows. and whatever else.. I am interested in this tool: http://www.alien-factory.co.uk/struts/struts-index.html It allows you generate config files from the diagrams as well as reverse engineer your existing config files. I have not actually used it

RE: IE's autocomplete

2002-11-21 Thread edgar
The tags are pretty simple, I would submit a bug report as an ENHANCEMENT with a diff of the changes required to render the attribute. Edgar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:50 AM To: 'Struts Users Mailing List'

Runtime dynamic form/jsp from XML

2002-11-21 Thread Andrew B Forman
project: create an xml-driven set of screens within the struts framework. concept: we're attempting to create a rapid-release framework for rolling out new products. the idea is to have a portion of the framework driven by xml. the xml would contain information on what fields to display to the

Re: InputStream from FormFile - OK now

2002-11-21 Thread Michael Lee
Hey! Dont post a question, then find a solution without sharing! If you figure it out, share the love! - Original Message - From: Huynh Ngoc Huy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 11:18 PM Subject: Re: InputStream from

RE: IE's autocomplete

2002-11-21 Thread Michael Delamere
Hi David, I haven´t personally needed this yet, however I suppose there is a workaround until the struts developers update the tag. The only other way that I can think of is to use a normal input field with bean:write ... ignore=true/ for the value attribute. I assume you don´t need to have

OT: IE's autocomplete

2002-11-21 Thread Vincent Stoessel
[EMAIL PROTECTED] wrote: Thanks Robert... I realise Struts is a server side framework but take the Struts notation for say an input box e.g. html:text property=name size=35/ It supports the attributes 'alt', 'disabled' and various Javascript-specific extensions which are not all supported or

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread Kevin . Bedell
Call me crazy, but I can see how this may be useful. NullPointerException on its own subclasses RuntimeException. This means that you are not required to catch runtime exceptions or declare them with a throws clause of a method. But there are times where having an object be null may have a

RE: IE's autocomplete

2002-11-21 Thread Chen, Gin
In the meantime why don't you just disable it like so: (assuming you have only one form) html:html head html:base / script function disableAutoComplete() { document.form[0].autocomplete=off;

RE: IE's autocomplete

2002-11-21 Thread Michael Delamere
-Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 21. November 2002 16:22 To: Struts Users Mailing List Subject: OT: IE's autocomplete [EMAIL PROTECTED] wrote: Thanks Robert... I realise Struts is a server side framework but take the Struts

getting select tag data from ActionForm

2002-11-21 Thread meissa . Sakho
Hi all, I define a multiple select tag in my jsp like this : html:select property='selectedCodes' size=4 multiple=true html:options name='fundOptionCodes' labelName='fundOptionLabels' / /html:select name and label are objects in the session. I would like to capture selected datas

Re: Runtime dynamic form/jsp from XML

2002-11-21 Thread tnist
Andrew, You may want to have a look at STXX. It is available at http://www.openroad.ca/opencode/stxx. Here is a generial description from the site: Struts for transforming XML with XSL (stxx) is an extension of the struts framework to support XML and XSL without changing the functionality of

Workflow Extention

2002-11-21 Thread Jordan Thomas
Hi All, I am using the workflow extention to create my workflows. It seems that when I am in the middle of a workflow, there is no way to allow the user to jump out of the workflow into another area of the application. I have tried specifying a * and a *.do as a nextPath parameter but that

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread David Graham
Generally, methods shouldn't return null they should throw an exception. If I wanted to spend my time checking function return codes I would use C. It's perfectly acceptable to have a NoDataAvailableException if that describes the problem (NullObjectException describes nothing more than

Workflow Extention

2002-11-21 Thread Jordan Thomas
Hi All, I am using the workflow extention to create my workflows. It seems that when I am in the middle of a workflow, there is no way to allow the user to jump out of the workflow into another area of the application. I have tried specifying a * and a *.do as a nextPath parameter but that

RE: IE's autocomplete

2002-11-21 Thread David Graham
Struts tags will not render any client specific attributes. The tags conform to the HTML 4.01 spec. The autocomplete attribute is IE specific and therefore won't be supported by Struts. It would be pretty easy to extend a Struts tag to support this attribute if you are using IE. David

Re: Page flow diagrams for Struts

2002-11-21 Thread Brian Hickey
Nick, Aside from the lighthearted ribbing, did you want a UML diagram? Brian Hi all, I was wondering if anyone has a good diagramatic representation of page flow that also captures forms and Action processing from submit buttons and links. I've have my own representation of

RE: IE's autocomplete

2002-11-21 Thread David Graham
You're the first person I've ever heard say they like Netscape 7! Truly amazing considering it's a memory hog and very slow. Whatever floats your boat ;-) ... My favorite Netscape 7 feature: the install puts about 500 AOL, RealPlayer, and Netscape icons all over your hard drive. If we

Re: How to access the Struts ConnectionPool from an ActionForm

2002-11-21 Thread Steven Citron-Pousty
The servlet is null. So then how and what do I tell the actionform is its servlet. Thanks, Steve PS I still am interested in ppls view on whether all DB calls are model or there is a case when you could consider the DB call view Jagdish Arora wrote: Steven, since you are getting a NPE, could

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread Vilya Harvey
- Original Message - From: [EMAIL PROTECTED] Call me crazy, but I can see how this may be useful. You're crazy. :-) NullPointerException on its own subclasses RuntimeException. This means that you are not required to catch runtime exceptions or declare them with a throws clause of a

RE: IE's autocomplete

2002-11-21 Thread Chen, Gin
that makes sense. but how about including an attributes tag that allows a map of attribute name/values? that might be helpful while maintaining the whole not render any client specific attributes. -Tim -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread John Owen
According to Effective Java, it is a better practice to throw an exception rather than return null. This book makes for good reading. - Original Message - From: Vilya Harvey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 10:06 AM

muliple select lists and DynaActionForms

2002-11-21 Thread Watkins, Herb
Hello, I am having trouble with the submitted results of the html:select where multiple=true. I have the form defined as a DynaActionForm with the property in question defined as an ArrayList of the ids to pre-select. The pre selection works fine but when I submit the form, the exception below

RE: IE's autocomplete

2002-11-21 Thread Michael Delamere
I personally like the tabbing feature! ;-) Plus it´s only the startup that´s slow, after that it´s ok. I agree though on 2 points: 1. I hate the profile crap that you have to go through everytime you install netscape. 2. The additional software is a bit of a pain. Anyway Netscape 7, like

Tiles newbie

2002-11-21 Thread Brian Hickey
A coworker asked the following question Can I implement Tiles as a stand alone? I was busy so I said Not likely and we are only in production with 1.0.2 A quick search (if there is such a thing) of the archives reveals a lot of Tiles info, but nothing specific to his question. Does anyone know

RE: getting select tag data from ActionForm

2002-11-21 Thread Karr, David
Make selectedCodes be either a String[] or Collection in your ActionForm. Make sure your accessors/setters reflect that. That will allow the ActionForm value to be automatically populated from the request parameters, and will fill in all the selected items when the view is rebuilt.

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread Mark_StGodard
ditto on Effective Java, its a MUST READ (When Gosling says this book was useful to him (comments on back of book)... it says something) mark John Owen [EMAIL PROTECTED] on 11/21/2002 10:13:04 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:Struts Users

RE: Tiles newbie

2002-11-21 Thread Ahearn, Denis
I have never tried it, but this website implies that Tiles can run without Struts http://www.lifl.fr/~dumoulin/tiles/ -Original Message- From: Brian Hickey [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 10:21 AM To: Struts Users Mailing List Subject: Tiles newbie A

Re: Tiles newbie

2002-11-21 Thread Vid Desibhatla
There is a nice website about tiles at http://www.lifl.fr/~dumoulin/tiles It talks about the standalone features also. Thanks, Vid [EMAIL PROTECTED] 11/21/02 10:21AM A coworker asked the following question Can I implement Tiles as a stand alone? I was busy so I said Not likely and we are

[OT] Re: IE's autocomplete

2002-11-21 Thread David Graham
Check how much memory Netscape is consuming and compare that to IE and Opera. It's at least 10 MB higher! I can't live without tabs so I use Opera which is a million times better than Netscape. If you don't want to pay then I would use Mozilla. David From: Michael Delamere [EMAIL

set a html:checkbox checked

2002-11-21 Thread Oliver Kersten
Hi, how can I set a checkbox checked during creation in the JSP. In HTML I would do it like this: input type=checkbox name=mycheck checked But I can't find that for the struts tag: html:checkbox property=mycheckcheck it/html:ckeckbox And can I use the value true to set a checkbox checked.

Re: Tiles newbie

2002-11-21 Thread Cedric Dumoulin
Yes, Tiles can work without Struts. You need to initialize the definition factory yourself if you use definitions. This can be done with a special servlet. In the distribution on original site (http://www.lifl.fr/~dumoulin/tiles/), there is a blank-tiles.war file that do exactly that.

RE: [OT] Re: IE's autocomplete

2002-11-21 Thread Jarnot Voytek Contr AU HQ/SC
You guys really need to try Phoenix (it is just the Mozilla browser - no extraneous crap), it's lightning-fast for me: http://www.mozilla.org/projects/phoenix/ -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 10:26 AM To: [EMAIL PROTECTED]

Problem with application scope data

2002-11-21 Thread Jorge Ruben Macias Lopez
Hi, I've been reading through the lists archive and still can't find the way to make this work. I'm doing the following: - Created a subclass from ActionServlet, with the following code: public class IDCVActionServlet extends ActionServlet{ public void init() throws ServletException {

RE: Tiles newbie

2002-11-21 Thread Hue Holleran
Yes, we were using Tiles (just) before Struts - and then went to use Struts+Tiles. The only aspect AFAIK that will not be available is using Tiles as Struts forwards. There was also a thread about using Tiles with Struts 1.0.2 - try ng apache.struts on news server news.basebeans.net and look for

RE: IE's autocomplete

2002-11-21 Thread David Graham
How would this attributes tag work/look like? Can you post an example of what you're thinking of? Dave From: Chen, Gin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: IE's autocomplete Date: Thu, 21 Nov

Help with custom validation please

2002-11-21 Thread Alvarado, Juan (c)
I've written a simple custom validator that is working just fine. However, when the validation returns back to the page to display the error message to the user, all I get is the following: ???en_US.errors.ordersearch??? I know that key errors.ordersearch is in the

Problem with html:option

2002-11-21 Thread Yann Verlynde
Hello, This code doesn't work. How can I do I put a bean value in my option tag? html:option value='bean:write name=cmp property=CMP_ID/' Thanks in advance Yann VERLYNDE Ingénieur d'Etudes Oxade Ingénierie 13, Place Kossuth 75009 PARIS Tel : 01 42 82 99 38 Fax : 01 42 82 99 35

Re: [OT] How to tell when a project you are on is in trouble

2002-11-21 Thread Kevin . Bedell
- Original Message - From: [EMAIL PROTECTED] Call me crazy, but I can see how this may be useful. You're crazy. :-) You're right. What was I thinking? --- This e-mail message (including attachments, if

RE: Problem with html:option

2002-11-21 Thread Sri Sankaran
Have you tried bean:define id=foo name=cmp property=CMP_ID/ html:option value=%=foo% Sri -Original Message- From: Yann Verlynde [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 12:28 PM To: Struts Subject: Problem with html:option Hello, This code doesn't work. How can

Re: Problem with html:option

2002-11-21 Thread Yann Verlynde
Sorry but I doesn't work this is my complete code. html:select property=select_CMP onchange=submit() html:option value=0Choisissez votre cadre emplois/html:option logic:iterate name=CMP id=cmp type=com.oxade.struts.javabean.CadreEmploi html:option value=bean:write name='cmp'

RE: not render any client specific attributes [was: IE's autocomplete]

2002-11-21 Thread James Mitchell
Gin Chen, is this what you were thinking? !--Might work with either Map or Collection.-- % ArrayList list = new ArrayList(); list.add(customField1, anything I may need); list.add(customField2, other stuff); pageContext.setAttribute(customHtml, list); % First Name:html:text

Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
Has anyone successfully subclassed the FormBeanConfig associated with a form-bean element? For example: form-bean name=myForm type=org.apache.struts.action.DynaActionForm className=mypackage.MyFormBeanConfig . . . /form-bean When I try this, I get the following

RE: Problem with html:option

2002-11-21 Thread Karr, David
Ah, you should be using html:options, to replace your logic:iterate, and the nested html:option and bean:write. It will handle all of that. Read the API description. You can also see some examples of this in the struts-exercise-taglib application in the Struts distribution. -Original

RE: not render any client specific attributes [was: IE's autocomplete]

2002-11-21 Thread edgar
I believe this will be in JSP 2.0 as an option in the TLD. Mark Roth wrote One thing we did notice is that struts tags have a LOT of attributes :) Many of them simply echo their value straight to HTML. We've added a feature to JSP 2.0 called dynamic attributes to help reduce the number

Tiles

2002-11-21 Thread Vid Desibhatla
I am new to tiles and struts. I want to customize views based on roles. For instance, one department should access on their departments pages. With each department, the views for a manager should be different from a subordinate. Basically, I would like to control access to information.

RE: not render any client specific attributes [was: IE's autocomp lete]

2002-11-21 Thread Chen, Gin
Actually thats pretty much what I was thinking :) Except that it would have to be a map as list doesnt support the key/value pairings. Unless of course we use the LabelValueBean(?) just a thought -Tim -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
For working on the distribution itself: 1. Create a new project (from the Project Manager window) 2. Download the struts source distribution (or use built-in cvs to get the module) 3. Extract to a local drive (if on windoze, try not to have spaces in the directory (such as C:\My Documents)

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread Karr, David
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] One definite advantage Eclipse has over NetBeans is that Eclipse is built using SWT (Standard Widget Toolkit). That means that the IDE is written in Java, but the underlying framework uses native JNDI calls the

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
-Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:36 PM To: Struts Users Mailing List Subject: RE: Can anybody tell how to setup struts in Netbeans IDE -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]]

RE: How to access the Struts ConnectionPool from an ActionForm

2002-11-21 Thread Assenza, Chris
Steve, If memory serves, I don't think you can get the ActionServlet (thus the servlet) from the Form; but it's been a long time since I last looked at that stuff and I may well be incorrect on that - it's just a guess. As for the db call issue, it makes more sense for something like that to be

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
Apparently, you are trying to use a 'message resources under key ui' and it is not found :/ Have you validated that it is there? Can you post your Dyna extension? -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread Andy Kriger
Out of curiosity, how well does Eclipse run on old hardware. I have a Pentium laptop w/96M RAM - NB is my usual IDE but that's right out, even JEdit is a bit painful to work it. thx -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 13:31

Self reference in optionsCollection

2002-11-21 Thread David Morris
How do you reference this in an optionsCollection (or any standard tag for that matter)? The nested tags support a special notation of ./ or this/, which doesn't appear to carry through to standard tags. Thanks, David Morris -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
Well, I would know. When I bought this laptop months ago, I gave my old one away. It was a PII 233 w/64MB. I ran NetBeans on it one time..and never tried it againLOL. That was about the most painful thing I've watched in quite a while. I thought I was smelling smoke for a few minutes.

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
Yes, my struts-config.xml has the following definition in it: message-resources key=ui null=false parameter=/WEB-INF/conf/UserInterfaceResources factory=com.mycompany.util.SpecifiedPropMsgResourcesFactory/ The application where I am trying to subclass the

  1   2   >