tag « Struts « Spring Q&A





1. Using XDoclet struts tags and subclassing ActionSupport    forum.springsource.org

I have found that extending spring's ActionSupport (et al) classes prevents the xdoclet an tasks from producing the action's mapping entry in struts-config.xml. As a work around, I have created the ...

2. Struts-Layout tag in Spring    forum.springsource.org

I would like to use the treeview from Struts in my Spring application. http://struts.application-servers.co.../treeview.html How can this be done? What settings do I need to do, I cant get it to ...

3. Populating objects - Springs Equivalent tag for nested:iterate in struts    forum.springsource.org

Could anyone please tell me an analogous tag for nested:iterate in Stuts. My requirement is that i have a list of customer objects which contains attributes like name, age ,dob etc. ...

4. Spring tag in Struts style    forum.springsource.org

Struts has the convenient tags like this: . Does Spring have above tags or how I can use it? I thinks the following code is not useful because it has ...