Search:

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

Search: Search took 0.02 seconds.

  1. Closed

    Someone else found the solution and I post it here.

    1. Add the following to the web.xml



    <mime-mapping>
    <extension>xlsx</extension>
    ...
  2. Thanks for your reply Jeroen. Yep, I tried all...

    Thanks for your reply Jeroen. Yep, I tried all these, with no success. Note that adding the type in the anchor tag works perfectly with firefox.
  3. Opening Excel on clicking on an MS-Excel xml file

    Hi,

    I have this simple problem. I have a sample xml file created from MS-Excel, stored somewhere in the server, and I wish, when the user clicks on the url from the browser, MS-Excel to open the...
  4. Replies
    2
    Views
    702

    public class MyPropertyEditor extends...

    public class MyPropertyEditor extends PropertyEditorSupport {
    /**
    *
    * @return the code to be displayed in the checkbox
    */
    public final String getAsText() {
    AC ac...
  5. Replies
    2
    Views
    702

    CustomPropertyEditor problem

    Hi,

    in my controller I register my custom property editor:


    binder.registerCustomEditor(MyField.class, new MyPropertyEditor ());


    My command object (Invitations) is like this:
  6. Replies
    5
    Views
    1,520

    1. If you read the 'Spring Recipes A Problem...

    1. If you read the 'Spring Recipes A Problem Solution Approach' book's Spring flow chapter, it mentions that Spring Web flow 2 needs Spring 2.5.4
    2. In this tutorial's comments it is mentioned:
  7. Replies
    5
    Views
    1,520

    [closed]

    Yep,

    the problem is with the version of spring.jar and spring-webmvc.jar. With webflow 2.0 you have to use spring 2.5.4 or later.
    I used Netbeans 6.5 as my IDE, and it uses spring 2.5 libraries,...
  8. Replies
    5
    Views
    1,520

    Exception setting up SWF 2.0 with Spring MVC

    Trying Spring Recipes' book example, I receive:



    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative...
  9. I was wondering where you set you ${nextPage},...

    I was wondering where you set you ${nextPage}, ${previousPage} in the controller...
  10. Thread: Uploading files

    by jkost
    Replies
    1
    Views
    836

    http://wiki.netbeans.org/SpringFileUpload

    http://wiki.netbeans.org/SpringFileUpload
  11. Thanks for the example. Does MyItem always...

    Thanks for the example.

    Does MyItem always have to have a boolean attribute to denote the selected fields? If this is not possible? Would a PropertyEditor do the job?

    To make it clearer....
  12. Replies
    1
    Views
    777

    For the 1st, I found a solution, even though not...

    For the 1st, I found a solution, even though not the explication:


    <c:url value="${requestUrl}" var="actionUrl" scope="page" ></c:url>
    <form:form name="invitationDetails"...
  13. Replies
    1
    Views
    777

    tag 2 issues

    Hi,

    I 'm currently having 2 problems with a spring form:

    1. I 'm using this line


    <form:form name="invitationDetails" commandName="invitation" action="<c:url value='${requestUrl}'/>"...
Results 1 to 13 of 13