Thanks for the response. I have opened an issue (http://jira.codehaus.org/browse/DISPL-104). One quick question, What is the estimated timeframe for the release of 1.0rc2?

Thanks,

James

On Nov 10, 2004, at 5:09 PM, Fabrizio Giustina wrote:

The problem for me is that a change was introduced with 1.0rc1 that made it
so that if the requestURI begins with a "/" the context will be prepended to
whatever is in the requestURI.


So I am using this in a portlet environment, the portlet is in it's own
webapp called /ExamplePortlet and the portal itself is in another webapp
called /portal. When a user is accessing the portal all requests go through
the /portal webapp, a user would never directly goto the /ExamplePortlet
webapp when accessing that portlet. I fill in the requestURI attribute with
the output from the <portlet:actionURL/> tag which creates a long portal
specific url which always starts with a "/". Displaytag seeing this long url
beginning with a "/" prepends it with /ExmaplePortlet so I end up with
http://localhost:8080/ExamplePortlet/portal/..... Instead of
http://localhost:8080/portal/.....


This change is noted in the change notes for 1.0rc1.

I am sure this functionality helps folks out who are not doing portlet work,
but it really causes problems ina portal environment. I can partially get
arounf this problem in 1.0rc2 by always using a empty requestURI and adding
the excludeParams="*" so the parameters don't just keep appending to the
previous request.


It would be great if this behavior was configurable through a table tag
attribute, so I can co-exist with other portlets that need the default
behavior in the weblogic portal (since weblogic portal is one big webapp I
can't do it via a properties file).



------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to