Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Stephen Ince
I haven't gone around to trimming the fat yet. You also need the css files. On Fri, Feb 5, 2010 at 10:43 AM, Jake Vang wrote: > Steve, i know this is a dojo question, but while we're on it, i don't > think i need all those .js files. i think the only ones i need are > referenced by dojo.require(.

Re: JSON plugin ignoring includeProperties parameter

2010-02-05 Thread new2struts
Since no one seems to have posted an answer anywhere (and this exact same problem stumped me for a while), I thought I'd share what worked for me. I loaded the jsonplugin code and figured out what I needed to do to use the "includeProperties" param to only serialize a certain property of my list.

Struts 1.x and servlet 2.5

2010-02-05 Thread Chad Lehnert
Is there any issues that I should know about if I take the Struts 1.x framework and run it with a servlet 2.5 specification, instead of the 2.3 servlet spec? What are the pitfalls? Ein Unternehmen der mediantis AG (Hauptsitz) Hauptstr. 2, D-82327 Tutzing Aufsichtsrat (Vorsitzender): Richard K.

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Jake Vang
Steve, i know this is a dojo question, but while we're on it, i don't think i need all those .js files. i think the only ones i need are referenced by dojo.require(..) right? thanks for the heads up (i was worried about those remote servers going away too). On Fri, Feb 5, 2010 at 9:40 AM, Stephen

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Stephen Ince
Jake, I actually ran into a lot problems accessing dojo from other servers. They all went away when I installed it locally. I think you get some sandbox security issues with some of the packages. cheers, Steve On Fri, Feb 5, 2010 at 8:44 AM, Jake Vang wrote: > stephen, > > thanks. i'm looking

Re: Problem with Exception Interceptor

2010-02-05 Thread Greg Lindholm
It's Nabble that removes the < param > tags On Thu, Feb 4, 2010 at 5:10 PM, Cimballi wrote: > :D Ok, I just noticed than the mailing list engine, or maybe google, > removes the < param > tag... > > Cimballi > > > - To unsubscri

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Jake Vang
stephen, thanks. i'm looking into the dojo js framework right now. i've downloaded the files, but they are almost 10 MB? i know you can reference the JS on other servers too, but i'd like local copies for development testing. i didn't really want to use dojo directly because i didn't want to

Re: NPE

2010-02-05 Thread Saeed Iqbal
I kind of didnt find a project i could deploy to appengine there. I think regular servlets is the way to go for me. On Fri, Feb 5, 2010 at 2:22 PM, Saeed Iqbal wrote: > Thanks will do. > > On Friday, February 5, 2010, Lukasz Lenart > wrote: > > 2010/2/5 Saeed Iqbal : > >> Looks like Google has

Re: NPE

2010-02-05 Thread Saeed Iqbal
Thanks will do. On Friday, February 5, 2010, Lukasz Lenart wrote: > 2010/2/5 Saeed Iqbal : >> Looks like Google has fixed the OGNL issue however this is the new issue I >> saw. > > Take a look here > http://code.google.com/p/struts2-jquery/source/browse/#svn/showcase > > The showcase is here > ht