Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
GetChildByName issues
Scott_G
I have the following code inside of a larger DCT, but I have stripped it down to the basics needed for testing.
I basically want to ensure that the following works:
1. They don't select the same railType. This has been tested, and seems to be working.
2. They don't select the same Asset. Each DCR in our system has a unique asset generated. The end user should not put the same asset on the page twice. The strange behavior I am noticing is that the for loop method works just fine. However when the following line is called:
this.getRailsChildren()[0].getChildByName("railModules")
Firebug says that there are no properties for this. It seems strange that is the case (especially when this does work: this.getRailsChildren()
.getChildByName("railType").getValue()).
When I call getChildByName on an item it returns, but anytime I call getChildByName on a replicant, I get nothing back. Is this intended behavior? Have I missed something?
Forgot the following
6.7.1 Build 67998 Interwoven 20070828
Find more posts tagged with
Comments
There are no comments yet