Jim,
Trying to apply your code, I tried getting html:text tags work again, but I 
could not get the thing I wanted, so I give up.
Let's hope you "write a huge article once the project is over". :)

Turgay.

>From: Jim Richards <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: How do you use indexed properties with html:input?
>Date: Wed, 09 May 2001 22:35:17 +1000
>

.....

>I do a different thing. I have the data stored in a SortedMap and have the 
>setter
>and getter methods like this (where templateEntries is the SortedMap):
>
>     public TemplateEntry getEntry(int orderId) {
>         return (TemplateEntry) templateEntries.get(new Integer(orderId));
>     }
>
>     public void setEntry(int i, TemplateEntry templateEntry) {
>         templateEntries.put((new Integer(i)), templateEntry);
>     }

.....

>Yes, I'll write a huge article once the project is over on what the hell I
>did, because I don't think I'll fully understand what I have done until
>then.
>
>(Just did some way cool stuff with some JavaScript that generates a date
>widget for user input)
>
>
>--
>Kumera - a new Open Source Content Management System
>for small to medium web sites written in Perl and using XML
>http://www.cyber4.org/kumera/index.html

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Reply via email to