[GUMP@brutus]: jakarta-struts/jakarta-struts success

2004-07-25 Thread Stefan Bodewig
anutils/dist/commons-beanutils-core.jar -Djakarta-oro.jar=/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-20040725.jar -Dantlr.jar=/usr/local/gump/packages/antlr-2.7.3/antlr.jar -Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar -Dcommons-lang.jar=/usr/local/gump/publ

[GUMP@brutus]: jakarta-struts/jakarta-struts success

2004-07-25 Thread Stefan Bodewig
anutils/dist/commons-beanutils-core.jar -Djakarta-oro.jar=/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-20040725.jar -Dantlr.jar=/usr/local/gump/packages/antlr-2.7.3/antlr.jar -Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar -Dcommons-lang.jar=/usr/local/gump/publ

cvs commit: jakarta-struts/conf/share validator-rules.xml

2004-07-25 Thread niallp
niallp 2004/07/25 05:00:21 Modified:conf/share validator-rules.xml Log: Update to version 1.1.3 of validator dtd Revision ChangesPath 1.52 +5 -5 jakarta-struts/conf/share/validator-rules.xml Index: validator-rules.xml

Bug report for Struts [2004/07/25]

2004-07-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

processing multiple records in a batch...JSP...db

2004-07-25 Thread Research labs
Please, is there anything built into Struts for processing multiple records in a batch? Detail: If a database query brings back more than one record and the records are stored in a collection, I want the user to be able to bring one record at a time into the JSP screen by pressing the up or down a

Changing a field from not updatable to updatable at runtime...?

2004-07-25 Thread Research labs
Is it possible to change the property of JSP fields dynamically at runtime e.g. changing a field from not updatable to updatable at runtime? Thank you. Ola ___ALL-NEW Yahoo! Messenger - all new features

debugging prepared statements...view built SQl...Newbe?

2004-07-25 Thread Research labs
Is there anything in Struts that will enable me view the SQL query that has been built by a prepared statement? Thank you. ___ALL-NEW Yahoo! Messenger - all new features - even more fun! http://www.allne

Re: processing multiple records in a batch...JSP...db

2004-07-25 Thread Niall Pemberton
Please ask these type of questions on the user list. Thanks Niall - Original Message - From: "Research labs" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Sunday, July 25, 2004 3:46 PM Subject: processing multiple records in a batch...JSP...db > Please, is

DO NOT REPLY [Bug 23924] - Enhanced performance for TagUtils.filter()

2004-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13125] - Lack of character-set while using tag

2004-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: processing multiple records in a batch...JSP...db

2004-07-25 Thread Buland Altaf
Hi There, Don't get you properly. If you are saying that you want to show records one by one , then store collection in session and then pick one by one by pressing up/down key on the basis of the index which will be the hidden field in jsp. Hope it will answer your question. Let me know in case