[ http://mc4j.org/jira/browse/STS-307?page=comments#action_10523 ] 
            
Frank Das commented on STS-307:
-------------------------------

Am I able to do something like this using JSTL?:

${MyActionBean1.attribute}
${MyActionBean2.attribute}


And are Stripes tags able to work reflectively on any request object? eg. In 
migrating Struts to Stripes I opt to do it a bit at a time and may need to 
access a Struts formbean from a strips tag. I know that some (all?) of the 
Stripes tags can't be outside of a stripes:form tag. 

> Remove dependancy on "actionBean" request attribute
> ---------------------------------------------------
>
>                 Key: STS-307
>                 URL: http://mc4j.org/jira/browse/STS-307
>             Project: Stripes
>          Issue Type: New Feature
>          Components: ActionBean Dispatching
>            Reporter: Frank Das
>         Assigned To: Tim Fennell
>
> There doesn't seem to be a way of naming an action bean in the request 
> attribute. They are all called "actionBean". It would be nice if Stripes had 
> a new annotation that allowed you to name the request attribute you wanted to 
> use to store the action bean in. Also, add an optional attribute to Stripes 
> tags to allow you to specify an action bean name. The advantages of doing so 
> are:
> - The controller becomes optionally decoupled from the view. This allows me 
> to mix technologies. eg. Use Stripes only as a controller or only as a taglib.
> - Multiple forms can be associated with a single screen.
> - Allowing a bean name attribute on the tags would make it easier to migrate 
> from Struts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to