struts based help system?

2003-06-09 Thread Ittay Dror
Hello,

Does anybody know of a struts based help system? If not, any other
server-side (meaning the pages are rendered on request) help system
framework?

Thank you,
Ittay



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: struts based help system?

2003-06-09 Thread Doug Bryant
we just did a custom tag.  Passed in an parameter to tag such as,
"Shipping".  The tag would then go to the server and lookup the mapping
for what should be displayed for that particular topic, say
"/requestorShipping.jsp" .  Our mapping is just a simple property file. 
It could just as easily be a database lookup, xml file, etc.

Hope this helps.  

Doug

On Mon, 2003-06-09 at 10:05, Ittay Dror wrote:
> Hello,
> 
> Does anybody know of a struts based help system? If not, any other
> server-side (meaning the pages are rendered on request) help system
> framework?
> 
> Thank you,
> Ittay
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Doug Bryant
ICF Consulting
Software Engineer

phone: 843.760.3635
  fax: 843.207.5444
email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]