Feature Requests item #1567485, was opened at 2006-09-29 05:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1567485&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: None
Status: Open
Priority: 5
Submitted By: Karthik Guru (karthik_g)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ability to specify TextTemplateHeaderContributions location

Initial Comment:
Currently, 

TextTemplateHeaderContributions go in the beginning of
the rendered HTML. So if i try to look up elements that
are likely to render later in the form using DOM in the
javascript file,they dont work.

Is there anyways TextTemplateHeaderContributions can be
made to work a little harder (its already quite nice now).

//Start Javascript file


var formOnRender;
var detectFormModification = true;

//blah blah

<render_later>
 formOnRender = wicketSerializeForm(${form_id});
</render_later>
        
//End Javascript file

Would be nice if we can get the contents within
<render_later> to render after the page is rendered.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1567485&group_id=119783

-------------------------------------------------------------------------
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
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to