iterate through two collections

2006-11-10 Thread Van Nguyen
Hi,    I have two ArrayList that I need to iterate through:       // write info contained in collection2   // something like this… but not working??     collection1 and collection2 will always have the same number of records…   Any ideas?

HTML:FILE

2006-11-07 Thread Van Nguyen
I’m trying to create a jsp page that can upload a file.  Everything works, but I cannot apply my style to the “Browse” button:     That displays the regular button… I apply the same styleClass to the submit button and that works out fine:     Any ideas on why it my style won’t app

RE: render trademark symbol

2006-10-11 Thread Van Nguyen
e a more elegant way about this? -Original Message----- From: Van Nguyen Sent: Tuesday, October 10, 2006 11:59 AM To: Struts Users Mailing List Subject: RE: render trademark symbol Ok... setting the filter to false works. Thanks! -Original Message- From: Ed Griebel [mailto:[EM

RE: render trademark symbol

2006-10-10 Thread Van Nguyen
s what you are looking for. On 10/10/06, Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote: > hi, > > set the filter attribute of bean:write tag to false and try > > > - Original Message - > From: "Van Nguyen" <[EMAIL PROTECTED]> > To: "Struts U

RE: render trademark symbol

2006-10-10 Thread Van Nguyen
escaping the & so maybe you could try adding escapeXml="false" inside the bean:write tag. -ed On 10/10/06, Van Nguyen <[EMAIL PROTECTED]> wrote: > That displays: > (r) > > We need it to display: > (tm) > > > -Original Message- > From: Martin G

RE: render trademark symbol

2006-10-10 Thread Van Nguyen
its contents - Original Message - From: Van Nguyen To: user@struts.apache.org Sent: Tuesday, October 10, 2006 1:13 PM Subject: render trademark symbol Hi, I'm using struts 1.2.9 and am running into a problem rendering the trademark symbol using the bean t

render trademark symbol

2006-10-10 Thread Van Nguyen
Hi,   I’m using struts 1.2.9 and am running into a problem rendering the trademark symbol using the bean taglib.   I have this string stored in my lucene index as:   W.Rose™ Convex Jointer   It stores it in my bean as such… but when I use the tag, it displays it as: