Bugs item #1497530, was opened at 2006-05-30 12:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1497530&group_id=119783
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Sven Meier (svenmeier)
Assigned to: Nobody/Anonymous (nobody)
Summary: Page#onBeforeRender() and #onAfterRender() called twice
Initial Comment:
The methods onBeforeRender() and onAfterRender() of a
Page are called twice:
Page.java
public final void renderPage() {
...
onBeforeRender();
try
{
render(null);
}
finally
{
onAfterRender();
}
Component.java
public final void render(final MarkupStream markupStream) {
...
onBeforeRender();
try
{
onRender(markupStream);
}
finally
{
onAfterRender();
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1497530&group_id=119783
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop