$actionURL is not something defined by Velocity. Velocity is just a template engine, it doesn't know anything about action URL's unless some other part of the application tells it about them. You should ask about this on the Spring Portlet forum.
On Tue, Feb 10, 2009 at 3:19 AM, blaise17 <[email protected]> wrote: > > I have a spring-velocity portlet and am trying to use velocity's $actionURL > but it doesn't resolve the variable and so doesn't work, it just gives me a > 404 on trying to access that action (through a form). I've tried it both as > ${actionURL} and $actionURL. > > I assume it must be something to do with my spring config or a missing > velocity command before it (like the equivalent of <portlet:defineObjects > />)? Anyone know? > > Thanks > -- > View this message in context: > http://www.nabble.com/Problem-with-%24actionURL-in-Spring-Portlet-tp21931675p21931675.html > Sent from the Velocity - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
