Re: Code usage question
"Merg" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <000d01c2e353$c99c4e50$0100a8c0@gandalf> |
No problem at all. Regards, Merg ----- Original Message ----- From: "Christian Cryder" <[email protected]> To: "BarracudaMVC" <[email protected]> Sent: Wednesday, March 05, 2003 8:58 PM Subject: [Barracuda] Code usage question > 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" > > _______________________________________________ > Barracuda mailing list > [email protected] > http://barracudamvc.org/lists/listinfo/barracuda >