I'm trying to get hold of the <mvc:annotation-driven /> created AnnotationMethodHandlerAdapter from the ApplicationContext. I'm able to get hold of this using
AnnotationMethodHandlerAdapter...
Type: Posts; User: nitinkcv; Keyword(s):
I'm trying to get hold of the <mvc:annotation-driven /> created AnnotationMethodHandlerAdapter from the ApplicationContext. I'm able to get hold of this using
AnnotationMethodHandlerAdapter...
Thanks for your reply Marten. I'll try to cut across your point regarding the usage of test classes for production. But do you have any idea why the requestdispacther forward on the mock...
Hi all,
We're making us of the MockHttpServletRequest and MockHttpAServletResponse, BUT not in executing test cases (yes it's strange). Our web application is to be integrated with a message based...
Please let me know if more details needs to be added here..
Hi all,
I'm making use of the tag
<context:component-scan base-package="com.company.shared" /> to scan through my classes for a @Controller annotation. My Controller with the @Controller...
Thanks for your reply. The problem is the jsp's are not in my control and what we're doing is that we have a sort of a generic controller which gets called to return ModelAndView of different jsp's. ...
Hi,
I'm using Spring MVC 3.0.5 version and am making use of HandlerInterceptor. I have a controller which point to a particular ModelAndView pointing to the jsp say home.jsp. However in certain...
Any pointers on this guys?
Thanks.
Hi all,
Is there a way i can actually call a particular view state directly inside a flow.xml? This may sound like hacking around, but there are certain scenarios for us where we need to actually...
Hi all,
Basically i have two Drop down list which are populated from my manager classes. So for the default value in my first drop down, some values are populated for the second DDL.
Now we...
Hi all,
Could anyone please let me know a kind of a use case scenario basis for each of the flow data scopes. i.e. flow scope, view scope, conversation scope, request scope and flash scope.
I...
Hi,
I'm planning to make use of SimpleMappingExceptionResolver in my app. I was wondering whether i could use it in such a way that i can configure such as it would listen for the...
For the time being what we had done is to make use of a javascript which does the following:
1)On page load check if there are any child nodes in the datatable.
2)If no records are there in the...
Hi All,
Sorry for posting this here as i couldnt find a suitable place
Am planning to use JMeter for testing my jsf+SWF web app. But am stuck up with a problem that none of the form submits in...
Hi all,
Im having this back button problem in IE. First time my page loads up i have a link which points to a subflow and clicking on it the page comes up. Now i press the back button and it goes...
Hi all,
Am using SWF2.0 + JSF. We have a requirement where in a page i need to get hold of certain of the page (content between two divs) and save it as a word doc.
Now we can do it by...
Got a solution. we can make use of inputHtml component in JSF.
Thanks.
Hi all,
Am using SWF+JSF. I have a situation where im getting HTML contents and i need to dump that to my page.
I tried doing the following in my page:
<code>
<iframe>
<c:out...
Got the solution here http://forum.springframework.org/showthread.php?p=228715
Thanks.
Thanks a lot. It works. :p
Hi,
I tried making use the above but got this exception instead:
javax.el.PropertyNotFoundException: Property 'getSessionMap' is not found on type:...
Hi,
I have a 3 flow(2 sub-flow) swf2+jsf application in which in each of the pages i have a dropdown. So my first page is one flow which has that dropdown. On selecting the dropdown and clicking...
Am currently making use of swf + jsf, in which im making use of a datatable with the datascroller.
So here's the scenario. When the page first loads up i get all my records with the paginator. And...
Hi,
I'm using JSF + SWF(2.0.5) for my app. I'm having a similar problem here too.
I have an starting page where i have a link that points to my flow.
<h:outputLink...
Thanks a lot rossen. Will try it out and let you know.