Results 1 to 2 of 2

Thread: Using spring:bind on jsp

  1. #1
    Join Date
    Apr 2005
    Posts
    12

    Default Using spring:bind on jsp

    I want to write some Java code on a jsp page using <%%> tags. What I'm wondering is how do I get to the bound object passed in by spring within the script block?

  2. #2
    Join Date
    Apr 2005
    Posts
    12

    Default

    Oh the humanity!!! Found out that java is really picky about upper and lower casing. Apparently this: <%@taglib uri="http://www.springframework.org/tags" prefix="Spring"%>, will not render data using this: <spring:bind path="activeUser.name">.

    Note to other developers, when in doubt, checking your casing.

    :oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:

Similar Threads

  1. Replies: 6
    Last Post: Sep 16th, 2005, 04:17 AM
  2. Replies: 4
    Last Post: Jan 21st, 2005, 08:43 AM
  3. Replies: 1
    Last Post: Jan 6th, 2005, 11:17 PM
  4. Replies: 3
    Last Post: Dec 31st, 2004, 07:08 PM
  5. Replies: 1
    Last Post: Aug 24th, 2004, 04:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •