Ok so I don't think anybody has come across the issue of scriplet code
within a stripes tag preventing the stripes tag from been parsed into
valid html. Please see my previous post for examples:
http://article.gmane.org/gmane.comp.java.stripes.user/9428/

I only need to use scriplet code within value attributes of stripes
tags to evaluate el expressions since my web app is running in a JSP
1.3 container (before JSP 2.0 el expressions could only be evaluated
within jstl tags). I have created my own EvaluatorExpression Class
using commons-el to overcome this but now I've discovered I can not
call this from a scriplet within my stripes tag.

The only real feasible solution I can think of is to rebuild the
stripes source code to use my new EvaluatorExpression Class. Can
anybody enlighten me about the net.sourceforge.stripes.tag package and
which classes I need to look at?

I want to analyse the string value put within the value attribute, if
it is el syntax i.e. ${} pass it to my custom EvaluatorExpression
class to get the string value, to do this I'll also need the jsp
PageContext.

Not sure if this is actually possible, I'm hoping it is as I can not
upgrade my server version (big company bureaucracy) and I'm trying to
do a proof of concept showing the power of stripes!

Cheers,
Phil

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to