Results 1 to 2 of 2

Thread: Orion 2.0.5

  1. #1
    Join Date
    Dec 2004
    Location
    Minneapolis, MN
    Posts
    20

    Default Orion 2.0.5

    Hello people,

    I'm having trouble with spring tags after upgrading to Orion 2.0.5.

    I have form with two inputs:

    <spring:bind path="login.username">
    <p class="index2">User ID
    <input type="text" name="username" value="<c:out value="${status.value}"/>" />
    <span class="msg"><c:out value="${status.errorMessage}"/></span>
    </p>
    </spring:bind>

    <spring:bind path="login.password">
    <p class="index2">Pass Code
    <input type="password" name="password" value="<c:out value="${status.value}"/>" />
    <span class="msg"><c:out value="${status.errorMessage}"/></span>
    </p>
    </spring:bind>

    Use to work fine in Orion 2.0.1, but now I receive the following when attempting to load the page:

    Error parsing JSP page /login.jsp

    Bean 'status' already defined

    If I remove one of the <spring:bind....</sping:bind>, the page loads fine.

    Log files are telling me nothing.

    Any ideas or thoughts appreciated.

    Thank you,
    Todd

  2. #2
    Join Date
    Dec 2004
    Location
    Minneapolis, MN
    Posts
    20

    Default orion issue created

    Well, in the hopes that it can help me and other people in the future, I created a testcase and filed an issue at orionserver.com. It's issue id: 1290 in their issue tracker app.

Similar Threads

  1. Replies: 6
    Last Post: Aug 3rd, 2005, 03: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
  •