freeing resources

2001-10-03 Thread Anish Acharya
this? Thanks for any help you can provide. Lates, Anish Acharya Software Developer Amdocs Toronto

referencing images

2001-09-21 Thread Anish Acharya
Hello everyone. I'm just wondering if anyone has had trouble referencing images from within a .jsp page that includes Struts tags? None of my images display. I can't seem to figure out which directory struts is running under when it gets to the page, and consequently I can't set the right

iterating over a collection

2001-09-19 Thread Anish Acharya
Hello everyone. Just wondering if anyone can spot the error in this code: % Vector allTheCoins = (Vector)(application.getAttribute(allCoins)); % logic:iterate collection=allTheCoins id=coinName TR TDbean:write name=coinName/ /TD /TR /logic:iterate I have