RE: Struts Logo

2004-03-09 Thread Michael Albrecht
Zitat von Steve Raeburn [EMAIL PROTECTED]: The intention is that anyone will be able to submit a logo. But first, the committers will have to decide whether they want a new logo. ** There is no competition yet! ** Sorry for my colorblindness, but the big red letters have not been big enough

validator javascript taglib

2004-03-09 Thread Adam Hardy
I have put the javascript taglib in its own JSP so that I can call it up with this: script src=staticjavascript.do type=text/javascript The result of staticjavascript.do is meant to be pure javascript, like in a javascript file, without script HTML. If the script tags are there, then the

Re: validator javascript taglib

2004-03-09 Thread David Graham
The typical use case is to generate the static javascript once and store it in a file. I don't understand why you would need to generate the static javascript multiple times. David --- Adam Hardy [EMAIL PROTECTED] wrote: I have put the javascript taglib in its own JSP so that I can call it up

Re: validator javascript taglib

2004-03-09 Thread Adam Hardy
I didn't think about that. If I do it like this, I never have to worry about generating it and copying it into another file when I upgrade. It takes one step out of the list of things to do when upgrading. Well, it would have. ;) The downside is that it might represent a small performance

Re: validator javascript taglib

2004-03-09 Thread Joe Germuska
Adam: If you're using Struts 1.2.0 or later (or some nightly builds shortly before that) and getting the script tags in your static JavaScript, that's a known bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27239 I've been hoping that one of the bug reporters could test the patch I

Re: validator javascript taglib

2004-03-09 Thread Adam Hardy
Ah, so I'm not going mad. After what David said I started doubting what I thought I remembered. I tested your patch and the following file works on all pages I included it on: %@ page language=java % %-- sets document type to Javascript (addresses a bug in moz)--% %@ page

Re: validator javascript taglib

2004-03-09 Thread Joe Germuska
At 4:47 PM +0100 3/9/04, Adam Hardy wrote: Ah, so I'm not going mad. After what David said I started doubting what I thought I remembered. I tested your patch and the following file works on all pages I included it on: Excellent -- thanks for checking it out! Actually now the testing beast

DO NOT REPLY [Bug 27545] New: - minor enhancement to pre-empt an NPE

2004-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=27545. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27239] - bug in html:javascript

2004-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=27239. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Successful 1.2.0 testing

2004-03-09 Thread Susan Bradeen
Hi Everyone, Had time to download Struts 1.2.0 Test Build (2/25/04) and test our application this morning. Windows 2000 J2EE 1.3 WebSphere Application Server 4.0 (Servlet 2.2) and WAS 5.0 (Servlet 2.3). Basically all works fine ... only one glitch concerning a DynaActionForm. My application

findForward relative url problem

2004-03-09 Thread Constantin
Hello, I have an customer who run struts and i need to proxy pass his application using mod_proxy , so i have http://dom1.com/ =mapped on = http://dom2.com/ dom1 is on public network and dom2 on private network. in his code the customer use : forward name=login_success path=/interface.jsp/

Struts config design questions

2004-03-09 Thread Diego Fernandez
Hi, I'm new to the Struts source code, and looking through the sources, I got some questions, mainly about ModuleConfig... (sorry if this mail sounds pedantic, it is not my intention, my english is not good, and it is very difficult to discuss about object design in a foreign language... so thanks

Re: Struts config design questions

2004-03-09 Thread Joe Germuska
- I can't add new configuration options because these options are defined by ConfigRuleSet and controlled by Digester This is not entirely true. You can use the servlet init param rulesets to specify additional Digester rulesets. See

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml

2004-03-09 Thread husted
husted 2004/03/09 19:14:31 Modified:contrib/struts-faces/src/example/org/apache/struts/webapp/example Constants.java web/example tour.html welcome.jsp web/example/WEB-INF struts-config.xml Added:

A proposal concerning the RequestUtils.populate()

2004-03-09 Thread iloveyouwo
Hi, First of all, sorry for my poor english, but please read carefully. I am a developer who use Struts for building RDBMS-based applications. I have to make so many tables that is linked by PK-FK relation. So There's so many Beans that are shaped like this (ParentBean and ChildBean is linked by

Re: A proposal concerning the RequestUtils.populate()

2004-03-09 Thread Martin Cooper
On Wed, 10 Mar 2004 [EMAIL PROTECTED] wrote: Hi, First of all, sorry for my poor english, but please read carefully. I am a developer who use Struts for building RDBMS-based applications. I have to make so many tables that is linked by PK-FK relation. So There's so many Beans that are