ActionServlet behavior

2001-12-17 Thread Johann Herunter
Hey all I am relativ new to struts but need a special behavior: When having more FormBeans on the same jsp-page and you change the value of one form bean, the values of the other change too or will be reset. I need the behavior that when the value of one form bean is changed, the other must

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2001-12-17 Thread oalexeev
oalexeev01/12/17 03:08:10 Modified:src/share/org/apache/struts/taglib/bean WriteTag.java Log: Add 'formatKey' attribute. Developer can specify with this attribute key to search format string in application resources. Additional changes - refactor code of formatValue() method, add

cvs commit: jakarta-struts/doc struts-bean.xml

2001-12-17 Thread oalexeev
oalexeev01/12/17 03:10:30 Modified:doc struts-bean.xml Log: Add 'formatKey' attribute for bean:write tag. Revision ChangesPath 1.9 +73 -59jakarta-struts/doc/struts-bean.xml Index: struts-bean.xml

[ANN] Mapper ActionForm-to-Value Object and back

2001-12-17 Thread Sobkowski, Andrej
Hi All, after reading a lot about problems related to mapping an ActionForm (somehow a set of String properties mapping the data on the Presentation layer) to more business-oriented objects (Value Objects for example), I've written a simple mapper that will allow you to: - keep 'em separated

DO NOT REPLY [Bug 5458] New: - toHex method bug

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

Error: Fast-Collection-Classes do not work

2001-12-17 Thread Stefan Wachter
Hi everybody! The fast collection classes in the struts framework use a simple strategy to avoid (expensive?) synchronization. If a collection is to be modified then first clone it, then modify the clone and finally replace the original with the modified clone. The problem is that the execution

Re: Error: Fast-Collection-Classes do not work

2001-12-17 Thread Chris Gerrard
There's actually a fair bit of information available on this topic. Java has some problems in some areas related to synchronization and multi-threaded execution. Doug Lea, author of Concurrent Programming in Java has developed a lot of this material. I'll admit to not being expert, but

Re: ActionServlet behavior

2001-12-17 Thread Craig R. McClanahan
On Mon, 17 Dec 2001, Johann Herunter wrote: Date: Mon, 17 Dec 2001 10:22:32 +0100 From: Johann Herunter [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ActionServlet behavior Hey all I am relativ new to

DO NOT REPLY [Bug 4986] - additional properties needed on html:image and html:textarea

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

DO NOT REPLY [Bug 4986] - additional properties needed on html:image and html:textarea

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