The more (most? I'm not sure) recent EL versions do allow method invocation,
by the way... so if you can upgrade, you don't have to use any workarounds.

Op 2 apr 2011 23:43 schreef "Freddy Daoud" <xf2...@fastmail.fm>:

  Nice writeup Joel and good to have for a quick reference.

 Thomas, I know your question was about JSP functions, but I just wanted to
mention that for the actual example you mentioned, you can probably get
Stripes to do the work for you.

 Something along the lines of:



<stripes:select multiple="multiple" name="item.scoringCategories">
  <stripes:options-collection collection="${actionBean.someProperty}"
     value="id" label="name"/>
 </stripes:select>

 If item.scoringCategories does not contain the values to render as
selected, you can also use the value= attribute of <stripes:select>.

 Cheers,
 Freddy



On Sat, 02 Apr 2011 14:05 -0600, "Joel Weight" <digitalj...@gmail.com>
wrote:
>
> The linked docu...


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to