Struts-EL tiles tld

2004-03-15 Thread Joshua Tuberville
We are using the Struts-EL tags in conjunction with jstl. We now have a need to use el expressions with the tiles tags. Where is the struts-el.tld? The file under contrib /contrib/struts-el/webapps/WEB-INF/struts-tiles.tld is exactly the same as

Tiles tags in the Struts-EL subproject

2004-03-15 Thread Joshua Tuberville
/struts-tiles.tld which is identical to: lib/struts-tiles.tld webapps/blank/WEB-INF/struts-tiles.tld I also do not see any tiles classes in the struts-el.jar although the 1.1 release notes mention them being added. Does this mean I will need to build from the 1.1 source tree to use these? Joshua

RE: Tiles tags in the Struts-EL subproject

2004-03-15 Thread Joshua Tuberville
Wendy On Mon, 2004-03-15 at 14:49, Wendy Smoak wrote: Are you sure you're not looking at the release notes on the website, which would be for the nightly builds? There is a 1.2.0 release out now, although AFAIK it has not been promoted to an official/stable version. Yes you are correct this

Re: What is the best way to pass a parameter to a forward?

2004-03-15 Thread Joshua Tuberville
Jay, Since Struts does not differentiate between a POST and a GET, passing data as query parameters is the same as form data. You could create a form that has only the one field id which would be populated if you called a URL of /someAction?id=foo. This is what I use when I create dynamic