amen :)
On Thu, Sep 17, 2009 at 8:36 PM, Alex Siman wrote:
>
> Found outdated javadoc for method [String executeAction(String uri)]:
>
> /**... result for the action needs to be
> * FreeMarker, or Velocity (actually, anything except JSPs)
> */
>
> Note about Embedded JSP plugin.
>
>
> Musachy B
Found outdated javadoc for method [String executeAction(String uri)]:
/**... result for the action needs to be
* FreeMarker, or Velocity (actually, anything except JSPs)
*/
Note about Embedded JSP plugin.
Musachy Barroso wrote:
>
> fixed in trunk. thanks!
>
> musachy
>
> On Thu, Sep 17, 2
fixed in trunk. thanks!
musachy
On Thu, Sep 17, 2009 at 7:15 PM, Alex Siman wrote:
>
> // From
> protected ActionMapping getActionMapping(String url) {
> MockHttpServletRequest req = new MockHttpServletRequest();
> req.setRequestURI(url);
> return
> Dispatcher.getInstance
// From
protected ActionMapping getActionMapping(String url) {
MockHttpServletRequest req = new MockHttpServletRequest();
req.setRequestURI(url);
return
Dispatcher.getInstance().getContainer().getInstance(ActionMapper.class).getMapping(req,
Dispatcher.ge