Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[10:38:08 CDT(-0500)] <athena> well, don't think we'd want to use this for requests where the whole thing is JSON

[10:38:25 CDT(-0500)] <athena> but we have some JSP pages that are mostly HTML and we're formatting some amount of data as JSON in a script

[10:38:31 CDT(-0500)] <athena> rather than doing an AJAX call for it

[10:38:41 CDT(-0500)] <EricDalquist> ah true

[10:38:46 CDT(-0500)] <EricDalquist> that would be nice

[10:39:07 CDT(-0500)] <athena> yeah

[10:39:16 CDT(-0500)] <athena> much better than manually calculating whether to add another comma

[10:39:44 CDT(-0500)] <EricDalquist> yeah

[10:40:46 CDT(-0500)] <athena> here's the page he's using it in: https://github.com/Jasig/ClassifiedsPortlet/blob/master/src/main/webapp/WEB-INF/jsp/mainMenu.jsp

[10:41:01 CDT(-0500)] <athena> so it renders the information using javascript, but w/o an ajax call

[10:42:05 CDT(-0500)] <EricDalquist> gives me a 404?

[10:42:16 CDT(-0500)] <athena> huh, really?

[10:42:19 CDT(-0500)] <athena> that's odd

[10:42:24 CDT(-0500)] <athena> even clicked the link and it worked

[10:42:47 CDT(-0500)] <EricDalquist> ok

[10:42:50 CDT(-0500)] <EricDalquist> its a private repo

[10:42:53 CDT(-0500)] <EricDalquist> is that on purpose?

[10:44:56 CDT(-0500)] <athena> nope!

[10:45:57 CDT(-0500)] <athena> there we go

[11:21:22 CDT(-0500)] <athena> EricDalquist: in our ldap person dao, do we have the ability to configure the ldapTemplate?

[11:21:32 CDT(-0500)] <EricDalquist> um, I'm not sure

[11:21:38 CDT(-0500)] <EricDalquist> its been a long time since I've looked at that code

[11:21:40 CDT(-0500)] <athena> wanted to have someone try turning on ignorePartialResultsException

[11:21:41 CDT(-0500)] <athena> ok