Hi,
I got the following error and my script fails to identify the list item,
can't click the Select button and Logout too fails. Can anyone please help
me.

HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

javax.servlet.ServletException: Request[/ManageJurisdictions] does not
contain handler parameter named 'dispatchto'.  This may be caused by
whitespace in the label text.
 org.apache.struts.actions.DispatchAction.unspecified(DispatchAction.java:197)
 
org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:245)
 org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:170)
 
com.ejustice.rms.actions.BaseDispatchAction.execute(BaseDispatchAction.java:110)
 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:717)




My screen has
a < list box> with items
test field 1
test field 2
test field 3

after selecting an item in the above I have to click on a <Select> button
then followed by a <Logout > button to click.

List box contains the id: juris, name: juris, iQuery1254742851156
Select Button contains the name: btn1
Logout Link contains: href: ........ Onclick:  LogoutFunction()

Following are the functions in my script for the above actions:
ie.select_list( :name , "jurisdiction").select("test field 3")
 ie.button(:value, 'btn1').click
ie.link(:text,"LogOut").click

thanks in advance,
Venky

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to