Yes.. the web.xml comment is what got us to this discussion.. and
perhaps ..some confusion..
if you can update the comment, that would be useful ..
thanks
Chris Chabot wrote:
For PHP that comment is perfectly valid.
Just create a myContainer.js, copy the contents of container.js to it,
change
{"gadgets.container" : ["default"],
to
{"gadgets.container" : ["myContainer"],
And make your changes that you need to myContainer.js. This was you can
keep svn updating, etc, plus have a configuration per 'container'. Just
make sure on the iframe URL you specify &container=myContainer for it to
use that config :)
Ps, web.xml is purely Java build stuff and not related to the PHP
version.
-- Chris
On Thu, 2008-07-03 at 14:38 +0300, Erel Segal wrote:
OK, so, can you please change the comment in container.js to reflect
this?
(the current comment reads: "Rather than replacing this file, you
should
create your own container.js file and load it directly by modifying
the
value of web.xml").