Hello, I'm a bit lost with the way am supposed to create a link using informations stored in the actionform in a JSP page.
I looked at the html:link but it looks like you can only extract the part after the '?' from the actionForm. I was thinking about simply using a classical jsp tags after setting my actionform as a jsp bean using bean:struts but it seems it maps a DynaActionBean representing the xml fragment of my struts-config.xml. That's not what i need. So now am blocked. I have an class which extends ActionForm, this class has a getter and a setter for a property named 'url'. This ActionForm is prefilled with datas from an other action and i can't find how to get it back! To be more precise, the url property contains something like '/files/section/myfile.pdf' and i need to create a link to 'http://theserver/thewebapp/DAV/files/section/myfile.pdf' Some help would be usefull, i can't find any doc on how to do it :) Regards, -- David Delbecq Royal Meteorological Institute of Belgium --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]