i'm trying to do something a little wonky and would like to put it
forth to you guys to your feedback. i have a bunch of main level
components that all have a header component as their first action.
then there are a bunch of other components called later on in the main
component. what im trying to do is get the header comp to determine
what components are about to be called. this would be easy if it was a
footer component, just read through the stack. but at the beginning of
the request, the stack doesnt exist yet.

so my initial thought is to parse through the main comps source and
pull out what i need (and cache it of course). but this is a bit
brutish IMO. is there useful information from the lexer/compiler that
could be used? or any thoughts on parsing the code?

thanks for the input.

-- 
William Cox

email: [EMAIL PROTECTED]
blog: http://my-dimension.com/
music: http://www.last.fm/user/mydimension/
photos: http://flickr.com/photos/mydimension/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to