RE: getText syntax for jsp tags

2012-08-15 Thread Cozart, Michele L
Thanks René!! It works perfectly. ** The key attribute is for simple resource properties lookup only, without MessageFormat. The tag is able to deal with MessageFormat in particular. In your case you could either use specialized properties in your bundle: reject.t

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Umesh Awasthi
I believe some kind of Debugging tool like firebug at client side will give you much more information to find out the reason. are you testing it on IE and "object expected" is very much famous with IE. Use Mozilla with firebug to see what actually causing it and it seems more like client side iss

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Omar Ngarigari
Thanks Dave for responding. I am expecting to see the "spinning wheel" which is an indicator image (images/indicator.gif) to display when I click on the submit button. I am getting javascript error, but it does not say much other than "object expected:. I am using normal struts2 tags on the form

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Dave Newton
Without knowing anything about what is or isn't working, what's supposed to happen vs. what does, it's really difficult to provide assistance. I don't see a taglib for the normal S2 tags, though. Dave On Wed, Aug 15, 2012 at 9:27 AM, Omar Ngarigari wrote: > Yes, I have tried it before, I did not

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Omar Ngarigari
Yes, I have tried it before, I did not get the expected results, but It could be due to some other related issues I am not aware of it. I am trying to show the indicator image when the request is made. I don't want to use the action name on the form because I have several submit buttons that sha

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Umesh Awasthi
I believe there should not be any issue while using this combination. Have you tried this or facing any issue? On Wed, Aug 15, 2012 at 6:33 PM, Omar Ngarigari wrote: > Hello, > > I just want to know if it is okay to use struts2-jquery-plugin.3.3.1.jar > with struts2-core-.3.1.2.jar. > > Thanks,

struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Omar Ngarigari
Hello, I just want to know if it is okay to use struts2-jquery-plugin.3.3.1.jar with struts2-core-.3.1.2.jar. Thanks,