Extention of struts - BeanFactory

2001-06-02 Thread Oleg V Alexeev
Hello struts-user, I am glad to publish pre-alpha version of BeanFactory - extention of struts framework, intended to simplify processes of data publishing. Main idea of it - to move functionality to declarations. You can find short info about BeanFactory, sources, precompiled

Re[2]: Proposed feature: Bean property transformations

2001-06-02 Thread Oleg V Alexeev
Hello Ted, Saturday, June 02, 2001, 1:30:00 AM, you wrote: TH Harris, Andrew S wrote: A component would be able to hold a text value and a data value. The text value could hold the value entered by the user, prior to validation, then this could be played back to the user if validation failed

Re: Format on the JSP pages

2001-06-02 Thread Michael Mok
In addition to Craig's comment, if you decide to use the Jakarta Taglibs project http://jakarta.apache.org/taglibs , you can this on your JSP page. %@ taglib uri=http://jakarta.apache.org/taglibs/datetime-1.0; prefix=dt % dt:format pattern=EEE MMM d, bean:write name=curForm

Re: Extention of struts - BeanFactory

2001-06-02 Thread Craig R. McClanahan
On Sat, 2 Jun 2001, Oleg V Alexeev wrote: Hello struts-user, I am glad to publish pre-alpha version of BeanFactory - extention of struts framework, intended to simplify processes of data publishing. Main idea of it - to move functionality to declarations. You can find

struts:parameter tag

2001-06-02 Thread Bruno Antunes
Hi. In previous releases of struts we have the tag struts:parameter name=paramName that will render a request parameter, encoding special HTML characters. We can do this without a tag with (i am ignoring null pointer exception) %= ResponseUtils.filter( request.getParameter(paramName)) % Is

Re: struts:parameter tag

2001-06-02 Thread Craig R. McClanahan
On Sat, 2 Jun 2001, Bruno Antunes wrote: Hi. In previous releases of struts we have the tag struts:parameter name=paramName that will render a request parameter, encoding special HTML characters. We can do this without a tag with (i am ignoring null pointer exception) %=

Re[2]: Extention of struts - BeanFactory

2001-06-02 Thread Oleg V Alexeev
Hello Craig, Saturday, June 02, 2001, 7:41:43 PM, you wrote: CRM To keep things organized, can I ask a favor? Can we have discussions of CRM 1.1 feature design on the STRUTS-DEV list? The STRUTS-USER list has lots CRM of traffic about using Struts already, and talking about the new stuff CRM

Client/Server Side Validation for Struts 1.1

2001-06-02 Thread David Winterfeldt
I'd like to get a discussion started on the client/standard validations for Struts 1.1. I thought it would be good to talk about what basic features it would include and implementation. Here are the descriptions from the To Do list for 1.1. Standard Validations. Add the ability to configure

Re: Problem in struts-example accessing ApplicationResources

2001-06-02 Thread Dan Miser
The only place that struts.jar should exist is in WEB-INF\lib.Don't put it in the CLASSPATH. Don't put it in TOMCAT\LIB. Don't modify BAT files to include it. Just deploy struts-example.war to TOMCAT\WEBAPPS and everything will be fine. -- Dan Miser http://www.distribucon.com -

Struts 1.0-beta-3 Released

2001-06-02 Thread Craig R. McClanahan
Struts 1.0-beta-3 is a release candidate version of the Struts Framework, likely to be the final beta prior to the Struts 1.0 Final Release, which is currently scheduled for June 15, 2001. Please help identify any remaining bugs that need to be fixed prior to final release, and report them to

Credit card validation FYI

2001-06-02 Thread Jonathan Asbell
You all probably know about this but I thought I would send it anyway. http://www.beachnet.com/~hstiles/cardtype.html MOD-10 is an algorithm that is used by almost any credit card company togenerate / validate credit cards.How it works?First you have to know what kind of credit card you