Archive

Archive for September, 2004

Borders 20% off coupon

September 19th, 2004

Get it here

nick Uncategorized

Struts set-property confusion

September 13th, 2004

I finally had cause to use the set-property element in for Actions in the struts-config.xml file. Initially, I believed that the properties being set would have to exist on the Action class. As it turns out, when you use set-property, Struts looks in the ActionMapping class for the property to set.

This is a pain because you must then create a subclass of ActionMapping with the properties that you’re trying to set. To set the new ActionMapping class for the action, you need to use to the className attribute in the <action> element.

nick Uncategorized

NFJS in Chicago

September 1st, 2004

Well, it’s not really in Chicago. It’s in Elk Grove, from 1-3 October. I’m currently debating if it’s worth my time to go. Is anyone else from Chicago going to be attending?

nick Uncategorized