Struts----formbean --petstore

2001-08-22 Thread Kurt
Dear all I'musing Struts as my webtier in MVC structure. now I've got a string of data from database. and load the string in my formbean successfully. but my problem ishow to load the string I got from the DBand show the string in a jsp(view).any suggestion will be greatly

Tiles and Components Framework Problems

2001-08-22 Thread Sean
Hello All, I have the latest nightly build from today (08212001) and I have a struts-config file that works fine except for a small forward problem. I have the following global forwards defined: global-forwards forward name=login path=forward.login/ forward name=failure

dave hayes indexed properties / text area

2001-08-22 Thread Nathan Coast
Hi, Sorry if this is a bit of a cross post with user but I figured dev is a better place for this. Is there any reason why the text area tag wasn't included in the indexed tag patch? We've just implemented this (copied from BaseFieldTag) in the TextAreaTag as a workaround. Good idea? bad

caching custom tag results

2001-08-22 Thread Mike Dewhirst
If anybody has done this before, what is a good way of caching custom tag results? For instance, I have a custom tag, that generates image tags (by dynamically building up the url). I'd rather it didn't go through the same process 4 times for the same image. How can I get around this? Thanks for