Search:

Type: Posts; User: avp12; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    784

    spring webflow flow caching

    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...
  2. select option empty string bind behavior differently in spring2.0rc3 than spring1.2

    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...
  3. Replies
    3
    Views
    1,092

    What I want to do is on a single jsp, I want to...

    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...
  4. Replies
    3
    Views
    1,092

    multiple views on same jsp

    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)...
  5. Replies
    6
    Views
    2,865

    Hello, Is it possible to share the controller...

    Hello,
    Is it possible to share the controller code you have for this jasper reports integration?
  6. Replies
    2
    Views
    2,389

    jfreechart and spring mvc

    Has anyone tried to use jfreechart directly with spring mvc instead of jasper reports?
  7. browse server directory and select file for download

    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...
  8. Replies
    1
    Views
    956

    how to integrate viewing any file type

    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...
  9. Bind jsp user entry to end level object in object graph

    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...
  10. I looked at the spring document for import...

    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...
  11. Is it possible to combine bean definition from two xml files

    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...
  12. Replies
    1
    Views
    1,073

    JasperReport locale file

    Is it possible to specify the resourcebundle locale file to be used in JasperReports for internationlization from the spring jasper report view?
  13. Replies
    1
    Views
    1,000

    AbstractWizardController pages

    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.
  14. Replies
    0
    Views
    1,565

    AbstractWizardController views

    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...
  15. Replies
    15
    Views
    3,923

    drools with spring

    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...
  16. Replies
    1
    Views
    1,030

    JasperReport - cannot render the view

    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,...
  17. Replies
    22
    Views
    13,092

    jasperreport config datasource

    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,...
  18. Replies
    1
    Views
    1,532

    browser back button issue with spring 1.1.4

    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....
  19. Replies
    1
    Views
    989

    runttime updating configuration

    Is it possible to reload changes to the spring config files without restarting application?
  20. Replies
    2
    Views
    4,662

    binding form's properties from popup window

    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,...
  21. Replies
    2
    Views
    1,526

    runtime login to datasource

    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...
  22. Replies
    1
    Views
    1,199

    binding form's Map value in jsp

    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...
  23. Replies
    1
    Views
    748

    bind Class property by form submission

    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...
  24. Replies
    1
    Views
    882

    url on AbstractWizardController's page

    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...
  25. PropertyPlaceholde type feature for resourcebundle

    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...
Results 1 to 25 of 31
Page 1 of 2 1 2