Re: regex in if tag?

2010-12-28 Thread Colin Freas
:53 PM, Maurizio Cucchiara < > maurizio.cucchi...@gmail.com> wrote: > > > Try this: > > > > > > 2010/12/23 Colin Freas : > > > I'm trying to use a regex in the test of an if tag. The object in the > > test > > > is a String, so I'm trying t

regex in if tag?

2010-12-23 Thread Colin Freas
I'm trying to use a regex in the test of an if tag. The object in the test is a String, so I'm trying this, and it isn't working: Is this possible? Is there another way to do this?

Re: execute javascript after action's html renders

2010-12-03 Thread Colin Freas
Thanks for the replies, Martin and Li. So, I've tried both of these things (before resorting to the mailing list, actually), but as I pointed out in my note, the inline tag never seems to get executed, despite my setting of the *executeScripts* attribute in the containing action's tag.

Re: execute javascript after action's html renders

2010-12-02 Thread Colin Freas
d (from a JSP? FM?) > to load an action (the "child" from above)? > > Dave > > On Tue, Nov 30, 2010 at 4:50 PM, Colin Freas wrote: > > > On Struts 2.1.6, Dojo and JSON plugins. > > > > I want to execute some JavaScript after an action's HTML finish

execute javascript after action's html renders

2010-12-01 Thread Colin Freas
On Struts 2.1.6, Dojo and JSON plugins. I want to execute some JavaScript after an action's HTML finishes loading. I can't figure out how to make this happen consistently. The action that I'm trying to modify is as part of another action. When I access the child action directly, the script runs