Re: 2005

2004-12-31 Thread Dakota Jack
Ditto! The very best wishes for happiness and for prosperity in the coming new year. Jack On Fri, 31 Dec 2004 18:32:12 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: > I wish everyone on the list success in 2005. > > Cheers! > > Erik > > > Eddie Bush wrote: > > >Here's wishing us all a fanta

Re: 2005

2004-12-31 Thread Erik Weber
I wish everyone on the list success in 2005. Cheers! Erik Eddie Bush wrote: Here's wishing us all a fantastically fun, SAFE holiday, and an even more properous year in 2005 in all our endeavors! HAPPY NEW YEAR! :-D On Fri, 31 Dec 2004 10:37:48 -0600, e-denton Java Programmer <[EMAIL PROTECTED]> wro

Re: Map-backed ActionForm and diff input types

2004-12-31 Thread Dakota Jack
There are lots of ways. You can, for example, include that information in the request object by putting it into the name/value pair. Jack On Fri, 31 Dec 2004 14:17:57 -0800, Oleg <[EMAIL PROTECTED]> wrote: > I have to apologize for not explaining myself more clearly. What I am > doing is buildi

Re: Map-backed ActionForm and diff input types

2004-12-31 Thread Oleg
I have to apologize for not explaining myself more clearly. What I am doing is building a form at run time. All the field information, including fields type is pulled from the database, so based on that value I wanted to display input type text, or input type hidden or whatever. It seem to me thoug

Re: How many people plan to upgrade to Struts 1.3 on Servlet 2.2 (Tomcat 3) ? If any?

2004-12-31 Thread Joe Germuska
I don't think it's been done yet, but my understanding was that we were going to make Servlet 2.3 the baseline for Struts 1.3. This will work with Fileupload switching to a filters implementation, and (joy of joys), will allow us to pass root exceptions up in ServletException and JSPException!

How many people plan to upgrade to Struts 1.3 on Servlet 2.2 (Tomcat 3) ? If any?

2004-12-31 Thread Vic
? ('cuase Servlet 2.3 (Tomcat 4) has JSTL instead of bean/logic tags) .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Map-backed ActionForm and diff input types

2004-12-31 Thread Eddie Bush
You can't tell, based off the form, which fields are hidden or visible. This is something you have to know and hard-code into the page. So far as being different types, ... well, that's the same thing :-) EVERYthing is carried around in a form as text because if you were to have a form with non-

Re: 2005

2004-12-31 Thread Eddie Bush
Here's wishing us all a fantastically fun, SAFE holiday, and an even more properous year in 2005 in all our endeavors! HAPPY NEW YEAR! :-D On Fri, 31 Dec 2004 10:37:48 -0600, e-denton Java Programmer <[EMAIL PROTECTED]> wrote: > And, thanks to all for their help this year! > > - Original Mes

Re: Struts usage question

2004-12-31 Thread Dakota Jack
Yes. Use JSTL instead. Jack On Fri, 31 Dec 2004 15:29:45 +0100, Axel Gross <[EMAIL PROTECTED]> wrote: > hi there! > > the el libs use the jsp 2.0 expression language (${} instead of <%= %> ) > If you don't have a servlet container which supports that by itself, you can > use the el-tags to use

Re: Form autocomplete property

2004-12-31 Thread Craig McClanahan
On Sat, 01 Jan 2005 00:49:04 +0800, Andrew Hill <[EMAIL PROTECTED]> wrote: > > a rather puritanical approach > > > Yes, that about sums it up. Except that it was really a *deliberate* puritannical approach :-). Part of the thing about "doing open source" is the opportunity to make political st

Re: Form autocomplete property

2004-12-31 Thread Andrew Hill
a rather puritanical approach Yes, that about sums it up. Im rather of the opinion that all the struts html tags should have some kind of generic mechanism to allow you to specify any non-standard attributes you want. Perhaps something like: Though that would have problems with those that

Re: 2005

2004-12-31 Thread e-denton Java Programmer
And, thanks to all for their help this year! - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "strutsuser" Sent: Friday, December 31, 2004 10:09 AM Subject: 2005 > And a happy new year to you all! > > -Andrew > > 2005-01-01 00:07 > > > --

2005

2004-12-31 Thread Andrew Hill
And a happy new year to you all! -Andrew 2005-01-01 00:07 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to start the application?

2004-12-31 Thread Vic
Take a look at the Struts tutorials links from Struts home page; or google them. Or Struts Books. Maybe you can unjar the Struts start war and get the action to call your html. .V S.B. wrote: I am about to start building a new application. I have a html mockup page. What's the initial steps to b

How to start the application?

2004-12-31 Thread S.B.
I am about to start building a new application. I have a html mockup page. What's the initial steps to build the applications considering that page? What classes/do I need to start? Any suggestions? - To unsubscribe, e-mail: [E

Form autocomplete property

2004-12-31 Thread Flemming G. Jensen
Hi List, First: I wish you all will have a happy 2005 with a lot of good Struts based applications! Now my question: The Struts html-tag library does not support the autocomplete property. Why not? I know that the autocomplete property is not in the W3Org standard, but that does not mean it is

Re: Struts usage question

2004-12-31 Thread Axel Gross
hi there! the el libs use the jsp 2.0 expression language (${} instead of <%= %> ) If you don't have a servlet container which supports that by itself, you can use the el-tags to use it at least inside of the struts tags. hth, axel On 2004-12-31 at 13:23:19 +0200, dsarris wrote: > On Fri, 31 Dec

Re: Map-backed ActionForm and diff input types

2004-12-31 Thread Dakota Jack
Do you have a specific problem? I cannot tell what the worry is. Jack On Fri, 31 Dec 2004 00:47:57 -0800, Oleg <[EMAIL PROTECTED]> wrote: > Hi, > > Map-backed forms work great if all the fields are same input type, for > example text. What if its mixed: text field, check box, input hidden. > H

Re: Struts usage question

2004-12-31 Thread dsarris
On Fri, 31 Dec 2004 11:26:47 +0200, dsarris <[EMAIL PROTECTED]> wrote: > On Thu, 30 Dec 2004 09:23:28 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "dsarris" <[EMAIL PROTECTED]> > > > I am trying to use the tag with the > > > tag. > > > Do I have to put the collection property inside th

Re: Struts usage question

2004-12-31 Thread dsarris
On Thu, 30 Dec 2004 09:23:28 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "dsarris" <[EMAIL PROTECTED]> > > I am trying to use the tag with the > > tag. > > Do I have to put the collection property inside the form bean of the > > form that contains the ? > > The docs say if you leave of

Map-backed ActionForm and diff input types

2004-12-31 Thread Oleg
Hi, Map-backed forms work great if all the fields are same input type, for example text. What if its mixed: text field, check box, input hidden. How would you distinguish whats where? Thanks - To unsubscribe, e-mail: [EMAIL PROT

RE: Form based authentication issue

2004-12-31 Thread mohan.radhakrishnan
Hi, It might not be weird. If your image URL is the last protected request URL then after authentication the container will show that. I mean that the image is the latest protected resource(even later than the original requested URL) I think that if the image is not showing then it is prot