Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] upgrading ui jsp version

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] upgrading ui jsp version


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: Chris Hyzer <>, Grouper Dev <>
  • Subject: Re: [grouper-dev] upgrading ui jsp version
  • Date: Tue, 08 Sep 2009 16:16:00 +0100

Chris,

Go ahead and commit - I'll try and take a look at the web.xml merging.

Gary

--On 08 September 2009 11:11 -0400 Chris Hyzer <> wrote:

Hey,

I tweaks the UI to upgrade the servlet version from 2.3 to 2.4. This
allows us to use EL and be more up to date (and work with the new Ajax
UI).

I worked out the issues and now I can click around and it seems to work.

As Gary was afraid of, the web.xml merging doesn't work anymore, so right
now it is like the WS where we have an example web.xml, and you can
customize it if you like. I think we can either fix this in the XSLT, or
we can do this another way (find a library or write some code to merge
XML files), or we can not use this.

If there is a screen is cannot compile due to the new version, generally
the fix is to make sure this is set in the tld (generally you can just
search and replace all false's to true):

<rtexprvalue>true</rtexprvalue>

Then you can replace, FROM:

value="${auditEntry.lastUpdated}"

TO:

value="\\${auditEntry.lastUpdated}"

Should I commit my work so we can move forward (and I don't have to do
this again? :) )

Thanks,
Chris



----------------------
GW Brown, Information Systems and Computing



  • upgrading ui jsp version, Chris Hyzer, 09/08/2009
    • Re: [grouper-dev] upgrading ui jsp version, GW Brown, Information Systems and Computing, 09/08/2009

Archive powered by MHonArc 2.6.16.

Top of Page