Now the error is not displayed. But it says like "11:32:02.000 INFO -
Command request:
isElementPresent[//descendant-or-self::textarea[descendant::t...@class="img_space"]
and descendant::t...@class="bankInp"] and
@id="cc_template"]/tr/descendant-or-self::t...@class="bankInp"]/descendant-or-self::input[contains(@name,"bank.bankName")
and contains(@class,"bankComp") and @title="Enter bank name"], ] on session
707250
11:32:02.031 INFO - Got result: OK,false on session 707250 "

i think it will help you to give more idea, If i give you next lines of
code.

<textarea style="display:none" id="cc_template">
    <tr>
        <td class="img_space"></td>
        <td class="bankInp">
            <input type="text" name="{2}[{0}].bank.bankName" value=""
id="eFrm_{2}_{0}__bank_bankName" class="requiredBankRel bankComp"
title="Enter bank name"/>
        </td>
        <td style="text-align: left;">
            &nbsp;Member since <select name="{2}[{0}].memberSince.year"
id="eFrm_{2}_{0}__memberSince_year" class="selectboxStyle requiredBankRel"
onchange="checkAndDisableMonth(this);">
    <option value=""
    class="gray_header"
    >Yrs</option>
    <option value="2008">2008</option>
    <option value="2007">2007</option>
    <option value="2006">2006</option>
    <option value="2005">2005</option>
    <option value="2004">2004</option>
    <option value="2003">Before 2004</option>

</select>

            <select name="{2}[{0}].memberSince.month"
id="eFrm_{2}_{0}__memberSince_month" class="requiredBankRel">
    <option value=""
    class="gray_header"
    >MMM</option>
    <option value="1">Jan</option>
    <option value="2">Feb</option>
    <option value="3">Mar</option>
    <option value="4">Apr</option>
    <option value="5">May</option>
    <option value="6">Jun</option>
    <option value="7">Jul</option>
    <option value="8">Aug</option>
    <option value="9">Sep</option>
    <option value="10">Oct</option>
    <option value="11">Nov</option>
    <option value="12">Dec</option>

</select>
        </td>
        <td style="text-align: left; padding: 2px;">Credit Limit
            <input type="text" name="{2}[{0}].creditLimit" value=""
id="eFrm_{2}_{0}__creditLimit" class="number normal requiredBankRel"
title="Credit limit (Rs.)"/>
        </td>
        <td>
            <span class="font_small brel" ><a href="#loansSection" class=""
onclick="deletereln(this, '{1}');">Delete</a>
            <span class="addRel"> | <a class="bankrel brel"
href="#loansSection" onclick="add('{1}');">Add another</a></span></span>
        </td>
    </tr>
</textarea>

Thanks,
Sumathi
On Fri, Dec 12, 2008 at 11:16 AM, <[email protected]> wrote:

>
> Could you post the couple lines before the error in the log?
>
> Seems I missed the "/" for the trailer. Please try the following to
> see if it solves you problem.
>
> ui.Container(uid: "CCTemp", clocator: [tag: 'textarea', id:
> 'cc_template', trailer: '/tr'], group: "true"){
>   TextBox(uid: "ImageSpace", clocator: [tag: 'td', class:
> 'img_space'])
>   Container(uid: "BankInp", clocator: [tag: 'td', class: 'bankInp']){
>     InputBox(uid: "BankName", clocator: [name: '%%bank.bankName',
> class: '%%bankComp', title: 'Enter bank name'])
>   }
>
> Thanks,
>
> Jian
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to