I've never seen anyone else ask for this before so I don't see a need to add anything to Seam. If you are using Seam2, I refactored out the common logic to generate the URL from s:link/s:button, so build a component which extends UISeamCommandBase and call it's getUrl method to generate the URL - this will also make your action safe. If you develop something useful, feel free to create a JIRA issue and attach your code as a patch.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099775#4099775
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099775
I'm familiar with s:link.
Could <s:link> be generalised in some way to generate a meta tag instead of generating an tag?
Or would it be more desirable to develop a solution that uses some kind of EL code to populate the `content' element of the meta-tag, or potentially for populating any other element that requires a URL?
I would prefer to find or implement a solution within Seam rather than having a custom tag that only exists in my own code.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099774#4099774
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099774