[
http://www.stripesframework.org/jira/browse/STS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Gunter closed STS-142.
--------------------------
> Allow use of class names instead of URLs in form, link and useActionBeanTags
> ----------------------------------------------------------------------------
>
> Key: STS-142
> URL: http://www.stripesframework.org/jira/browse/STS-142
> Project: Stripes
> Issue Type: Improvement
> Components: Tag Library
> Reporter: Tim Fennell
> Assignee: Tim Fennell
> Fix For: Release 1.3
>
>
> This is something that Jeppe requested, that I think makes sense. Basically
> the ability to write things like:
> <stripes:link bean-class="com.myco.web.UserProfileActionBean">Edit
> Profile</stripes:link>
> instead of
> <stripes:link href="/UserProfile.action">Edit Profile</stripes:link>
> The benefit of such an approach is two fold:
> - If you change your URL mapping strategy, you don't have to fix all your
> JSPs
> - IDEs tend to be pretty good at completing class names and pointing out
> typos
> I'm not sure, but it might also be cool to support the following:
> <stripes:link bean-class="<%=UserProfileActionBean.class %>">Edit
> Profile</stripes:link>
> It's definitely not as clean looking, but in actuality it's something that is
> a lot more bullet proof. It wouldn't be that hard to have an attribute of
> type Object and check to see if it's a String or Class and act appropriately.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development