File upload using maxFileSize

2005-07-13 Thread Marc Walter
ot;upload" parameter from the request. The UploadAction is still being processed! Does someone have an explanation for this? I don't understand this struts behaviour. Thanks! Kind regards, Marc Walter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Alternate color in html:iterate

2005-07-13 Thread Marc Walter
Hi! Try this: class="odd"<% } else { %>class="even"<% } %>> It works fine. Define the colours in your local css file for the classes "odd" and "even". Kind regards, Marc Walter - Hi All, I'm using html:iter