Re: Struts Document

2003-10-29 Thread kalluru_s
hi dbs, i have a pdf which could be useful but takes about 1.15mb space so notify me,when to send so that it wouldn't block your flow of mails be-in-touch k.sridhar - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Struts Document

2003-10-29 Thread Divya B Sridhar
Hi all, Could anyone of you please suggest a good startup to learn and start using struts with JSP? Please let me know about the good documents, links (or even books) to learn about using JSP with struts. Examples in the doc would be useful. Thanks in advance, Divya.

Tiles Advanced Features by Cedric Dumoulin

2003-10-29 Thread Sean Gunn
Anyone know of a mirror for tilesAdvancedFeatures.pdf? It is referenced in the tiles guide: http://jakarta.apache.org/struts/userGuide/dev_tiles.html as being at http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf but I constantly get no connection. Or, if you could send me a copy to se

Re: JSR-168 and Struts

2003-10-29 Thread Craig R. McClanahan
Don Brown wrote: Pretty much the only dependency of struts-chain is a recent build of jakarta-commons-sandbox/chain. To fully build commons-chain, in addition to other commons jars, you need the porlet api jar, the servlet jar, and the latest jsf jar from the sun web services pack 1.3 I believe.

DO NOT REPLY [Bug 24236] New: - Validaor error while validator for fields in element

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24235] New: - Secure html:link tag, plus module support.

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

Re: Struts Chain... seams similar to HiveMind ?

2003-10-29 Thread Don Brown
On Wed, 29 Oct 2003, Vic Cekvenich wrote: > But... the chain has a set of steps that are "pre-progrmed", and there > was some discusion as to what those steps should be idealy. Yes, it can > do return codes but > > If HiveMind (or an aproach like it) is used to do the chain, then I can > easil

Re: Struts Chain... seams similar to HiveMind ?

2003-10-29 Thread Vic Cekvenich
But... the chain has a set of steps that are "pre-progrmed", and there was some discusion as to what those steps should be idealy. Yes, it can do return codes but If HiveMind (or an aproach like it) is used to do the chain, then I can easily add interceptors, and alterantice idea for consid

Re: Struts Chain... seams similar to HiveMind ?

2003-10-29 Thread Martin Cooper
On Wed, 29 Oct 2003, Vic Cekvenich wrote: > Struts Chain... seams similar to HiveMind ? If you mean in roughly the same way that apples are similar to oranges, then I'd agree with you. ;-) Otherwise, no, I don't see similarity. HiveMind is "a services and configuration microkernel" or "a central

Re: Struts Chain... seams similar to HiveMind ?

2003-10-29 Thread Don Brown
While both concern wiring code together using xml, I think the similarity ends there. Hivemind, from my cursory overview, seems more like another Inversion of Control (IoC) framework like Avalon, PicoContainer, and Spring. It is takes services and manages their dependencies and lifecycle, allowin

RE: JSR-168 and Struts

2003-10-29 Thread Don Brown
Pretty much the only dependency of struts-chain is a recent build of jakarta-commons-sandbox/chain. To fully build commons-chain, in addition to other commons jars, you need the porlet api jar, the servlet jar, and the latest jsf jar from the sun web services pack 1.3 I believe. However, you shou

RE: JSR-168 and Struts

2003-10-29 Thread Mete Kural
Hello Struts and Pluto developers, There was a thread about developing JSR-168 support into Struts 2.0 in the pluto-dev list and we thought it might be best to continue this thread on both lists, pluto-dev and struts-dev synchronously. Below is the last email in the thread send by Scott Weaver

Struts Chain... seams similar to HiveMind ?

2003-10-29 Thread Vic Cekvenich
Struts Chain... seams similar to HiveMind ? Am I wrong? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building the Struts /contrib code in the CVS

2003-10-29 Thread Martin Cooper
I'll work with Scott on this over on pluto-dev, since he's likely not subscribed to struts-dev (while I am subscribed to pluto-dev). -- Martin Cooper On Wed, 29 Oct 2003, Mete Kural wrote: > Hello Struts developers, > > Scott Weaver from the Jetspeed and Pluto projects wrote that he tried to bu

Building the Struts /contrib code in the CVS

2003-10-29 Thread Mete Kural
Hello Struts developers, Scott Weaver from the Jetspeed and Pluto projects wrote that he tried to build the code in the /contrib folder of the Struts CVS and faced some problems. I think he wants to take a look at the struts-chain code in order to figure out how it's going to work in a portlet

DO NOT REPLY [Bug 24210] - org.xml.sax.SAXParseException: say which file (incl. path) is concerned

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24210] - org.xml.sax.SAXParseException: say which file (incl. path) is concerned

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24210] - org.xml.sax.SAXParseException: say which file (incl. path) is concerned

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

Trouble with using multiple struts-configs for a single module and Tiles

2003-10-29 Thread Marino A. Jonsson
Hi all, I am using multiple modules, and the idea was to use the config for the default module as a base config for other modules. The other modules would add module specific elements and/or override those defined in the base config. So for each of these "sub-modules" I would specify two configs

DO NOT REPLY [Bug 24202] - Javascript validation fails for single radio and single checkbox

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24209] - Multiple format mask for zip code

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24210] New: - org.xml.sax.SAXParseException: say which file (incl. path) is concerned

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24209] New: - Multiple format mask for zip code

2003-10-29 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://nagoya.apache.org/bugzilla/show_bu