Missing configuration resource for path /WEB-INF/struts-config.xml

2002-12-16 Thread Istikhar Ahmad
Hello, I am getting the follwoing error with Struts verions 1.1 beta 12/14 00:48:24 info (JRun) action: Loading application resources from resource helloworld.HelloWorldResources 12/14 00:48:24 info (JRun) action: Initializing configuration from resource path /WEB-INF/struts-config.xml 12/14

RE: logic:iterate

2002-12-16 Thread Wilson, Les J SI-FSIA
Hi Cathy, We use the jsptags pager as well and have not had any problems - we are still using v1 of struts. The jsp snippet below works without any blank lines in the source - can't really see much difference between the two, only the offset and the url seem to be different. pg:pager

DynaActionForm population

2002-12-16 Thread Pete Gieser
I am having a problem with the following design. In my jsp, i'm using the html:submit tag with property=action, but I find that when I want to cancel, I can't prevent the RequestProcessor from trying to copy the request form values into a new DynaActionForm. The problem is that when cancelling,

Search list

2002-12-16 Thread Pete Gieser
I may have missed this, but why is searching on the user list not working? Pete -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

picking up alert mssg from properties file

2002-12-16 Thread Deepika Malik
Hi, we pick up a label from property file in this fashion bean:message key=label.MeterNumber/ how would i pick up an alert message in similar fashion to use in javascript validation thanks in advance, Deepika -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: logic:iterate, length, offset

2002-12-16 Thread Ahmed ALAMI
check the pager taglib. It's a good tool for pagination. -Message d'origine- De : Cathy Osekizoglu [mailto:[EMAIL PROTECTED]] Envoyé : Friday, December 13, 2002 9:10 PM À : Struts Users Mailing List Objet : logic:iterate, length, offset Hi: I have 12 items in a collection. I want to

Can I pass parameter to getter method of bean?

2002-12-16 Thread Sutiwan Kariya
Can I pass parameter to getter method of bean? the bean:define has only name and property attribute but do not has the door the send the parameter to property example, I has the personForm which has name attribute I want to define getter method such getName(int language)... Can I? Wait wait

RE: Struts-config.xml

2002-12-16 Thread shirishchandra . sakhare
struts 1.1 already supports that.But I am not sure if u want to use struts 1.1 as of yet as its not that stable But we are using struts 1.0 for a fairly large application (some 300 pages and 150 actions).As u said, struts config becomes big and managing it in a big team is a bit of problem

RE: Struts-config.xml

2002-12-16 Thread Andrew Hill
lol. Its far more stable than 1.0.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 18:03 To: [EMAIL PROTECTED] Subject: RE: Struts-config.xml struts 1.1 already supports that.But I am not sure if u want to use struts 1.1 as of yet

RE: [ANNOUNCEMENT] Commons Validator 1.0.1 Released

2002-12-16 Thread Heligon Sandra
To update the Struts-validator, do we just have to replace the commons-validator.jar file delivered with Struts by the new file available in the validator-1.0.1.zip ? -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: 16 December 2002 05:15 To: [EMAIL PROTECTED];

Replacement values

2002-12-16 Thread Mohan Radhakrishnan
Hi, I am trying to iterate over values in my form bean. logic:iterate id=item name=myForm property=x bean:message key=somevalue arg0=item/ /logic:iterate The above prints the string item for the replacement value. Shouldn't it print the value iterated over the

Struts-EL contrib library

2002-12-16 Thread Heligon Sandra
Where can I download and find documentations about the Struts-EL contrib library ? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Browsing a static site from inside a tile.

2002-12-16 Thread ROSSEL Olivier
I have a tiles page with two tiles: left part is a menu (slashdot, linxufr, amazon, myStaticHtmlSite...) right part should be the content of the site that I can browse inside this tile. The idea is to reproduce the system of frames with tiles. I wonder how I could do that? May be the right tile

Re: Search list

2002-12-16 Thread Sutiwan Kariya
Me too,. Me too,. Sutiwan Wannapongsai Application Development Thai Information Technology Co.,Ltd. Tel: 0-2633-7657 E-mail : [EMAIL PROTECTED] Pete

Re: Struts-config.xml

2002-12-16 Thread usha
Hi do u mean that i can use the verison 1.1 now. then how it solves my problem then usha Andrew Hill wrote: lol. Its far more stable than 1.0.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 18:03 To: [EMAIL PROTECTED] Subject:

RE: Struts-config.xml

2002-12-16 Thread Andrew Hill
1.1 is officially still in beta (b2 with b3 any time soon) at the moment, but if thats not a 'political' problem it has far more functionality , and in my opinion is stabler (I could be wrong) than the ancient 1.0.2 One of the new features is an ability to split your application into multiple

StrutsCX

2002-12-16 Thread Lenharcik, Juraj
Hi all, does anyone has done something with struts CX? I would be interesstend in any experiences. What are the (dis)advantages to the cocoon concept? thanks, juraj -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to hide link-url in status bar?

2002-12-16 Thread Martin . Ramsel
Hi, is it possible to hide link-url in status bar with struts? I don't want to use JavaScript. thanks Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How to hide link-url in status bar?

2002-12-16 Thread Stephen . Thompson
Hello, Have you tried using a hidden frame?? Regards, Stephen. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 16 December 2002 11:38 To: [EMAIL PROTECTED] Subject: How to hide link-url in status bar? Hi, is it possible to hide link-url in status bar

RE: How to hide link-url in status bar?

2002-12-16 Thread Andrew Hill
I think he means the status bar at the bottom of the browser window rather than the addres bar at the top? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 19:40 To: [EMAIL PROTECTED] Subject: RE: How to hide link-url in status bar?

Antwort: RE: How to hide link-url in status bar?

2002-12-16 Thread Martin . Ramsel
Hi, you are right, I mean the status bar at the bottom. Regars Martin Andrew Hill

RE: How to hide link-url in status bar?

2002-12-16 Thread Stephen . Thompson
Opps I misread it - Sorry. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: 16 December 2002 11:46 To: Struts Users Mailing List Subject: RE: How to hide link-url in status bar? I think he means the status bar at the bottom of the browser window rather than the

RE: [FRIDAY] Best error message ever

2002-12-16 Thread Nelson, Laird
-Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] FILE SYSTEM FUKT: Call RMS Oh, that's priceless. I'm just picturing the matter/anti-matter explosion that would have resulted had RMS showed up in a room full of generals. Cheers, Laird -- To unsubscribe, e-mail:

RE: [FRIDAY] Best error message ever

2002-12-16 Thread Nelson, Laird
-Original Message- From: Peter S. Hamlen [mailto:[EMAIL PROTECTED]] Please investigate yourself? Do you need to hire a private investigator to run a background search on yourself? :) I just like the fact that it apparently should be the type of self-investigation that could get

TAG PROBLEM

2002-12-16 Thread Shabbir Khadir Mohammed
Hi Friends Iam getting the follwoing Error. What could be the Reason? Iam using weblogic5.1 as Application Server. * Parsing of JSP File '/Sample Hello.jsp' failed:

RE: How to hide link-url in status bar?

2002-12-16 Thread Andrew Hill
I dont think its possible without js - that said, I think you may be able to use js to do it for those browsers that support it, in a way that doesnt affect functionality on non-js supporting browsers. non-js browsers would just ignore an onmouseover= attribute right? (You better test that advice

Struts validating with beta2 not working for server-side validation

2002-12-16 Thread Kwabla, Bens
Hi All! When I switch from client-side to server-side validation, the validation is not effected. Now I called super.validate(..) in the validate(..) method of my formbean (derived from ValidatorForm) and logged out errors.size() which turned out to be 0, apparently indicating that my errors

RE: TAG PROBLEM

2002-12-16 Thread Robert Taylor
I'm not clear how this relates to Struts, but it looks like it is a problem with your deployment descriptor as the error message indicates. Does your deployment descriptor for your application define the tag library? Is the uri attribute correct in your JSP scriplet? robert -Original

Re: picking up alert mssg from properties file

2002-12-16 Thread Peter A. Pilgrim
Deepika Malik wrote: Hi, we pick up a label from property file in this fashion bean:message key=label.MeterNumber/ how would i pick up an alert message in similar fashion to use in javascript validation Why is your email date time 6 months behind the rest of the world (01/06/2002)? And can

Re: StrutsCX

2002-12-16 Thread Jacob Hookom
Struts CX is currently not threadsafe, it will be fixed in the next release. - Original Message - From: Lenharcik, Juraj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 16, 2002 5:29 AM Subject: StrutsCX Hi all, does anyone has done something with struts CX? I would be

RE: Struts validating with beta2 not working for server-side validation

2002-12-16 Thread Michelle Harris
I too haven't been able to get server-side validation to work. Although I have been using a different release. When I use validator-1.0 from dwinterfeldt's site, using server side validation results in nothing being validated as described in Bens Kwable message. Thanks, Michelle Harris

Re: Struts-config.xml

2002-12-16 Thread James Holmes
You can use the Struts Console for making easy work of managing a large config file. http://www.jamesholmes.com/struts/ -james --- usha [EMAIL PROTECTED] wrote: Hi I am new to the Struts, testing some sample applications. we want to implement the struts in our existing project. right

RE: TAG PROBLEM

2002-12-16 Thread Brian DeLuca
put the tld in WEB-INF directory and change your reference in the jsp to uri=/WEB-INF/oreillySample.tld --- On Mon 12/16, Shabbir Khadir Mohammed wrote:From: Shabbir Khadir Mohammed [mailto: [EMAIL PROTECTED]]To: [EMAIL PROTECTED]: Mon, 16 Dec 2002 17:26:38 +0530Subject: TAG

Re: [FRIDAY] Best error message ever

2002-12-16 Thread Eddie Bush
Nelson, Laird wrote: -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] FILE SYSTEM FUKT: Call RMS Oh, that's priceless. I'm just picturing the matter/anti-matter explosion that would have resulted had RMS showed up in a room full of generals. LOL - Have you ever

Multiple message resources

2002-12-16 Thread Jose Gonzalez Gomez
Hi all, From the struts-config DTD it seems you can include several message resources in a module. Anyway, it seems Struts always try to get messages from only one bundle, the one stored under Globals.MESSAGE_KEY/module, unless you specify another key, for example, in the bundle

RE: Replacement values

2002-12-16 Thread Sri Sankaran
I believe that replacement values are interpreted as Strings. Also, quoting Craig from an earlier post: ...the logic:iterate tag does not create a scripting variable. It only stores the current element you are iterating over in the attribute defined by name Given that, a quick solution

RE: Replacement values

2002-12-16 Thread Jorge Martins
How about: logic:iterate id=item name=myForm property=x bean:message key=somevalue arg0='%= request.get(item) %'/ /logic:iterate Wouldn't that do the trick? inesc-id Jorge Martins | [EMAIL PROTECTED]

RE: Replacement values

2002-12-16 Thread Siggelkow, Bill
DId you try ... logic:iterate id=item name=myForm property=x bean:message key=somevalue arg0=%=item%/ /logic:iterate -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 9:19 AM To: Struts Users Mailing List Subject: RE: Replacement values

RE: Replacement values

2002-12-16 Thread Sri Sankaran
A follow-up to my earlier post: Looking back at the message from Craig, I think he was referring to the 'id' and not the 'name'. I suppose I can write a quickie test. Jorge's suggestion may work but I doubt if it ('item') is of request scope. Worth a try. Sri -Original Message-

RE: Struts-config.xml

2002-12-16 Thread Toni
You can also use XML entities to split up any XML file, example below. I have not use this with 1.0.2 but it works fine with 1.1b2 and I don't see why it wouldn't work with 1.0.2. Good luck. ?xml version=1.0 encoding=UTF-8? !DOCTYPE struts-config PUBLIC -//Apache Software

RE: Monkey Struts

2002-12-16 Thread Toni
Try replacing the libraries with those from struts 1.1b2 and I believe you may have to edit the web.xml file to point to struts-nested.tld. -Original Message- From: Jonathan Holloway [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 9:27 AM To: [EMAIL PROTECTED] Subject:

Cannot find bean null in scope session

2002-12-16 Thread randy
I'm having a problem getting struts to validate a .jsp page using a bean. I get the message Cannot find bean null in scope session whenever the submit button is clicked on the page. I have scope=request turned on in the struts-config.xml file. The validate works correctly on other pages which

RE: Replacement values

2002-12-16 Thread Kris Schneider
logic:iterate id=item name=myForm property=x type=String bean:message key=somevalue arg0=%= item %/ /logic:iterate or: logic:iterate id=item name=myForm property=x bean:message key=somevalue arg0=%= (String)item %/ /logic:iterate Quoting Sri Sankaran [EMAIL PROTECTED]: A follow-up to my

RE: TAG PROBLEM

2002-12-16 Thread Ahmed ALAMI
May be it's due to the descriptor of the deployement file: web.xml check the uri of the oreillySample taglib. If u did this, I think u have this code in the web.xml file taglib taglib-uri/oreillySample.tld/taglib-uri taglib-location/WEB-INF/.../oreillySample.tld/taglib-location

Re: StrutsCX

2002-12-16 Thread V. Cekvenich
Errr... I'll bite: What is Struts CX? .V Jacob Hookom wrote: Struts CX is currently not threadsafe, it will be fixed in the next release. - Original Message - From: Lenharcik, Juraj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 16, 2002 5:29 AM Subject: StrutsCX Hi

Lifecycle of a request object

2002-12-16 Thread randy
Can someone tell me where to find documentation on the lifecycle of a request object within the struts framework? I've been looking through the documentation but haven't come across this reading as of yet. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Javascript/Taglib usage

2002-12-16 Thread Louis Proyect
Can somebody point me in the right direction for a tutorial or documentation on using javascript within a struts jsp? The Taglib HTML API is rather sketchy. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Lifecycle of a request object

2002-12-16 Thread shirishchandra . sakhare
Hi, Struts uses HTTpRequest object as it is.So it behaves exactly the same like a httpRequest(VAlid for one http transaction...Available form the time the client sends a request to the server till the response is commited).Also it will be available if u do any forwards etc. What is it exactly

idName seems to affect current form bean

2002-12-16 Thread Ulrich Winter
Hi, I'm iterating to create some html:radio inputs. The form bean has one property searchType which is to receive the radio selection. In addition to that it contains a property searchTypes which is a Map which holds the allowed values and the corresponding labels. Now, the following works fine:

RE: Javascript/Taglib usage

2002-12-16 Thread Siggelkow, Bill
Can you be more specific? Do you mean using Validator? or just invoking event handlers (onclick, etc.)? or dynamically generating JavaScript? -Original Message- From: Louis Proyect [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 10:52 AM To: Struts Users Mailing List

Re: Lifecycle of a request object

2002-12-16 Thread Randy Germany
Thanks for the response. What I'm trying to do is validate the page using the struts validate method which I have overridden. In using System.out.printlns() to debug the application, the validate receives the ActionMapping object and HttpServletRequest objects as arguments. If I do a printout of

RE: Re: Lifecycle of a request object

2002-12-16 Thread shirishchandra . sakhare
Cannot find bean null in request scope Where do u get this message?Do u mean when the validation fails u get this message after forwarding to the jsp? In using System.out.printlns() to debug the application, the validate receives the ActionMapping object and HttpServletRequest objects as

Multiple submit buttons

2002-12-16 Thread Heligon Sandra
I know that this topic with already evoked in the preceding messages, but I have evil to make a synthesis. When a form has several buttons submit (save, update, delete, cancel, create ...) to perform the action, but what it is the best method? 1) input type =

RE: Struts-EL contrib library

2002-12-16 Thread Karr, David
Well, normally Struts-EL is part of the nightly build. We're currently having an unknown problem that is causing it to be missing from the nightly build. The nightlies from 12/7 and before have it, and also on 12/15, but we appear to have lost it again on 12/16. Now, on the documentation

Re: idName seems to affect current form bean

2002-12-16 Thread Ulrich Winter
Oops, there's a typo in the second example: It correctly reads key instead of key, but nevertheless the error occurs. (Thanks to juraj for this hint.) html:radio property=searchType idName=radioID value=key - Original Message - From: Ulrich Winter [EMAIL PROTECTED] To: [EMAIL

RE: Multiple submit buttons

2002-12-16 Thread Wendy Smoak
To use LookDispatchAction I must create a subclass that extends LookDispatchAction, isn't it ? Are there disadvantages to use LookDispatchAction ? The only one I've found is that it will blow up if the parameter you specify is not in the request. It's an easy fix-- I posted my code last

RE: Replacement values

2002-12-16 Thread Karr, David
As other people have described, the arg0 attribute is taken as a literal value, or as a scriptlet value. It isn't interpreted as a bean property. This is a good reason to use Struts-EL and the JSTL. Your example would look like this, using Struts-EL: logic-el:iterate id=item

RE: Forward to a servlet

2002-12-16 Thread Karr, David
That appears to be the correct structure. Make sure you get the names correct. Also note that Tomcat's jspc generates the web.xml excerpt, you shouldn't have to write this by hand. -Original Message- From: Billy Ng [mailto:[EMAIL PROTECTED]] So, should I do this? web.xml

Re: Multiple submit buttons

2002-12-16 Thread Scott Reisdorf
You are rightuse the LookDispatchAction you just need something like the followingm, where the mapping parameters represent the .properties file attributes. your jsp will look like the following: html:submit property=action bean:message key=button.lookupAmazonAuthor/ /html:submit

RE: Can I pass parameter to getter method of bean?

2002-12-16 Thread Karr, David
No, you cannot. However, it appears that you're trying to do i18n here. Don't do this in your form bean properties, do it in your resource properties. That is, store a single symbol value in your form bean, but store different display values in your properties file based on the locale.

RE: Javascript/Taglib usage

2002-12-16 Thread Louis Proyect
Can you be more specific? Do you mean using Validator? or just invoking event handlers (onclick, etc.)? or dynamically generating JavaScript? Okay, I got the impression from a co-worker that the Validator was buggy, but in a conversation I had with him just now left me with more positive

Re: Lifecycle of a request object

2002-12-16 Thread Randy Germany
I miscommunicated what I was trying to say. The request object isn't null, but an attribute in the request object doesn't look like it's ever set. This is a bean attribute inside the request object. I guess the real question I need answered is, when a form fails validation, is a new request

RE: Multiple submit buttons

2002-12-16 Thread Heligon Sandra
all the actions of my application extends a BaseAction class. It is possible that the DefaultLookupAction extends from two classes, isn't it ? I tried to do that with RationalRose but I have an error message but I think that it this problem is specific to RationalRose unless that is not

RE: Re: Lifecycle of a request object

2002-12-16 Thread shirishchandra . sakhare
no..The request object is no0t modified in any way apart from the fact that the errors object is kept in the request object so that it can be resued laeter by errors tag -Original Message- From: jrgermany [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:57 PM To:

RE: Lifecycle of a request object

2002-12-16 Thread Sri Sankaran
Upon failure of validation, the framework will attempt to *forward* to the location indicated by the input attribute of the action mapping. That is why you are able to surface the (erroneous) value(s) that the user may have entered. Sri -Original Message- From: Randy Germany

RE: [OT] Overloaded setters in JavaBeans

2002-12-16 Thread Craig R. McClanahan
On Sun, 15 Dec 2002, Carl Fyffe wrote: Date: Sun, 15 Dec 2002 23:36:05 -0500 From: Carl Fyffe [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: [OT] Overloaded setters in JavaBeans I looked all over for

RE: Struts-config.xml

2002-12-16 Thread Craig R. McClanahan
On Mon, 16 Dec 2002, Andrew Hill wrote: Date: Mon, 16 Dec 2002 19:04:33 +0800 From: Andrew Hill [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts-config.xml 1.1 is

RE: [OT] Overloaded setters in JavaBeans

2002-12-16 Thread struts
My apologies, I left that out. I have getPropertyDescriptors() as well. I tried it first, it didn't work, so I reread your initial post. From it I derived, in error, that I needed the getMethodDescriptors(). It doesn't work either :) So, then I tried both of them... still no dice. I

Messages Resources management

2002-12-16 Thread Heligon Sandra
The Web application that I develop is a under-part of a more total project with applications purely Java. I must use common project message resources (for errors or exceptions messages for example) which were not defined in a struts application properties file.

RE: StrutsCX

2002-12-16 Thread Michael Delamere
Struts with XSLT ... http://it.cappuccinonet.com/strutscx/ Regards, Michael -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of V. Cekvenich Sent: Montag, 16. Dezember 2002 16:28 To: [EMAIL PROTECTED] Subject: Re: StrutsCX Errr... I'll bite: What is Struts

html:messages not working

2002-12-16 Thread Jose Gonzalez Gomez
Hello, I'm trying to use html:messages, with no success. The curious thing about this is I have a working html:errors tag in the same page. I get the following exception when showing my jsp: [ServletException in:/pages/admin/supplier/list.jsp] Cannot find message resources under key

JDBC development

2002-12-16 Thread Tuncay Baskan (nternet Grubu)
I wonder what type of utilities you're using to simplify your development with JDBC. I'm in a project that has more than 30 tables in the DB with field counts up to 20. I fed up writing setXXX statements surrounded with try/catch/finally blocks. I'm not very experienced with JDBC bounded Java

Re: JDBC development

2002-12-16 Thread Eddie Bush
Jakarta Object-Relational Bridge (OJB) : http://jakarta.apache.org/ojb/ It won't suit all tastes, but it's one good option. Combine that with BeanUtils and you've got easily-manipulated data that doesn't tie you down to using direct JDBC ... and allows you to set the properties on an object

Re: JDBC development

2002-12-16 Thread Louis Proyect
If you are using sybase, you can read the sysobjects and syscolumns tables and generate bean codes automatically. I imagine that Oracle works similarly. At 07:50 PM 12/16/2002 +0200, you wrote: I wonder what type of utilities you're using to simplify your development with JDBC. I'm in a project

RE: JDBC development

2002-12-16 Thread Andy Kriger
The Jakarta project's Torque is another good option. It can generate an XML representation of your db and then from that generated Java objects that represent your dB. If you have FKs setup, it'll even handle object associations (for example, one object containing another object). -Original

Re: Search list

2002-12-16 Thread Ryan Olson
Try this http://www.mail-archive.com/struts-user@jakarta.apache.org/ Ryan Olson -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: JDBC development

2002-12-16 Thread Eddie Bush
Has torque ever had it's umbilical cord properly severed from Turbine? The last time I tried it (it's been quite some time) it wasn't exactly easy to use. I also seem to recall hearing there wasn't a great deal of activity on the project - all heresey, so I can't say for certain. Any idea

RE: JDBC development

2002-12-16 Thread Andy Kriger
They're separated from Turbine - you just dload Torque. And they just release v3 so they must be a little active :) I was able to get it set up and working pretty quickly. My hardest thing was getting FKs setup in psql so I could mirror object relationships. There's properties tweaking you need

RE: JDBC development

2002-12-16 Thread phil_hershkowitz
From the jakarta site: 8 December 2002 - Torque 3.0 Released The Torque Team announces the immediate availability of Apache Torque 3.0. The changelog is available here. [http://jakarta.apache.org/turbine/torque/changes.html] Binary and source distributions are available here.

How to have HTML Select inside Iterate tag

2002-12-16 Thread Ashok Madhavan
hi, In my html page i have a table and in one of the columns there will be a pull down list. The number of rows in the table is a constant. For this scenario i want to use the Struts Select tag along with the Iterate tag. I would like to have the name of the Select as '(choosestate+index)' where

RE: [OT] Overloaded setters in JavaBeans

2002-12-16 Thread struts
I thought I would do a bit of research to help out. I may be wrong about all of this (because I am just an egg/noob) but here is my go at the situation. It will never find the correct method today because PropertyUtils does not check the Type of the value. In PropertyUtils the Type of the

Re: JDBC development

2002-12-16 Thread Eddie Bush
Cool :-) Good to know. Andy Kriger wrote: They're separated from Turbine - you just dload Torque. And they just release v3 so they must be a little active :) I was able to get it set up and working pretty quickly. My hardest thing was getting FKs setup in psql so I could mirror object

Re: How to hide link-url in status bar?

2002-12-16 Thread David Graham
Struts is a server side java technology and has nothing to do with client behavior. You can easily hide the address bar using javascript by opening a new window with the right parameters. See any good js site for more info. However, I generally disapprove of hiding or breaking normal browser

Re: picking up alert mssg from properties file

2002-12-16 Thread David Graham
script type=text/javascript alert(bean:message key=label.MeterNumber/); /script David From: Deepika Malik [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: picking up alert mssg from properties file Date: Sat, 1 Jun 2002 14:26:24 -0700

Re: Struts validating with beta2 not working for server-side validation

2002-12-16 Thread Michelle Harris
I correct myself. The validation didn't appear to get called because the flag wasn't set and there were xml errors in validation.xml. My bad. Though we are still getting strange exceptionsso it's not working for us (yet). Best, Michelle Michelle Harris wrote: I too haven't been able to

RE: JDBC development

2002-12-16 Thread Phase Web and Multimedia
If you are just tired of the time it takes to code your DAO object then there is an excellent wizard for eclipse called DAO (http://www.strecl.com). It has cut my development time in half for standard JDBC development. I have used OJB on projects and it is surely a great up and coming product

Problems using !ENTITY inside struts-config.xml

2002-12-16 Thread Kelly Prudente Pereira
I'm facing a problem using entities to include two xml files in my struts-config.xml file. Both files are in the same directory I placed my struts-config.xml. If I use the complete path it does work well, but if I try the relative path it doesn't work. This works: ?xml version=1.0

struts-validator.tld

2002-12-16 Thread Louis Proyect
I have a jsp that includes: %@ taglib uri=/WEB-INF/struts-validator.tld prefix=validator % but when I compiled it, it produced errors: CO1_Enter_PONum_no_js.jsp: Could not load TagExtraInfo class com.wintecinc.struts.taglib.html.ErrorsTei: com.wintecinc.struts.taglib.html.ErrorsTei

RE: FW: Validation DTD bug? (impacts my use of Struts Console)

2002-12-16 Thread Van Riper, Mike
James, I never received any feedback, but, they did address this problem in the just announced release of the 1.0.1 version of the Commons Validator. The DTD in this version has the following DOCTYPE specification: !DOCTYPE form-validation PUBLIC -//Apache Software Foundation//DTD Commons

RE: JDBC development

2002-12-16 Thread Haseltine, Celeste
Brandon, How does the plugin your reference below compare to the free Eclipse Plugins such as EasyStruts and Lombaz for Struts/JSP development? Celeste -Original Message- From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:16 PM To: Struts Users

Compliment Frameworks

2002-12-16 Thread Steven Leija
Hey Guys, What are some good complimentary frameworks out there for struts? I'm looking to perhaps broaden my framework knowledge and looking for some recommendations so I know which direction to head too. Thanks! Steven -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

[html:rewrite] Tag not being evaluated

2002-12-16 Thread Sri Sankaran
Using Struts 1.0.2 I am finding that html:rewrites aren't being evaluated before the resulting HTML page is sent to the browser. With the result, the source of the HTML shows things like: script language='javascript' src=html:rewrite page=/scripts/qs.js/ A little background: The JSP is

RE: [html:rewrite] Tag not being evaluated

2002-12-16 Thread James Childers
Make sure you are including your taglib definitions in each included file. Whenever I have tags that are output without being parsed by the container this is usually the cause. Hopefully it's that simple. -= J I am finding that html:rewrites aren't being evaluated before the resulting HTML

Oracle DataSource Tips

2002-12-16 Thread Bradley G Smith
Since it took me several hours to catch this bug, I thought I might pass it along to anyone using Oracle as a datasource for the Struts application. The OracleDatSource and OraclePooledConnectionDataSource classes use standard Bean naming conventions for getters and setters. The url property,

RE: [html:rewrite] Tag not being evaluated

2002-12-16 Thread Sri Sankaran
After glancing over my code I was just about to reply that things were a-ok when I noticed that the jsp had the call to html:rewrite *before* the taglib directive. Without much hope, I swapped the two lines and voila! It's odd that the IDE -- which BTW complains if I don't have necessary taglib

RE: Compliment Frameworks

2002-12-16 Thread Sandra Cann
Steven A popular complementary open source framework to Struts is Expresso at www.jcorporate.com. Expresso integrates and builds on Struts, adding to it capabilities for security, robust object-relational mapping, background job handling and scheduling, self-tests, logging integration,

RE: JDBC development

2002-12-16 Thread Phase Web and Multimedia
DAO is great!. The others are still under development. I haven't used them lately. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] Sent: Monday,

validate

2002-12-16 Thread jenny zhang
Hi: This might not be the right place to post the message. But if someone can help me here, I appreciate it. I have a text field that can be ANY characters. Which method should I call to validate it? I don't think I should call isLetterOrDigit(char ch), because letter means a-zA-Z. but character

html:errors ActionErrors.GLOBAL_ERROR

2002-12-16 Thread Vijay Balakrishnan
Hi, I am doing the following in the first Action: ActionErrors errors = new ActionErrors(); errors.add(ActionErrors.GLOBAL_ERROR,new ActionError(individual.backbutton.error)); return forward; I am forwarding to another Action which in turn forwards to another

RE: validate

2002-12-16 Thread Yee, Richard K,,DMDCWEST
Jenny, If your input can contain ANY characters then what do you need to validate for? Why don't you just check for an empty string? Am I missing something here? -Richard -Original Message- From: jenny zhang [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 1:47 PM To:

  1   2   >