Search:

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

Search: Search took 0.15 seconds.

  1. Replies
    0
    Views
    257

    Support for nested SpEL expressions?

    I recently ran into an issue where I was trying to do the follow:


    #note SERVER evaluates to myhost:port
    apache.port=#{ systemProperties['SERVER'].split(":")[0] }
    childa.port=#{ ${apache.port}...
  2. Replies
    0
    Views
    756

    Customisable roles

    In our project we have a need for more than the usual four roles offered by Spring Surf and we see these roles are hard-coded as an Enum. Has anyone looked into changing this, so that it can be...
  3. Validation and comparing two fields - via annotaion?

    I have an object that represents the form and having applied validation to the fields by means of annotations. I have two questions in this regards:
    - how to ensure value of a field matches that...
  4. Replies
    1
    Views
    429

    Localising form:select ?

    I have a Spring JSTL form 'select' statement and would like to localise the display, but I am not to sure how to go about it. The code looks as follows:


    <form:select path="language"...
  5. Replies
    0
    Views
    3,191

    Spring, JSTL and HTML5

    Does anyone know whether any work has been done towards adding JSTL support for the new HTML5 form tags (date, time, email, etc)? If not, what is the best way to go about contributing new code?
  6. ServiceFactory, Struts2, Spring, JPA & Transactional?

    I am currently using a mix of Struts2, JPA and Spring ORM. This has been working fine, with passing the bean class representing the service via the Struts Action constructor. Transaction works fine...
  7. Thread: Hello everyone

    by ajmas
    Replies
    9
    Views
    3,719

    Just replying because I need a first post. The...

    Just replying because I need a first post. The validation check thinks my code example has a URL in it!?
Results 1 to 7 of 7