Code usage question
"Christian Cryder" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Can people do a quick check on their Barracuda related code for me...I'd
like you to search for 'preCompRender' and 'postCompRender'.
Right now the signatures look like this:
public void preCompRender(BComponent root, ViewContext vc) {
public void postCompRender(BComponent root, ViewContext vc) {
I'd like to change it to be
public void preCompRender(BComponent root) {
public void postCompRender(BComponent root) {
This would require everyone to do a search and replace on the code above (if
they have it implemented...I'm guessing most people don't). Then, if those
methods were using a reference to ViewContext vc, you'd have to call the
(soon to be added) getViewContext() method.
Would this be a hardship for anyone?
Let me know as soon as possible...
Thanks,
Christian
----------------------------------------------
Christian Cryder [[email protected]]
Internet Architect, ATMReports.com
Barracuda - http://barracudamvc.org
----------------------------------------------
"Coffee? I could quit anytime, just not today"