RE: struts-config.xml

2003-03-20 Thread Wayne A Christian
If you're using struts 1.1, probably you can modularize the struts config. Each module has its own xml file. The modules can be broken down by developer groups/functions Wayne Christian Sr. Staff Software Engineer Genesys Telecommunications Labs 2100 Gateway Centre Blvd. Suite 300 Morrisville,

RE: images in html buttons

2003-03-20 Thread Wayne A Christian
Wendy, So you use the style sheets as a way to attach the image to the button? Wayne Christian Sr. Staff Software Engineer Genesys Telecommunications Labs 2100 Gateway Centre Blvd. Suite 300 Morrisville, NC 27560 ? Office: (919) 466-6151 Fax:(919) 466-6157 ? EMail:

wizards within wizards

2003-03-20 Thread Wayne A Christian
Within struts, are wizards just a progression of actions/actionforms? Is there a framework for building wizards or does everyone just do their own thing? I've got a situation where I have multiple wizards and many of them may be invoked from other wizards, creating a cascade of wizards. What I

images in html buttons

2003-03-20 Thread Wayne A Christian
Within the body of a standard HTML tag, I can place HTML, such as the tag and this will get rendered as the button image. With struts tag, this doesn't work and I get the raw text rendered as the button text. Is there a way around this other than going to image maps which don't work the same