RE: Pls help me in configuring common logger

2004-03-26 Thread Van Riper, Mike
logger.I am using apache's commons logger.Pls le me know how to do it Thanks Sougata -Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:38 PM To: 'Struts Users Mailing List' Subject: RE: Pls help me in configuring common logger

RE: Pls help me in configuring common logger

2004-03-25 Thread Van Riper, Mike
-Original Message- From: sougata [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:15 PM To: Struts Users Mailing List Subject: Pls help me in configuring common logger Hi Guys I am facing a problem in configuration apaches common logger using weblogic8.1.I want to

RE: Questions about debug and info messages

2004-03-23 Thread Van Riper, Mike
Eric, If you are using log4j, then you can configure it with a properties file. As an example (minus some of my project specific settings), here is a simple log4j configuration file that establishes a rolling log file. Notice near the bottom where I set the struts and commons packages to the WARN

RE: [OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign

2004-03-18 Thread Van Riper, Mike
-Original Message- From: Benz Lim [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:11 AM To: Struts Users Mailing List Subject: RE: [OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign Will there meeting be video stream (stream cast) for other user? Benz, I wish

RE: Why is it so difficult to unsubscribe?

2004-03-14 Thread Van Riper, Mike
Kenneth, Did you get any replies to your unsubscribe emails? It is a two step process. You have to follow the instructions in the unsubscribe confirmation email to complete the process. As I recall, you simply need to reply to the confirmation email to make it stick. This is to prevent someone

[OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign

2004-03-12 Thread Van Riper, Mike
The Silicon Valley Struts User Group has a meeting next Thursday evening at VeriSign in Mountain View. Our meetings are always free and open to the general public. A speaker that is flying in for the Software Development conference next week has agreed to speak to our group while he is in town.

[OT] Rick Hightower on Thursday, March 18th in Mountain View, CA

2004-03-01 Thread Van Riper, Mike
Rick Hightower will be presenting at the March 18th meeting of the Silicon Valley Struts User Group. We are still working out the final details, but, it looks like Rick will make a presentation on the Tiles framework. A partial meeting announcement is already on the web. It will be updated soon

RE: Question on Frames within Tiles

2004-02-08 Thread Van Riper, Mike
Shitij, You can't insert a frameset document inside of a DIV element in the middle of a regular HTML page. The fact that this is not working has nothing to do with Tiles. It is simply invalid HTML. You can nest frameset documents, but, you would still need to reference the nested frameset

RE: Problems Redirecting To Input Page After Vaildation Fails

2004-01-27 Thread Van Riper, Mike
Ciaran, When all else fails, cut and paste. :-) Seriously, I don't know of a way to make the input value dynamic. I wish it could be done like tile definitions with one action mapping extending another, but, I know that is not supported. So, the simplest solution is to have two separate action

RE: RT expr value in custom tag

2003-12-05 Thread Van Riper, Mike
Eric, What you are trying to do doesn't really require the JSTL expression language. All you need to do is specify that runtime expressions are to be evaluated for the parameter attribute of your custom tag in your TLD file. If you were to look at any of the TLD files that come with Struts, you

RE: No Keys Loaded For Validation

2003-11-26 Thread Van Riper, Mike
-Original Message- A really strange thing also is that if I copy the: registration.validation.missingCurrentCustomer=Please indicate if you are a current customer. into my default resource bundle, all messages display properly. Anyone have any idea what is going on? Since

[OT] Slides from Craig's Struts/JSF Talk

2003-11-09 Thread Van Riper, Mike
The slides from Craig McClanahan's recent Struts/JSF talk are now available here: http://www.baychi.org/bof/struts/20031105a/ The talk was captured on digital video too. However, it may be several weeks before the video is available online. I'll send another announcement when the video is

RE: [ANN] Struts and JavaServer Faces talk by Craig McClanahan on 11/ 5

2003-10-22 Thread Van Riper, Mike
now. So, it is not going to happen unless they have the facilities required for this at Netscape *and* I can find a volunteer with more free time than myself to set it up. Sorry, Van but I do plan to make my slides available after the talk. Craig Van Riper, Mike wrote: The next

RE: [ANN] Struts and JavaServer Faces talk by Craig McClanahan on 11/5

2003-10-22 Thread Van Riper, Mike
Van Riper, Mike wrote: -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 7:20 PM To: Struts Users Mailing List Subject: Re: [ANN] Struts and JavaServer Faces talk by Craig McClanahan on 11/ 5 Ruth, Brice wrote

[ANN] Struts and JavaServer Faces talk by Craig McClanahan on 11/ 5

2003-10-21 Thread Van Riper, Mike
The next meeting of the Silicon Valley Struts User BOF will be held at Netscape in Mountain View on Wednesday, November 5th. Craig McClanahan, a senior staff engineer for Sun Microsystems, will make a presentation on this topic: Struts and JavaServer Faces -- Competition or Coexistence? Craig is

RE: Tools for Testing

2003-10-09 Thread Van Riper, Mike
-Original Message- Though, my favorite approach is to do conventional unit testing of the business objects, and then use Canoo WebTest http://canoo.webtest.com on the front end. I think you meant: http://webtest.canoo.com/ It looks interesting, thanks for the info. Cheers,

RE: Evil characters causing mischief in textarea and value attrib ute contents

2003-09-18 Thread Van Riper, Mike
Not 100% certain, but, I believe the default for the HTML form property tags was to *not* filter (i.e., filter=false) in Struts 1.0 and that was changed to default to do filtering (i.e., filter=true) in Struts 1.1. I am certain that the default for 1.1 is to do filtering. Original post did not

[OT] Introduction to JDO by Ron Hitchens: 6:30pm on October 1st i n Mountain View

2003-09-18 Thread Van Riper, Mike
The next meeting of the Silicon Valley Struts User BOF will be held at VeriSign in Mountain View on Wednesday, October 1st. You must arrive between 6:30 and 7:00pm to register with VeriSign security as a guest. Ron Hitchens, a Bay Area computer consultant, will present an introduction to JDO. The

RE: logic forward problem

2003-09-11 Thread Van Riper, Mike
-Original Message- From: David G Friedman [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 8:18 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: logic forward problem Your path looks like a tile. I wrote about this problem a week or two ago and you

RE: Struts User September Meeting - RE: Introduction to Hibernate by Norman Klein

2003-08-27 Thread Van Riper, Mike
-Original Message- From: Bill Chmura [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 4:16 PM To: 'Struts Users Mailing List' Cc: [EMAIL PROTECTED] Subject: Struts User September Meeting - RE: [ANNOUNCE] Introduction to Hibernate by Norman Klein: 6:30pm on September 3rd in

RE: How to set charset UTF-8

2003-08-21 Thread Van Riper, Mike
I added the following to test what encoding my Struts app is using % response.setContentType(text/html; charset=UTF-8); System.out.println(response.getCharacterEncoding()); % But it still print out the ISO-8859-1, why? How can I set the contentType to text/html;

[ANNOUNCE] Introduction to Hibernate by Norman Klein: 6:30pm on September 3rd in Mountain View

2003-08-20 Thread Van Riper, Mike
The next meeting of the Silicon Valley Struts User BOF is scheduled to take place at VeriSign in Mountain View on Wednesday, September 3rd. You must arrive between 6:30 and 7:00pm to register with VeriSign security as a guest. Norman Klein, an independent software consultant, will present an

Starting point for a little test app (was: Suggestions for Calendar Popup taglib?)

2003-08-18 Thread Van Riper, Mike
In working on this, I've come up with a couple of things that would be very handy to have: 1) A simple dummy struts app which would be ready for me to plugin my taglib to test. I know that creating a little app won't take long, but a nice little starting point would be convenient.

RE: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread Van Riper, Mike
With great trepidation, I must inquire as to the likelihood of a next release of the commons-validator in the near term future. (ducking for cover now as the flames telling me to read the Apache release process policy on the web site are fired off in my direction ;-)). Seriously, I did look in

Reminder: August 6th meeting at 6:30pm in Mountain View, RSVP requested

2003-08-14 Thread Van Riper, Mike
The next meeting of the Silicon Valley Struts User BOF is being held at VeriSign in Mountain View on Wednesday, August 6th. You must arrive between 6:30 and 7:00pm to register with VeriSign security as a guest. Sylvain Gibassier, a BEA dev2dev Senior Software Engineer, will present an introduction

RE: using modules versus simply using multiple struts-config files

2003-08-14 Thread Van Riper, Mike
prompts and any validation messages in the default resource file. This was exactly the kind of info I was looking for. Thanks, Van -Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 5:55 PM To: '[EMAIL PROTECTED]' Subject: RE

using modules versus simply using multiple struts-config files

2003-08-14 Thread Van Riper, Mike
I did search the archives and there is information about using multiple config files and separately about using full-blown modules too. There may have been a comparison of the two approaches somewhere in the archives too, but, I was not able to find it. Thus, my reason for posting this to the

RE: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread Van Riper, Mike
-Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 11:01 AM To: Struts Users Mailing List Subject: RE: Struts Validator-nextreleasewhen (was validwhen) I suspect that not too much has changed since the version that shipped with

RE: using modules versus simply using multiple struts-config file s

2003-08-14 Thread Van Riper, Mike
of that. Sadly, since I am using modules, I can't think of any advantages of modules if you can have multiple struts config, tiles def and resource files and no modules. -Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 2:02 PM

RE: using modules versus simply using multiple struts-config files

2003-08-14 Thread Van Riper, Mike
-Original Message- From: Van Riper, Mike Sent: Tuesday, August 12, 2003 5:55 PM To: List Struts-User (E-mail) Subject: using modules versus simply using multiple struts-config files I did search the archives and there is information about using multiple config files

RE: Button labels and DispatchActions mix?

2003-08-09 Thread Van Riper, Mike
Actually, I think the least amount of work (assuming you don't object to adding a small amount of trivial JavaScript logic to the JSP page) is to change your html:submit to an html:button and then add an onclick JavaScript event handler that sets a hidden form field with the desired submit action

[OT] SF Bay Area Struts Intro (Free)

2003-07-25 Thread Van Riper, Mike
Hi everyone, I lead the Silicon Valley Struts User Group and we're having a Intro to Struts presentation being done by Sylvain Gibassier, a senior software engineer at BEA. If you will be in the San Francisco Bay Area and are interested in learning more about Struts, consider coming to this

International Struts Meetup Day

2003-07-23 Thread Van Riper, Mike
When I was looking into starting a Silicon Valley Struts User Group back in March, I put in a proposal to meetup.com for a new topic area for Struts. Meetups happen at local cafes (and other places) in 586 cities across 43 countries. When I didn't hear back from them after a few weeks, I went

[ANNOUNCE] Struts-Silicon-Valley July 2nd meeting in Mountain View

2003-06-30 Thread Van Riper, Mike
The next Silicon Valley Struts User Group meeting is happening this week in Mountain View at 7pm on Wednesday, July 2nd. A demonstration of Exadel Struts Studio, by Igor Shabalov, will show why you need more than just a Java IDE to be a productive Struts User. This event is free and open to the

July 2nd meeting at 7pm in Mountain View

2003-06-18 Thread Van Riper, Mike
We had a nice turnout for the Struts User gathering in San Francisco last week. It was good to see several of our group members in attendance. Our next meeting is scheduled to take place in Mountain View at 7pm on Wednesday, July 2nd. A demonstration of Exadel Struts Studio, by Igor Shabalov,

RE: PHP version of Struts

2003-06-12 Thread Van Riper, Mike
or not. The real take home message is they are taking a serious look at better support for the commonly used scripting languages out there today for web page development. - Van Mike Van Riper mailto:[EMAIL PROTECTED] -Original Message- From: Van Riper, Mike Sent: Wednesday, June 11

RE: PHP version of Struts

2003-06-11 Thread Van Riper, Mike
At JavaOne this week one of the announcements about future plans was for scripting language support, specifically in the context of web pages, that will focus initially on PHP support. It was suggested that an initial reference implementation of this would provide PHP support in a future release

RE: Right way to extends Action

2003-04-01 Thread Van Riper, Mike
-Original Message- From: V. Cekvenich [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 5:58 PM To: [EMAIL PROTECTED] Subject: Re: Right way to extends Action What about DispatchAction and LookupDispatchAction? Anyone have a good solution for reuse of common action logic

RE: Right way to extends Action

2003-03-31 Thread Van Riper, Mike
-Original Message- From: Xavier Saint-Denis [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:21 AM To: Struts Users Mailing List Subject: Re: Right way to extends Action Hi, In our application we use a similar concept : - we have a class like this : public abstract

[ANN] struts-silicon-valley meeting on April 2nd in Palo Alto

2003-03-26 Thread Van Riper, Mike
The inaugural meeting of the Silicon Valley Struts user group will be a dinner meeting at 7:30pm on Wednesday, April 2nd, in Palo Alto at Jing Jing: http://www.jingjingonline.com/ Please send your RSVPs directly to me [EMAIL PROTECTED] by noon on April 2nd. I have participated in several group

[ANNOUNCE] struts-silicon-valley

2003-03-14 Thread Van Riper, Mike
I have received several responses from others interested in starting a local Struts user group in Silicon Valley. So, I went ahead and setup a mailing list for the user group. Based on initial responses, I'm leaning towards an initial meeting location somewhere in the vicinity of Palo Alto. If you

RE: [struts-atlanta]

2003-03-12 Thread Van Riper, Mike
I am envious every time I see one of these postings for the Struts user group in Atlanta. Anyone interested in helping me start a Struts user group in silicon valley? If so, please contact me. If there is enough interest, I will setup a mailing list for the group and we can start planning an

RE: [OT] Learning Curve Management or Confusions of a Newbie

2003-03-07 Thread Van Riper, Mike
I think the Java Tutorial trail approach would be a good fit for this: http://java.sun.com/docs/books/tutorial/reallybigindex.html For example, there already is a Creating a GUI with JFC/Swing trail: http://java.sun.com/docs/books/tutorial/uiswing/index.html Similar to this in concept,

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

2002-12-16 Thread Van Riper, Mike
know they were taking care of it when I asked though. Oh well. Cheers, Mike Van Riper [EMAIL PROTECTED] -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 12:48 PM To: Van Riper, Mike Subject: RE: FW: Validation DTD bug? (impacts my use

Validation DTD bug?

2002-12-06 Thread Van Riper, Mike
Before submitting a bug report on this, I wanted to verify that I am doing this correctly. This isn't causing any real runtime problems at this point. I just discovered the problem when I turned on DTD validation in my IDE. I am working with the 1.1-b2 release, but, I checked and the same problem

RE: Tiles and parameters...

2002-11-29 Thread Van Riper, Mike
through it's attributes, meaning that it is getting them from some other source (session)? Perhaps ListUserAction is somehow priming the display:table tag... Craig. - Original Message - From: Van Riper, Mike [EMAIL PROTECTED] To: 'Craig Tataryn' [EMAIL PROTECTED] Cc: [EMAIL

RE: Tiles and parameters...

2002-11-27 Thread Van Riper, Mike
to preserve the request parameters from the original call for the Tiles which are being forwarded to, so you have to do it manually (which might make sense?). Craig. P.S. I have read the specs :) - Original Message - From: Van Riper, Mike [EMAIL PROTECTED] To: 'Craig Tataryn

RE: Tiles and parameters...

2002-11-26 Thread Van Riper, Mike
Unless I'm missing something here, you simply use: request.getParameter(fieldid); in scriptlet code in any of your leaf JSPs to access this request parameter. You can also use bean:define in conjunction with this to define a bean at the top of your page for use as a bean reference in other

RE: Struts Validator / dynamically enabling/disabling

2002-10-30 Thread Van Riper, Mike
I tend to use the DispatchAction mechanism for forms that are used to do create/update/delete of objects. The pattern I have fallen into is having cancel be another one of the dispatch methods in this case. I have validation turned on for the form, but, conditionally disable the validation both on

RE: [OT][FRIDAY] brain types

2002-10-08 Thread Van Riper, Mike
True credit goes to Carl Jung. He came up with the 4 dimensions and the two poles for each dimension. Kiersey Bates get the credit for marketing a relatively simple test that people can take to get a reasonable approximation of their personality type in this system. Oops! I'm sorry, this is

RE: set a value from a form to a form

2002-09-11 Thread Van Riper, Mike
One way is to use the html:hidden tag in addition to whatever you are doing to display the uneditable form data. It works like all the other form tags. So, all you have to do is set the property attribute to match the name of the uneditable form property and it should work. This is the Struts

RE: Cross Site Scripting (XSS) issues with Struts 1.1-b2?

2002-09-09 Thread Van Riper, Mike
Some additional information, from reviewing the Struts 1.1-b2 source code, is interspersed below. -Original Message- From: Van Riper, Mike Sent: Sunday, September 08, 2002 9:29 PM To: List Struts-User (E-mail) Subject: Cross Site Scripting (XSS) issues with Struts 1.1-b2

Cross Site Scripting (XSS) issues with Struts 1.1-b2?

2002-09-08 Thread Van Riper, Mike
If you are not familiar with what I mean by cross site scripting (XSS), here are two links with information about it: http://www.cgisecurity.com/articles/xss-faq.shtml http://www.cert.org/advisories/CA-2000-02.html According to the first FAQ above, some of the things that should be done

RE: Multiple ApplicationResource Properties file with Struts

2002-09-05 Thread Van Riper, Mike
-Original Message- From: Declan O'Shanahan (CAPE) [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 4:31 AM To: [EMAIL PROTECTED] Subject: Multiple ApplicationResource Properties file with Struts Hi there, I have searched the list for information on multiple

RE: iterate question

2002-09-04 Thread Van Riper, Mike
I have a similar need to the one expressed by Kirby. I have not used the nested extension, but, I have read through the online primer. I saw nothing there that would indicate it would handle *dynamic* tree structures. Yes, you can use the nesting custom tags to any depth you want. Yes, you don't

RE: iterate question

2002-09-04 Thread Van Riper, Mike
: Van Riper, Mike Sent: Wednesday, September 04, 2002 3:21 PM To: Struts Users Mailing List Subject: RE: iterate question I have a similar need to the one expressed by Kirby. I have not used the nested extension, but, I have read through the online primer. I saw nothing there that would

RE: Placing a Scriptlet inside bean:message

2002-09-03 Thread Van Riper, Mike
I believe support for this depends upon whether the custom tag is configured in the tag library descriptor file to support runtime expressions for the attribute in question. I just looked at the struts-bean.tld for B2 and the key attribute of the message tag has the rtexprvalue set to true. So,

RE: Why html:javascript failed?

2002-08-20 Thread Van Riper, Mike
I had this same symptom when trying to use client-side validation with deprecated form of plug-in specification for the Validator plug-in. If you are using separate property elements to specify multiple xml files for your validator plugin, you need to use a single set-property with plural

RE: validator plugin

2002-08-19 Thread Van Riper, Mike
Michael, I ran into this problem myself and the online review chapters of Chuck Cavaness' Struts book provided the answer. According to the chapter on the Struts Validator, There was some confusion in one of the earlier beta releases for the Validator that used multiple set-property