Hey All,

One of the (last) bugs/enhancements for 1.4 is a set of improvements  
to the useActionBean tag.  I'd like to make sure I understand what  
folks would find useful before I plunge into this.  My thought it  
that it would look something like this:

<s:useActionBean binding="/some/Bean.action" var="bean"
     event="view" alwaysExecute="true"
     validate="true" executeResolution="true"/>

By way of explantion:
   binding: used as it is now
   var: used at it is now
   event: used as it is now (omit it and it *won't*
          fire the default, it'll do nothing)
   alwaysExecute: defaults to false, but if true will execute
                  the event even if the bean is already present
   validate: defaults to false, run validation (binding is always run)
   executeResolution: defaults to false, exec a resolution if there  
is one

Do you all think this would cover all the cases that have come up on  
the lists?  The execute resolution one is something that's been asked  
for several times - the others are more me inferring things from what  
I've seen.

Also, if there are other things you might like the tag to do, please  
respond!  And if you think there are more natural names for some of  
the tag attributes, I'd love to hear them.

Thanks,

-t
  
                

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to