| Rune Hellem 2005-11-30, 5:56 pm |
| I have one script like this:
--------------------------
# 'search' returns a list of objects
foreach child [$Content search all] {
# details get printed, they are not returned as a result
# puts [$Content details $child]
}
--------------------------
This produces the following result (just ignore the Norwegian locale
--------------------------
navn: wps.Search_Center
id :_6_081SK0TDQA0SHADG_6D
type: composition
ingen underordnede
--------------------------
Then, when trying to use the name (navn) gathered from the script above in the following script
--------------------------
$Content find any uniquename "wps.Search_Center"
--------------------------
...it does not find anything...as far as I understand this should be pretty straight forward, and also according to the following article http://websphere.sys-con.com/read/98056_2.htm but, it is not!
Can anyone help?
Rune
|