s:hidden generating invalid html for css_xhtml theme

2015-08-25 Thread allanjackson
When using the css_xhtml theme the s:hidden tag is generating TR and TD tags because it is just inheriting directly from the xhtml theme. Since the css_xhtml theme does not use tables, these tags are invalid html. The css_xhtml theme needs to pull its s:hidden tag from the simple theme instead of

RE: Struts2 resource bundle labels not showing up

2015-08-25 Thread fea jabi
I really appreciate you helping me. But, still having issues. Under resources folder - which is a source folder(getting copied to \WEB-INF\classes) I added the below files struts.properties test.properties In struts.properties struts.custom.i18n.resources=test Also, tried adding this

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Chris
Hi, Thank you for the update.I did it to ,  yesterday,  but I got a new error about log4j. ( even with log4j2.xml) I think with version 2.5 Beta1 , we must now add the new jar log4j api-2.3.jar.But this is not enough, alas. Here is the error ...( maybe log4j api-2.3.jar comes not alone ?

Re: s:hidden generating invalid html for css_xhtml theme

2015-08-25 Thread Lukasz Lenart
2015-08-25 19:19 GMT+02:00 allanjackson allanjack...@ku.edu: When using the css_xhtml theme the s:hidden tag is generating TR and TD tags because it is just inheriting directly from the xhtml theme. Since the css_xhtml theme does not use tables, these tags are invalid html. The css_xhtml

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Lukasz Lenart
Strange, I don't see such problems. Are we talking about struts-examples? https://github.com/apache/struts-examples Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-25 19:12 GMT+02:00 Chris christal...@yahoo.fr: Hi, Thank you for the update.I did it to , yesterday, but

Re: Struts2 resource bundle labels not showing up

2015-08-25 Thread Lukasz Lenart
2015-08-24 16:20 GMT+02:00 fea jabi zy...@hotmail.com: How to get the labels when I load the page then? I am calling the same action(login) to launch the page too. How did you configure the both actions? in struts.xml? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Lukasz Lenart
It should be ok right now, updated all web.xmls and pushed the changes 2015-08-24 15:56 GMT+02:00 Chris christal...@yahoo.fr: The name of the package has changed ! Struts2.3.20package org.apache.struts2.dispatcher.ng.filter; Struts 2.5.Beta1 package org.apache.struts2.dispatcher.filter;

RE: Struts2 resource bundle labels not showing up

2015-08-25 Thread fea jabi
Thanks, for all the help. I got this working. All I had to do was redeploy and re-launch the application. Then global properties worked fine. From: zy...@hotmail.com To: user@struts.apache.org Subject: RE: Struts2 resource bundle labels not showing up Date: Tue, 25 Aug 2015 10:19:07 -0400

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Adam Brin
You might also need the bridge between log4j v1 and v2, and also the web jar. Log4j2 is quite modularized when compared to v1. On Tue, Aug 25, 2015 at 10:12 AM, Chris christal...@yahoo.fr wrote: Hi, Thank you for the update.I did it to , yesterday, but I got a new error about log4j. ( even

RE: sj:autocompleter dependable

2015-08-25 Thread Martin Gainty
you will notice in the autocompleter tutorial posted at http://struts.jgeppert.com/struts2-jquery-showcase/autocompleter-json.action;jsessionid=CE13A626C1A38AC66A47344D139993DE there exists a sj:autocompleter with onChangeTopics=autocompleteChangebut there is no (jquery) function subscribed to

RE: Struts2 resource bundle labels not showing up

2015-08-25 Thread fea jabi
Need help with this please. From: zy...@hotmail.com To: user@struts.apache.org Subject: RE: Struts2 resource bundle labels not showing up Date: Mon, 24 Aug 2015 10:20:41 -0400 Thanks,, for trying to help me on this. yes, in the properties file I do have the line breaks as

RE: Struts2 resource bundle labels not showing up

2015-08-25 Thread fea jabi
Sorry, here is my Struts.xml. Thanks, for trying to help me. Struts.xml action name=testPortal result type=tileslogin/result /action action name=login class=com.xxx.actions.LoginAction result

Re: Struts2 resource bundle labels not showing up

2015-08-25 Thread Lukasz Lenart
2015-08-25 14:50 GMT+02:00 fea jabi zy...@hotmail.com: Sorry, here is my Struts.xml. Thanks, for trying to help me. Struts.xml action name=testPortal result type=tileslogin/result /action So I assume that's your login form input action from

Re: Struts2 resource bundle labels not showing up

2015-08-25 Thread Lukasz Lenart
2015-08-25 14:41 GMT+02:00 fea jabi zy...@hotmail.com: Need help with this please. Sure but can you answer my question I have sent you 6 hours ago? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To

RE: Struts2 resource bundle labels not showing up

2015-08-25 Thread fea jabi
I tried setting the default-action-ref in struts.xml as below. That didn't work. Also, I tried placing the properties in the package.properties that didn't work either. Do I need to do any setting for package.properties to work. Tried placing it within the com.xxx.actions and outside as well.

Re: Struts2 resource bundle labels not showing up

2015-08-25 Thread Lukasz Lenart
2015-08-25 15:34 GMT+02:00 fea jabi zy...@hotmail.com: I tried setting the default-action-ref in struts.xml as below. That didn't work. Also, I tried placing the properties in the package.properties that didn't work either. Do I need to do any setting for package.properties to work. Tried