check if Lighthouse account exists without view

I need to check to see if a Lighthouse user exists like checking accountInfo.accounts[Lighthouse].created - only I need to be able to do it before opening a user view. Is there a Java method I can use where I can simlpy pass in the accountId?Thanks, -T-
[267 byte] By [TD_ROC] at [2007-11-26 10:55:47]
# 1
you could use the testUser FormUtil method
chits98 at 2007-7-7 3:08:57 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Ever get it to work? Have a successful example? I tried it yesterday and could not get the results I wanted. I tried finduser also, but it always gave me the accountId even if it didn't exist. Thanks,-T-
TD_ROC at 2007-7-7 3:08:57 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
worst case just call 'getobjectifexists' with type User. if the user exist it will be returned. if not..you will get null.testuser is the best way to go though. or simply do a search where accountId equals usernamedana reedaegisusadenver, co
danareed at 2007-7-7 3:08:57 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
It works fine for me. The code i used is<invoke name='testUser' class='com.waveset.ui.FormUtil'> <ref>context</ref> <s>asha</s></invoke>and the result i get is<String>true</String>
chits98 at 2007-7-7 3:08:57 > top of Java-index,Web & Directory Servers,Directory Servers...