Re: How to use an application scoped variable in ?

2011-01-10 Thread Maurizio Cucchiara
I'm pretty sure that the property tag is a better candidate in order to evaluate OGNL expressions like this. Try this ">Test 2011/1/11 Rubens Gomes : > I am using the tags in my JSP pages.  And I am using to > define URLs for the .  I have recently made some changes to > place the URLs varia

How to use an application scoped variable in ?

2011-01-10 Thread Rubens Gomes
I am using the tags in my JSP pages. And I am using to define URLs for the . I have recently made some changes to place the URLs variables on the application scope (so that they can be shared by all requests/threads). Since I made this change I need to change the href in to point to an

Re: JQuery Plugin Modal Dialog help needed

2011-01-10 Thread Dave Newton
Without knowing how the delete link renders or how how it's handled in JavaScript it's difficult to help. Doesn't seem like a Struts issue yet, though. If it's just a simple link with an onclick it'll still follow the link unless the onclick handler itself returns false or the event isn't allowed t

Re: JQuery Plugin Modal Dialog help needed

2011-01-10 Thread RogerV
Dave Newton-6 wrote: > > Seems more a JavaScript question... Does the click handler eventually > return > false so the browser won't actually follow the link? > The doDelete() function is my on-click handler which opens the dialog created by the tag. I was assuming (probably erroneously) tha