0 Replies Latest reply on Dec 18, 2009 2:06 PM by monkeyden

    Portlet bridge and URL encoded field values

    monkeyden

      Portlet Bridge:  1.0.0. CR2

      Seam:  2.1.1

      RichFaces: 3.3.1 CR2

       

      I have 2 pages....a search page with results displayed below, and an edit page.

       

      1. User does a search by email address (e.g. email@email.com)
      2. User chooses one of the results
      3. Edits and saves
      4. User is taken back to the search page. 

       

      When the search page is rerendered, the email addres is URL encoded (e.g. email%40email.com)  "%40" is the URL encoding of "@".  I'm thinking it's a portlet bridge issue.  I haven't found anything regarding this behavior.  Anyone have any insight?

       

      Thanks