Re: If logic to dynamic decide whether to display a column

2011-01-21 Thread Vitor De Mario
As far as I know, , the Struts tag, works in this scenario. I believe I've used it before. On Fri, Jan 21, 2011 at 6:35 PM, Emi Lu wrote: > Good afternoon, > > Need help about using "if logic" to determine whether to display a > column under display:table > > For example: > >

Re:

2011-02-02 Thread Vitor De Mario
I suppose you could submit via javascript, setting the entire url on the form. document.forms[0].action = 'entireURLgoeshere'; document.forms[0].submit(); That's not really a solution, just an ugly work-around. On Tue, Feb 1, 2011 at 6:45 AM, Agoston Bejo wrote: > > > Thanks Chris, > > > the p

Re: Restrict direct access to static content

2011-02-16 Thread Vitor De Mario
Unfortunately I don't know a solution to the problem, but what he's trying to do doesn't look that strange to me. I believe Luis'd like to hide his internal folder structure, probably. Struts 2 URL's are made up, don't correspond to any physical folders, but .js, .css and the like would probably ha

Re: Help with JQuery plugin

2011-02-17 Thread Vitor De Mario
I've had a good experience regarding jQuery and modal dialogs using Impromptu: http://trentrichardson.com/Impromptu/index.php It covers the use of forms inside a dialog, but I don't know how it relates to the struts2-jquery-plugin, I've never used it