Currently, if I try to have a JSP tag file that tries to allow
<stripes:param> tags to be supplied by the calling environment and then
expanded inside a <stripes:url> tag, things don't work.

In other words, if my tag includes something like:

    <stripes:url beanclass='something.something.Something' var='url'>
      <jsp:doBody/>
   </stripes>

Well, if I try and do this:

  <mylibrary:mytag><stripes:param name='something'
value='0'/></mylibrary:mytag>

then I get a NullPointerException from the Stripes ParamTag code, at the
point where it's looking for its parent "Parameterizable" tag. Thus, somehow
something fancier is required.  Is this even possible?  It seems like such
an obvious thing, but maybe it's just one of those parts of JSP that's
pretty terrible.


-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to