DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29762>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29762





------- Additional Comments From [EMAIL PROTECTED]  2005-02-25 16:55 -------
well ... not necessarily - you *can* use $link.setRelative('/some_page.vm') to
generate a link without going through the servlet.  However I use it strictly
for static resources like images, js, and css - and I strongly recommend against
using it for anything else.

For simple forwards I recommend using the new forward-attribute of the action
element instead of using global forwards i.e.:

<action forward="/some_page.vm" path="someAction"/>

very short and sweet :-)

(see the velstruts examples for a demonstration of this)

cheers,
Marin�

(In reply to comment #4)
> Marin�,
> So, I guess this means that, in order to use Velocity-Tools with Struts, I
> *have* to send the user through the Struts servlet, right?
> 
> That's fine, as I've slowly converted my projects over to this paradigm; I
> didn't want to be running a hacked-up version of Jakarta code ;)



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to