Dojo plugin deprecation and use of modern Dojo widgets

2009-09-30 Thread Slonim, Greg (USAEO)
I understand that the Dojo plugin is deprecated. We have an application that uses Dojo widgets for all input UI. Well, if we use Dojo widgets for all UI elements, it means we are not using struts form tags. That means we cannot truly use all built-in wonderful things like automagical field bindin

RE: How to load a tree dynamically?

2009-09-23 Thread Slonim, Greg (USAEO)
Look into "widget" frameworks for client side such as Dojo, DWR, etc. We use Dojo and particularly happy with it. http://dojocampus.org/explorer/#Dijit_Tree Greg -Original Message- From: Tommy Pham [mailto:tommy...@yahoo.com] Sent: Wednesday, September 23, 2009 1:18 PM To: Struts Users

RE: FreeMarker Tags Help - setup

2009-09-22 Thread Slonim, Greg (USAEO)
Sep 18, 2009 at 10:39 PM, Slonim, Greg (USAEO) < greg.slo...@usdoj.gov> wrote: > Hello, > > Setup: struts2 (2.1.6) with Spring (2.5) > > I Refer to the article in the docs > > http://struts.apache.org/2.1.6/docs/freemarker-tags.html > > We are trying to use FreeMarke

RE: FreeMarker Tags Help - setup

2009-09-22 Thread Slonim, Greg (USAEO)
Hello and thank you for help. FYI for everyone Struts 2.1.6 uses a new set of filters (see showcase app) instead of old FilterDispatcher and cleanup. According to this (http://www.nabble.com/Struts-2.1.6%2C-Sitemesh---FreeMarkerPageFilter-t o21739507.html#a21789128) Mushachy recommends using new

FreeMarker Tags Help - setup

2009-09-18 Thread Slonim, Greg (USAEO)
Hello, Setup: struts2 (2.1.6) with Spring (2.5) I Refer to the article in the docs http://struts.apache.org/2.1.6/docs/freemarker-tags.html We are trying to use FreeMarker tags with a custom theme in order to pass extra parameters to the tag which the tag does not define (section of the above