Re: using html:link taglibs to call an ActionForm bean from a link

2003-09-09 Thread Adam Hardy
Hi Mehran, if you use html-el taglib and the JSTL taglibs, you can set a variable from the formbean like this, where sectionForm is the name of my formbean in struts-config.xml: and then reference it with EL in the link and combine your parameter with the querystring: If you used the JS

using html:link taglibs to call an ActionForm bean from a link

2003-09-09 Thread Mehran Zonouzi
Hi, Does anyone know how to use the html:link taglibs to call an ActionForm bean from a link? I also want to pass a param called 'page' to the link and set it's value to be 'viewcontactlist'. This is my ActionForm bean: import javax.servlet.http.HttpServletRequest; import org.apache.strus.acti