Do you have another information such as log and error message? If you could provide us some sample html source for you application, that would help us a lot.
Also, have you tried to validate the UI module by the method validate(uid) or diagnose a single component by calling diagnose(uid) Thanks, Jian On Thu, Mar 24, 2011 at 7:04 AM, HariAmtex <[email protected]> wrote: > Hi , > The Mytable.SaveProfile is Not working can u solve o > > > > ui.Container(uid: "Dspage", clocator: [tag: "table", class: > "dspage"]){ > Selector(uid: "LstProfiles", clocator: [tag: > "select", id: > "lstProfiles"]) > UrlLink(uid: "A", clocator: [tag: "a", text: > ">>"]) > Selector(uid: "Template", clocator: [tag: > "select", id: > "template"]) > Div(uid: "SaveProfile", clocator: [tag: > "nobr", text: "Save > Profile Dataset"]) > Div(uid: "Tabletxt", clocator: [tag: "td", > text: "Please provide > the ", id: "tabletxt"]) > Div(uid: "SaveProfile1", clocator: [tag: > "nobr", text: "Save > Profile Dataset"]) > InputBox(uid: "TxtDSName", clocator: [tag: > "input", type: > "textbox", id: "txtDSName"]) > TextBox(uid: "Tabletxt", clocator: [tag: > "td", text: "Please > provide the ", id: "tabletxt"]) > } > ui.Container(uid: "Mytable", clocator: [tag: "table", class: > "mytable"]){ > CheckBox(uid: "All", clocator: [tag: "input", type: > "checkbox", > name: "viewable", id: "all"], respond: ["click"]) > CheckBox(uid: "Group", clocator: [tag: "input", > type: "checkbox", > name: "viewable", id: "group"], respond: ["click"]) > InputBox(uid: "TxtDescription", clocator: [tag: > "textarea", id: > "txtDescription"], respond: ["keyDown", "blur"]) > SubmitButton(uid: "SaveProfile", clocator: [value: > "Save Profile > Dataset",tag: "nobr", text: "Save Profile Dataset"], respond: > ["click"]) > Div(uid: "SaveProfile", clocator: [tag: "nobr", text: "Save > Profile > Dataset"]) > Container(uid: "Section", clocator: [tag: "tr"]){ > Container(uid: "Part", clocator: [tag: "td", > direct: "true"]){ > Container(uid: "Dspage", clocator: > [tag: "table", direct: "true", > class: "dspage"]){ > Container(uid: "Section", > clocator: [tag: "tr"]){ > Container(uid: > "Part", clocator: [tag: "td", direct: "true"]){ > > InputBox(uid: "TxtDSName", clocator: [tag: "input", direct: > "true", type: "textbox", id: "txtDSName"]) > } > } > } > Container(uid: "ProfileTable", > clocator: [tag: "table", direct: > "true", class: "profileTable"]){ > Container(uid: "Section", > clocator: [tag: "tr"]){ > Container(uid: > "Part", clocator: [tag: "td", direct: "true"]){ > > CheckBox(uid: "Self", clocator: [tag: "input", type: > "checkbox", name: "viewable", id: "self"], respond: ["click"]) > } > Container(uid: > "Part2", clocator: [tag: "td", direct: "true"]){ > > CheckBox(uid: "Group", clocator: [tag: "input", type: > "checkbox", name: "viewable", id: "group"], respond: ["click"]) > } > Container(uid: > "Part3", clocator: [tag: "td", direct: "true"]){ > > CheckBox(uid: "All", clocator: [tag: "input", type: > "checkbox", name: "viewable", id: "all"], respond: ["click"]) > } > } > } > Container(uid: "ProfileTable2", > clocator: [tag: "table", direct: > "true", class: "profileTable"]){ > Container(uid: "Section", > clocator: [tag: "tr"]){ > Container(uid: > "Part", clocator: [tag: "td", direct: "true"]){ > UrlLink(uid: > "Button", clocator: [tag: "a", class: "button"]) > } > Container(uid: > "Part2", clocator: [tag: "td", direct: "true"]){ > UrlLink(uid: > "Button", clocator: [tag: "a", class: "button"]) > } > } > } > } > } > } > > > public void execFlow5(){ > addSelectionByLabel "Dspage.LstProfiles", > "12456789________1____________" > addSelectionByLabel "Dspage.LstProfiles", "IDp1_trail1" > click "Dspage.A" > selectByLabel "Dspage.Template", "Profile" > click "Dspage.SaveProfile" > type "Dspage.TxtDSName", "idp_1221" > } > public void execFlow6(){ > type "Mytable.TxtDescription", "gfgf" > click "Mytable.SaveProfile" > } > > -- > 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. > > -- 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.
