Re: Printer Friendly Struts Form

2005-09-14 Thread Mario_Hernandez
Here's a solution for you, but I don't know its applicability to Firefox, and won't work for inline styling. 1. Start by outputting the information in a text area and in a div/span. 2. Give each different class names/ids, say foo and bar respectivly. 3. Link to your stylesheet or declare your

Re: Printer Friendly Struts Form

2005-09-14 Thread Mario_Hernandez
Woops, should have read the rest of the thread as Jeff Deskins had already brought up the media attribute.

Re: Printer Friendly Struts Form

2005-09-15 Thread Mario_Hernandez
Ed, I'm not sure why you would need to use javacript to change the the media attribute. If you just output the both at the same time, the styles with media set to screen get applied only on your monitor and while the media=print styles are ignored. The reverse is true when you send the page t

Re: Action mapping to a Tile

2005-09-30 Thread Mario_Hernandez
just out of curiosity, did you mean to write Test

This is an easy one

2005-10-11 Thread Mario_Hernandez
I should know this, but how do I use '&' in a tiles xml? I guess this makes me the whipping boy for a while.

tag's default object formatting

2005-11-11 Thread Mario_Hernandez
Hello all. A while back I poked around and I think I remember finding some resource property keys that I could override for Object formatting. For instance, using where foo is a Date on some bean. i want dates output and read in as mm/DD/. Anyone know what key I should be use to specify th

indexed properties and validation

2005-11-15 Thread Mario_Hernandez
I've got a form with an indexed propety contained in an array list, with values such as ssn. It has four accessor methods List getDependents() DependentForm getDependent(int i) void setDependents(List l) void setDependent(int i, DependentForm form) The validator makes an ActionError with a key of

Re: indexed properties and validation

2005-11-16 Thread Mario_Hernandez
No one?? [EMAIL PROTECTED] 11/15/2005 04:15 PM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject indexed properties and validation I've got a form with an indexed propety contained in an array list, with values such as ssn. It has four accessor method