Monday, December 10, 2007

How to Use AJAX with Servlet in .JSPX Page

If u want to use Table select one choice request to Servlet, This code/ Methods are very Usefull..

Select the selectonechoice component in table of page(.jspx). In java script call function which has parameter value of EL expression like #{row.empId} , In java Script U have pass HttpXmlRequest to servlet and U should write code or Bussiness logic in servlet

Javascript Code For sending Request to Servlete with PAramaeter :




And Also U have to Add DIV Tag in JSPX which is called Servlet above......
\\Please otn.oracle for Ajax Request....


Regards,
Satish

Tuesday, October 23, 2007

JBO-35007: Row currency has changed

How To fix following errors :
JBO-35007: Row currency has changed.....

If you press the back button of browser then above error has got to user...
This is state validation message not error ......
For avoid this error following step follow:

1.Go to page definition of jsp or jspx by right click on page.
2.Select Iterator of page by using structure window or definition page
3.Go to the Inspector window and change the StateValidation property as false.


This is very usefull.....