Hello,
I am new to spring webflow and not sure whether it is possible to cache the flow information for continuation of flow from one jsp to another using external caches such as ehcache or...
Type: Posts; User: avp12; Keyword(s):
Hello,
I am new to spring webflow and not sure whether it is possible to cache the flow information for continuation of flow from one jsp to another using external caches such as ehcache or...
hello,
I need some help from Spring users/developers with the problem I am seeing after upgrading to spring 2.0rc3 from spring 1.2.
I have a jsp where I have options as follow for a form field...
What I want to do is on a single jsp, I want to show embedded excel at the top and then below that, I want to show a table showing my data. For excel, I would have data in one form and for table, in...
Hello,
I use jsp for views for showing form1 data in tables. And I use springs AbstractExcelView for showing form2 data in excel file. I have a need to show both of these forms (form1 and form2)...
Hello,
Is it possible to share the controller code you have for this jasper reports integration?
Has anyone tried to use jfreechart directly with spring mvc instead of jasper reports?
I need help regarding how I can support showing a url on the browser, which when clicked can show the files/directories on a particular server side directory. The user can select the files for...
Hello,
I am not sure how I can implement this with Spring views. I have created a page where from the command object, I would be listing filenames that a user can click to open. When the user clicks...
Hello,
I am not sure how I can do spring bind for the following case :
I have a object graph where object A has a List of objects B. And object B has a list of object C. I have a List of objects...
I looked at the spring document for import resource tag. But, I am still not sure how I can append to the bean definition already done in the imported file.
e.g I have import1.xml where I define...
I have a bean BEAN1 defined in e.g. spring1.xml file. My bean BEAN1 has a property which is a list of beans(e.g LISTBEAN1, LISTBEAN2). Then, in another spring2.xml file, I have defined a bean...
Is it possible to specify the resourcebundle locale file to be used in JasperReports for internationlization from the spring jasper report view?
Hello,
Need to find out from spring developers whether in the list of page views for AbstractWizardController, can the view be for another controller instead of e.g a jsp page.
Hello,
I have implemented new Controller which extends AbstractWizardController. In servlet, I want to define only three pages - one each for three different views - excel, pdf, xml. However, for...
Has anyone used drools with spring? Would like to get some sample code to use drools with spring - particularly for web tier - to control user actions on the form - which fields to show and not show...
Hello,
I creating a sample code based on the spring documentation for jasperreport to use SimpleReport.jrxml for excel report.
If I define to use SimpleReport.jrxml in my view.properties files,...
I am trying to user spring with jasper reports and not sure how to setup datasource in jrxml for a collection datasource set in the ModelAndView. In the example given by Rob few days back,...
What could be the issue with this one? we started using spring 1.1.4 and now, everytime the browser back button is used, the "The page cannot be displayed" page shows up instead of the previous page....
Is it possible to reload changes to the spring config files without restarting application?
I have a main jsp page from which onSubmit, I need to open a popup window to get input from user. The user input I get, I need to bind them to the form properties. I tried using the spring bind tag,...
I need to implement my datasource with login information to be obtained by getting username/password from the page only once for the first time the datasource is accessed. what is the best way to...
I am not sure how to do this. I have a Map on my form(command object) where I have key entries with values null. I need to get the values from the jsp binded to this Map on my command object. The...
From the jsp, I submit the form which is binding a Class property (a bean) already available on the jsp. In my controller, when I do getClass() for this property, it says it is string and not the...
I have several pages implemented using AbsractWizardController. And I have several other pages implemented using MultiActionController. On one of the page in AbstractWizardController, I need to show...
Similiar to spring's PropertyPlaceholderConfigurer where we can define a placeholder property that can be used in xml bean property by defining in just one place, is there a way I make spring...