Re: EL expressions error



Lew wrote:
Mark Space wrote:
faraz_mit wrote:
Hi, we just moved over all of our information to a new server. The web
app is served by Resin. After, relaunching the application, I noticed
we have the following error and have no idea where it's coming from:
EL expression '${searchEntry}' is only allowed for attributes with
rtexprvalue='true'. 261:

Thinking about this a bit more, if you moved servers, there might be a line in your old web.xml that's now pointing to the wrong subdirectory location, because your new hosting provider keeps their .jar libraries in a different spot. I think this might be the most likely scenario, actually.

It might be as simple as asking your host to enable EL for your web app.

Or you can download the library and include it in the Web app's WEB-INF/lib/ directory.


Good point. I'm used to having them configured on the system, I never really considered drop the .jar inside a .war file, but it should work the same as any other .jar library.

.