Re: Orkut

2004-02-08 Thread Rob McBride
I would like to join. Vic Cekvenich wrote: If you want to join Struts in Orkut Social Network send me an e-mail saying so. .V (if you do not know what it is don't worry) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

duplicate form object

2004-02-05 Thread rob rowntree
im new, i have 2 subscriptionForm objects instead of a single OID. The trace below involves these activities: 1. subscription.jsp is submitted and handled by subscriptionForm whose configuration includes: name=subscriptionForm scope=session 2. a forward occurs on name success and

RE: duplicate form object

2004-02-05 Thread rob rowntree
I made the suggested changes and still get the same result = there are 2 subscriptionForm beans instead of a single one. The properties set in saveSubscription action are no longer avaiable when the forward to Welcome.jsp occurs. config file now contains form-bean

RE: NoClassDefFoundError in custom validator

2003-11-16 Thread Rob van Oostrum
Struts shouldn't be able to do all of the reflection, especially since this is hardly pushing the envelope. Any thoughts? cheers Rob -Original Message- From: Rob van Oostrum [mailto:[EMAIL PROTECTED] Sent: November 14, 2003 6:11 PM To: [EMAIL PROTECTED] Subject: NoClassDefFoundError

NoClassDefFoundError in custom validator

2003-11-14 Thread Rob van Oostrum
in advance, Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: NoClassDefFoundError in custom validator

2003-11-14 Thread Rob van Oostrum
oops ... I'm running the Struts 1.1 binary release on jboss-3.2.1_tomcat-4.1.24 and the war file resides in an ear file. I've tried sticking jars in the ear's root and referencing them from the war file's manifest, but this gave exactly the same results. cheers Rob -Original Message

Re: Validator required not working with String[] multi-select

2003-08-04 Thread Rob Leland
Please do file a bug report. Thanks, Rob Bailey, Shane C. wrote: It sure appears that way from my code analysis. I JUST made it work though with a simple update of the commons source code. I guess I could look into submitting my update if they / anyone is interested in incorporating

Re: NoSuchMethodException

2003-08-01 Thread Rob Leland
o.a.s.validator.Resources instead for all new code. -Rob -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: August 1, 2003 1:35 PM To: 'Struts Users Mailing List' Subject: RE: NoSuchMethodException I just looked at the API, and the ValidatorUtil class

Re: extending Struts taglibs to indicate form field states

2003-07-31 Thread Rob Leland
placement, highlighting form fields for required, or error conditions, etc.. We also use this mechanism to share layout information for many of the forms, nice way to centralize this type of information. Cool ! -- - Rob Leland (703-525-3580) Choose a job you love, and you will never have

Re: AW: Show validation errors in a dialog

2003-07-31 Thread Rob Leland
-Ursprngliche Nachricht- *Von:* Dirk Behrendt [mailto:[EMAIL PROTECTED] *Gesendet:* Donnerstag, 31. Juli 2003 19:21 *An:* '[EMAIL PROTECTED]' *Betreff:* Show validation errors in an dialog Hello! What is necessary to show errors from validation not in a JSP , but in a dialog? Dirk -- - Rob Leland

Re: Transaction Token

2003-07-29 Thread Rob Leland
Joshua White wrote: I have heard the session token mentioned a few times. Does anyone have any examples on when/how to use it? Regards, Joshua Look in the struts 'example' program. I am sure it uses it. -- - Rob Leland (703-525-3580) Choose a job you love, and you will never have

Re: Can Validator javascript show more than one error at a time?

2003-07-28 Thread Rob Leland
on page 373 of Struts in Action. I'm using Struts 1.1 final and it seems the javascript won't support that? -- Rob Leland

Re: Using an extension of ModuleConfigImpl

2003-07-26 Thread Rob Leland
Rob Leland wrote: Rob Leland wrote: Karachiwala, Aslam wrote: I do use extensions of ActionConfig ForwardConfig. What I've done is implement a layer of extensions of Struts classes, in which I've added custom fields and methods that I need. I'd like to do the same for ModuleConfig

Re: Using an extension of ModuleConfigImpl

2003-07-25 Thread Rob Leland
Rob Leland wrote: Karachiwala, Aslam wrote: I do use extensions of ActionConfig ForwardConfig. What I've done is implement a layer of extensions of Struts classes, in which I've added custom fields and methods that I need. I'd like to do the same for ModuleConfig. Is that even possible without

Re: Testing Struts-Config

2003-07-24 Thread Rob Leland
, though I haven't used it: http://sourceforge.net/projects/strutstestcase/ Thanks in advance. Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rob Leland

Re: Validator validwhen

2003-07-23 Thread Rob Leland
in 1.1? I can interpret that statement either way. Nightly build only. Just because it is in the CVS HEAD doesn't mean it will be in the 1.2 release. -Rob Lukas -- Rob Leland - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Using an extension of ModuleConfigImpl

2003-07-23 Thread Rob Leland
a patch that would greatly appreciated, but not required. -Rob --aslam -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 10:41 AM To: Struts Users Mailing List Subject: RE: Using an extension of ModuleConfigImpl You can write minor extensions

Re: difference between Thread.currentThread().getContextClassLoader()and this.getClass().getClassLoader()

2003-07-22 Thread Rob Leland
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rob Leland

Re: difficult problem, preventing population

2003-07-16 Thread Rob
is not valid? Help with this problem would be greatly appreciated. Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

dificult problem, preventing population (repost)

2003-07-16 Thread Rob
this results in an IndexOutOfBoundsException. Is there any way to examine the transaction token from the form prior to the form bean being populated and then avoid population of the form bean if the token is not valid? Help with this problem would be greatly appreciated. Rob

Re: URL validation with struts???

2003-07-15 Thread Rob Leland
Prashanth.S wrote: Hi all, I need to upload a resource present at a particular location by making user enter a valid URL...How can i do URL name validation using struts???Is there anything to do so??Do i need to do this in action form or action class??[what User entered is a valid url i.e,both

Re: URL validation with struts???

2003-07-15 Thread Rob Leland
case. -Rob so it won't waste time creating a connection to a malformed url. I guess that's probably a better solution than the regex one, too, because it's simpler. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

difficult problem, preventing population

2003-07-15 Thread Rob
this results in an IndexOutOfBoundsException. Is there any way to examine the transaction token from the form prior to the form bean being populated and then avoid population of the form bean if the token is not valid? Help with this problem would be greatly appreciated. Rob

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread Rob Leland
=1w=4 there will be more detailed information. Also this should be covered in the on-line developers guide. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DispatchAction?

2003-06-19 Thread Rob
Bjorn T Johansen wrote: I am starting to use DispatchAction instead of some of my actions to simplify CRUD operations, but I have a question. How do I integrate which method to call in a html:form tag? I.e. if I could write http://localhost/app/order?method=create then it wouldn't be a problem,

Re: UML diagrams in Struts source

2003-06-15 Thread Rob Leland
Aaron Longwell wrote: Rob Leland wrote: Rahul wrote: Greetings All, As for the source, it's well-documented, explained and with UML diagrams. ah ! that reminds me .. I would like to know if these UML diagrams are being generated by an open source tool. May be I could use something like

Re: executing statements on subsets of actions without code duplication

2003-06-15 Thread Rob Leland
Rob wrote: Rob Leland wrote: Rob wrote: I have a set of statements I would like executed every time an action is executed. I would also like to only have to code these set of statements once and have them transparently executed for all actions (except for a small subset). When we were using

Re: Documentation correction

2003-06-15 Thread Rob Leland
Pedro Emanuel de Castro Faria Salgado wrote: Warning: on the struts documentation about multiple module support when it says: -- Now, to change to ModuleB, we would use a URI like this: http://localhost:8080/toModule.do?prefix=moduleBpage=index.do That's all there is to it! Happy

Re: executing statements on subsets of actions without code duplication

2003-06-14 Thread Rob Leland
Rob wrote: I have a set of statements I would like executed every time an action is executed. I would also like to only have to code these set of statements once and have them transparently executed for all actions (except for a small subset). When we were using a Servlet 2.2 container we

Re: executing statements on subsets of actions without code duplication

2003-06-14 Thread Rob
Rob Leland wrote: Rob wrote: I have a set of statements I would like executed every time an action is executed. I would also like to only have to code these set of statements once and have them transparently executed for all actions (except for a small subset). When we were using a Servlet

Re: a jsp question:how to get the web application's directory?

2003-06-14 Thread Rob
I prefer html:base/ for this. lcl wrote: Hi all, I just have a question about jsp/servlet, how to gain the directory in the file system of a web application? because I want to create a file under the web application, and redirect it to user. Best Regards lcl

multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: forward name=foo path=/do/foo?bar=10ampid=10/ However the second parameter ends up

Re: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
Thanks, I knew that I just can't believe I forgot it. Andrew Hill wrote: forward name=foo path=/do/foo?bar=10amp;id=10/ Note the ';' in the above. (proper xml terminates its entities with ; while html doesnt need it) -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, 13

Re: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
doesnt need it) -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 14:23 To: Struts Users Mailing List Subject: multiple request / query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10

Re: UML diagrams in Struts source

2003-06-13 Thread Rob Leland
few java project trees sitting on my PC and whose number of source files is dreary enuff to make me dizzzy. The UML in the Java Doc was created with Silver Stream 1.1 which is a free UML tool. The ones in Ted's Book was created with Together J. Cheers, rahul ;o) -Rob

executing statements on subsets of actions without code duplication

2003-06-13 Thread Rob
I have a set of statements I would like executed every time an action is executed. I would also like to only have to code these set of statements once and have them transparently executed for all actions (except for a small subset). Is there a facility in struts for doing this? Is there an

Re: Correct validator DTD

2003-06-10 Thread Rob Leland
are using the Validator nightly build by itself or have rebuilt struts from its source code against the nightly validator. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: adding / creating new collection elements in a form

2003-06-08 Thread Rob
. Rob Dan Tran wrote: I just implemented myself, so let me throw a shot at this. In my case, I make my action derived from LookupDispatchAction which can handle multiple button submission handlers. One of the button is called something like addRow. When you hit this addRow button, struts

Re: Struts doesn't execute my ActionForm.

2003-06-08 Thread Rob
Thomas Miskiewicz wrote: Hi! I have a small HTML-Form with 3 textfields. I've implemented the validation rules in the validate() method of the ActionForm belonging to the html form. Unfortunately Struts isn't using the ActionForm. Why? Here my struts-config.xml ?xml version=1.0

Re: adding / creating new collection elements in a form

2003-06-07 Thread Rob
aware of nested/logic tags but if they are the way I can't see how. Suggestions would be appreciated, Thanks! Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

adding / creating new collection elements in a form

2003-06-06 Thread Rob
! Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ValidatorUtil deprecated?

2003-06-04 Thread Rob Leland
a global search for that code. David has been on a mission to reorganize the commons-validator code, renaming forms to beans, changing method signatures Thanks, Matt Sorry I couldn't be of more help. -Rob - To unsubscribe

Re: Struts 1.1 on z/OS with WebSphere Application Server 4.0

2003-06-04 Thread Rob Leland
, so there is atleast one other person who is using it. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 1.1

2003-06-02 Thread Rob Leland
tickets, marked 'later'. Browse through them and see if improvements in the code that is suggested would benefit your project. If so then develop a patch that implements the fix and attach that to bugzilla. 3) Improvements to docs are always welcome as are diagrams, UML, etc... -Rob

Re: ANN: Site Launch

2003-05-31 Thread Rob Leland
James Childers wrote: I am proud to announce the successful launch of a major vacation packaging site whose presentation tier has been built entirely with Struts: http://packaging.hotels.com/packaging/index.do It looks good. I didn't see any where on the site that mentioned that software from

Re: zip of struts diagrams

2003-05-31 Thread Rob Leland
. At the very least use different type lines to represent data and control, maybe dashed vs solid. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

bean:write / HashMap

2003-04-04 Thread Rob King
missed an obvious piece of documentation thanks, rob. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

struts-config.xml parse errors (can't find source)

2003-03-11 Thread Rob
I'm just throwing together a demo application to refresh myself w/ struts but have run into a problem where the struts-config.xml is resulting in parsing errors, problem is I can't figure out where the error is. If someone could point it out I would appreciate it. ?xml version=1.0

application configuration suggestions

2003-03-09 Thread Rob
of files on the disk. Rob

Re: URL Validation with Struts validator

2003-03-05 Thread Rob Leland
I started coding a URL client/server side validation 2 weeks ago, that I hope to contribute to the Validation framework. I put it on hold while getting other work finished before going on vacation. I modeled it on the email validation items, and used the w3.org definition of A URI to write the

Re: URL Validation with Struts validator

2003-03-05 Thread Rob Leland
finish the Validator extension and submit it a patch to the commons-validator, and include the Struts part as a 1.2, more likely a 1.3 enhancement to struts. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Any good suggestions on implementing Security

2003-02-13 Thread Rob Kischuk
/docs61/javadocs/weblogic/soap/http/SoapInitialConte xtFactory.html that may be configurable as part of a Weblogic security realm as well. -Rob -Original Message- From: Tony Baity [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:57 AM To: Struts Users Mailing List Subject: RE: Any

RE: Any good suggestions on implementing Security

2003-02-12 Thread Rob Kischuk
the other two options aren't available, in which case I'd suggest you put effort into an upgrade instead). -Rob -Original Message- From: Rao, Nagraj [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 9:53 AM To: 'Struts Users Mailing List' Subject: RE: Any good sugestions

RE: [OT] Any good suggestions on implementing Security

2003-02-12 Thread Rob Kischuk
apps seem to be getting more complex yet powerful by the day -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: LookupDispatchAction

2003-02-12 Thread Rob Kischuk
resources (for i18n or something), you might want to use DispatchAction instead. -Rob -Original Message- From: JONATHAN PHILIP HOLLOWAY [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 12:04 PM To: Struts Users Mailing List Subject: LookupDispatchAction Does anybody know why

Exception loading sessions from persistent storage

2003-02-11 Thread Scot Rob
Due to this strange exception i am getting, i can't access my beans/forms in jsps. I will appreciate any help/clues. Many Thanks, Scot 2003-02-11 21:53:35 StandardManager[/strutsvom] IOException while loading persisted sessions: java.io.WriteAbortedException: Writing aborted by exception;

How to handle Collections (List,Map etc.)

2003-02-10 Thread Scot Rob
Hi, I am not sure how can i pass a collection of beans from my action class to jsp? In my Action class, if i set a session attribute with a list/Map Object. Which struts tags can i use on jsp side? Please help ? Scot __ Do you Yahoo!? Yahoo!

Exception:: tag nesting error ?

2003-02-10 Thread Scot Rob
Hi, I am getting this strange tag nesting erorr. Does anyone any possible reason for it ? Pls see output from Tomcat log file below. Many Thanks Scot 2003-02-10 20:49:34 ApplicationDispatcher[/strutsvom] Servlet.service() for servlet jsp threw exception

Re: Design Questio

2003-02-07 Thread Rob Leland
or two that will be worth it. -Rob P.S. As always there are other articles out there on the Jakarta web site/ or Javaworld, sites to name a few. You can also pickup one of the very good struts books that have come out

Re: Validator question

2003-02-07 Thread Rob Leland
Did you 'new HashMap()' all your HashMap's in you ActionForm ? Any ideas why I am getting this error? I will really appreciate the help. It looks like I am not defining the error properly and the MessageTag is throwing excetpion. I will really appreciate any help I can get. Thanks!!

RE: how to access a specific object inside a List efficiently

2003-02-05 Thread Rob Kischuk
criteria are met /logic:iterate This won't save the loop iterations, but will keep extra content from being written after you meet the criteria. If possible, however, you may want to trim your data set in the Action before you ever get to the jsp. -Rob -Original Message- From: Derek

RE: [Tiles] loses current url

2003-02-05 Thread Rob Kischuk
In the header file, try request.getRequestURL() - it should give you the page that was called. Tiles effectively does a jsp:insert, which means that the request parameters are the same for any included tiles. -Rob -Original Message- From: Kevin Tung [mailto:[EMAIL PROTECTED]] Sent

RE: form naming

2003-02-05 Thread Rob Kischuk
- searching through the links from the struts site yields Text search not available for this list. -Rob -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 3:52 PM To: 'Struts Users Mailing List' Subject: RE: form naming Please consult

RE: How to access a valueObject inside a Map?

2003-02-05 Thread Rob Kischuk
the object from the map using the key, then store that valueObject in the request. The page can then access the object using the request-scoped bean. I think you're trying to do too much through the session/page combination, and not enough in your Action. -Rob -Original Message- From

RE: [Tiles] loses current url

2003-02-05 Thread Rob Kischuk
of the current problem, you're walled in with nowhere to go. It sounds like perhaps you're trying to solve some sort of navigation or form population problem? -Rob -Original Message- From: Kevin Tung [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 5:05 PM To: Struts Users Mailing List

(newbie) Problem getting request level bean data in jsps

2003-01-28 Thread Scot Rob
Hi, I am setting some data in DynaActionForm userRegisterForm in my Action registerUser and it forwards request to a jsp page through another Action showRegisterForm (which is a ForwardAction). Now, i am trying to get data in the jsp page using html:text property=name name=userRegisterForm/ but

Re: Does anyone out there use Scaffold?

2003-01-27 Thread Rob Leland
packaged with Struts 1.1b3 and should there be a built version of this code somewhere? -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Any reflection based utility to copy ActionForm to/from Domainobject?

2003-01-14 Thread Rob Leland
(form.getBeginName()); Bean names are different and so won't be copied. -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts Validator Problem

2003-01-14 Thread Rob Leland
:185) This doesn't look like a validator problem, since the error is occurring from the bean:message Tag. You don't seem to be using a recient struts 1.1 version because the line numbers in the trace don't match the current CVS source. -Rob -- To unsubscribe, e-mail: mailto:[EMAIL

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

2002-12-18 Thread Rob Leland
I haven't been following this thread, but whenever a bug is discovered try downlading a recient nightly build. A number of bugs have been fixed since 1.1b2. -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Validator requiredIf

2002-12-16 Thread Rob Leland
(although I do have the source for the method in the FieldChecks class). Have you updated your project with the validator-rules.xml file from the nightly build, besides updating all the other associated commeons-xxx.jar files? -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Struts design: All actions in one ActionClass

2002-12-11 Thread Rob Leland
later we have 5+ projects using the same set of core Action classes and there is alot of complaints about how hard it to maintain ! We are now moveing to break up those action classes. Some people just have to learn the hard way , and very expensive too I might add -Rob David From: Jordan

Re: How to resolve why java element deprecated?

2002-12-02 Thread Rob Leland
David Graham wrote: The version of java has nothing to do with this. Check the PropertyUtil javadoc in the jakarta commons for details. David I didn't think struts 1.0 use commons-xxx jars ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: using tomcat version

2002-11-21 Thread Rob Leland
1.1 bugs are actively fixed. Then you can use Tomcat 4.1.12 which has speed improvements. -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Validator] Not validating any more since update? - Urgent

2002-11-19 Thread Rob Leland
, make sure your DTD references at the tops of your validator.xml files have been updated, and make sure you are using the new validator-rules.xml in your web app. -Rob Axel wrote: Hi. After updating struts and all common libs (including common-validator) from nightly-build 2002-07-31

Re: Upgrading to STRUTS 1.1

2002-11-13 Thread Rob Leland
for the word 'case study'. -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Validate and nightly build problem

2002-11-08 Thread Rob Leland
builds ? -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Validate and nightly build problem

2002-11-08 Thread Rob Leland
need to add `required' so for an integer field depends=required,integer would then cause an error message to be displayed when the submit button is pressed. -Rob Infact, the same happens when populating all the fields is this correct? Regards, Michael If the fields are blank and you hit

Re: [REMINDER] --- Struts Nightly and 1.1B1 1.1B2 users

2002-11-07 Thread Rob Leland
James Mitchell wrote: The only tests that are failing are in Tomcat 3.2 (but I'm hot the trail) Up to this point the 'folk lore' was that it was a bug in TC 3.2. So you think it might be in Struts/Commons code, or possible to work around it ? Give the Man a Cigar !!! -Rob

[REMINDER] --- Struts Nightly and 1.1B1 1.1B2 users

2002-11-06 Thread Rob Leland
the bug fixes and a few new features added. The more people we have banging on the Nightly builds, and submitting reproducible Bugzilla reports, the higher quality release we can give you. Also remember to update all your .tld and .xml files. Thank you for taking the time to upgrade ! -Rob

Re: org.apache.struts.validator.FieldChecks missing?

2002-11-05 Thread Rob Leland
Wendy Smoak wrote: I have last night's (10/5) nightly build, and when I call myValidatorForm.validate( mapping, request), I get this: SEVERE: reflection: org.apache.struts.validator.FieldChecks java.lang.ClassNotFoundException: org.apache.struts.validator.FieldChecks This seems like an

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Rob Leland
javascript = va.getJavascript(); I would try the nightly build. The validator code has had about 6 bugs fixed sinse B2. -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Rob Leland
Eric Weidner wrote: Yes, this is truly 1.1b2 and that is the line that failed. I figured the requiredif was in there since the documentation mentioned it as a feature in 1.1. When downloading a struts version always refer to the version of the docs that come with that download. The docs on

Re: Doc changes and 1.1

2002-10-30 Thread Rob Leland
' is the recommended may to contribute! -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: error checking in Action

2002-10-28 Thread Rob Leland
to that,Any complex validation would take place in the Business Logic, with the Action being the go between loading and unloading the ActionForm and calling validation methods in the Business Logic. -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional

Re: [Validator] StrutsValidatorUtil.getActionError

2002-10-24 Thread Rob Leland
a look at your struts-documentation web app. It Just wasn't updated on the Jakarta Web Site. It was renamed o.a.s.validator.Resources.getActionError() -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help

Re: Struts validator for date field

2002-10-24 Thread Rob Leland
Down load the Nightly build for Oct 25, it should now work. The patch that James Turner Championed was comitted, to remove the depends=required attribute form the validator-rules.xml -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e

Re: Validator and required dependency

2002-10-22 Thread Rob Leland
at using the Validator so right now what I say needs to be 'taken with a grain of salt', evaluated by considering my experience. -Rob -Original Message- From: James Turner [mailto:turner;blackbear.com] Sent: Tuesday, October 22, 2002 12:24 PM To: [EMAIL PROTECTED] Subject: Validator

Re: {Validator] Required Fields

2002-10-21 Thread Rob Leland
://nagoya.apache.org/bugzilla/show_bug.cgi?id=13526 However there will need to be some changes to the basic validator-rules.xml. -Rob -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: {Validator] Required Fields

2002-10-21 Thread Rob Leland
Rob Leland wrote: Jerry Jalenak wrote: Has Validator changed in its use of 'required'? I pulled down the 20021008 build a couple of weeks ago, and found that Validator is now 'requiring' all of my form fields even when I don't specify the required parameter. Looking a little further

Re: Struts taglibs without Struts

2002-10-16 Thread Rob Leland
was yes. I am sure struts 1.0 tags will work outside of struts. However, in 1.1 the ApplicationConfig objects were added for application modules, and so there will probably be cases where they won't work. Now that the JSTL is out, use those tags first. -Rob -- To unsubscribe, e-mail: mailto

Re: anyone seen this startup error?

2002-10-16 Thread Rob Leland
Vincent Stoessel wrote: Oct 16, 2002 2:53:00 PM org.apache.struts.validator.ValidatorPlugIn init SEVERE: null java.util.ConcurrentModificationException at This was fixed last Friday Oct 11, so download the latest nightly build, which also has other Validator fixes. -Rob

Struts-EL contrib library

2002-10-13 Thread Rob Leland
David: It seems that by default the struts-el library wants to build, I though the default was not to build ? It tries to build if there is no custom property file. I tried creating the file but setting the jstl.jar='', and it still wants to build. -Rob -- To unsubscribe, e

url parameters not being copied to form bean

2002-09-25 Thread rob
somewhere but can anyone suggest what exactly? I've successfully done this in other applications and this is the first time it's not worked. Thanks Rob I have a little something like the following to write my link. html:form action=foo nested:iterate parameter=items nested:link forward

struts 1.0.2 logging - destination fd

2002-09-11 Thread rob
in web.xml. My apologies for the simple question, perhaps it's simplicity indicates that it should be on one of the various FAQ's. Thanks Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: No action instance for path /action could not be created. (solved)

2002-09-11 Thread rob
The reason it was biting me was because the struts.jar was in the CLASSPATH of the user who was starting the servlet container. Better explanation here. So not obvious. http://w6.metronet.com/~wjm/tomcat/2001/Feb/msg00096.html rob wrote: This seems to be a fairly common problem and I have

Re: Another question

2002-09-11 Thread rob
If you keep your pages above WEB-INF/ it's necessary infact. I have one page ctxtroot/index.jsp that does nothing but forward the request to ctxtroot/WEB-INF/pages/login.jsp. Rob Eddie Bush wrote: accepted? I think it's probably a best practice. That's the impression I get. You can

Re: Dynamic number of form fields

2002-09-11 Thread rob
There was a good tutorial on this possibly linked from the struts page titled Monkey Struts. I found it to be quite good, very easy to follow. David Graham wrote: I want to have a form with a variable number of input boxes. For example, a simple edit person form that has a first name and

Re: [Struts Tip] # 10 Use Struts JSP Tags to create dynamic JavaScripts

2002-09-03 Thread Rob Leland
Ted Husted wrote: For more see http://husted.com/struts/tips/010.html Ted, I got File not found 404 when clicking on this link. -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Directories and Files structure for sub applications

2002-07-29 Thread Rob Leland
Does anyone have a best practices suggestion for how to organize the directory and files structure for a Struts application composed of sub applications? I don't know if there is a best practices yet. Here is what I have done. Our source tree looks much like the struts source

  1   2   3   >