Recently I came across an issue of locks in our application. We had an update statement say update schema.questions where question_id=123. We had 5 users invoke an action which in turn calls the...
Type: Posts; User: itsvenkis; Keyword(s):
Recently I came across an issue of locks in our application. We had an update statement say update schema.questions where question_id=123. We had 5 users invoke an action which in turn calls the...
I guess spring web flow 2.0 and spring js are not matured wnough to maintain entire flow as an ajax requests. coz of the above specified issues and even when the fragments parameter is specified It i...
Tiles definitions is attached with this post
I have attached test1.jsp in test1.txt
test2.jsp has this
<div id="ajaxRes">
checked
</div>
my flow
<?xml version="1.0" encoding="UTF-8"?>
<flow xmlns="http://www.springframework.org/schema/webflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
<head>
<script type="text/javascript">
//...
any one
please reply
Hello Every ONe,
When I am using spring.remoting to submit the forms I am getting some error stating target div id doesnt exists. and while making ajax decorations to the submit button the response...