2009/10/12 excurser <[email protected]> > Following up on this. I wrote a preparer class that I can reuse for > various attributes. However, so far I can only extend attributes that > have a string value associated with them. If an attribute links to a > file (e.g. /header.jsp) the the preparer adds the aux value to the > file name instead of the actual content in the file resulting in > something like: > > /header.jsp--appended text here > > This of course results in an error because there is not file called > "/header.jsp--appended text here". I guess the header attribute > content needs to be evaluated before adding the aux value. Is this > possible within the preparer class? >
Wait a minute, in this case there is something that I don't understand. What do you mean with "appending text" in this case? Antonio
