Re: Wrong struts rendered tags

2008-01-14 Thread Mitchell James
Look at setting xhtml theme. http://struts.apache.org/2.0.11/docs/themes-and-templates.html -- James Mitchell On Jan 14, 2008, at 1:20 PM, Schuenck wrote: Hi, I'm starting in Struts and already found a little problem. While rendering the html inputs, struts don't close the t

Re: Funny, just got around to watching this JSF video..

2007-01-16 Thread Mitchell James
Ya, don't EVEN get me started on some of the hacks I've had to do in the last 8 months to get our JSF app to behavesheeesh! -- James Mitchell 678.910.8017 On Jan 16, 2007, at 11:34 PM, Rick Reumann wrote: I just got around to watching this JSF presentation with Ed Burns.. http://even

Re: OT: file download without opening a window

2006-12-06 Thread Mitchell James
Can you restate what you want? It's not exactly clear what you are asking. -- James Mitchell 678.910.8017 On Dec 6, 2006, at 4:56 PM, Søren Blidorf wrote: Does anybody know how to make a form button, that starts downloading myFile.xml What I want is to make an onclick = "Save target

Re: Autocomplete attribute in Struts tags

2006-12-04 Thread Mitchell James
You can also do this with a bit of javascript that manipulates the dom, which ultimately does as Rahul suggests, only no need for a custom tag. -- James Mitchell 678.910.8017 On Dec 4, 2006, at 4:12 PM, Albert L Sapp wrote: I think the original question was how to *avoid *displaying pr

Re: struts 2.0.x samples on java 1.4.2

2006-11-25 Thread Mitchell James
I can't remember if these jars are included in the war, but they are required at runtime: retrotranslator-runtime-n.n.n.jar backport-util-concurrent.jar -- James Mitchell 678.910.8017 On Nov 24, 2006, at 9:31 PM, David Bloom wrote: I tried all the sample struts 2.0.1 wars individually

Re: Regarding Compatability for Struts-2.0.1

2006-11-23 Thread Mitchell James
Struts 2 will not be backward compatible in the sense of allowing you to run things "as is". I would recommend taking a look at the migration guide. http://struts.apache.org/WW/migration-guide.html -- James Mitchell 678.910.8017 On Nov 23, 2006, at 5:55 AM, Jeevan Kumar Kade wrote:

Re: enctype="multipart/form-data" gives null values for ActionForm properties

2006-11-23 Thread Mitchell James
With most browsers, you cannot autopopulate a file upload field on a form. The reason for this is security. If such a thing was allowed, malicious web sites could have hidden frames that uploaded sensitive files. For the browsers that do allow it, they will prompt and warn the user when