[01/15] struts git commit: WW-4638
Repository: struts Updated Branches: refs/heads/master 70fdc00f6 -> abf7bfa34 WW-4638 TestNG 6.9.10 dependency error Fix dependency issue Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/bbc38622 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/bbc38622 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/bbc38622 Branch: refs/heads/master Commit: bbc38622193da5e06cda5497937786f628e584de Parents: ffdacf1 Author: victorsosa Authored: Wed May 25 10:42:14 2016 -0400 Committer: victorsosa Committed: Wed May 25 10:42:14 2016 -0400 -- plugins/testng/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/bbc38622/plugins/testng/pom.xml -- diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index 709e402..741d38d 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -37,8 +37,7 @@ org.testng testng -5.1 -jdk15 +6.9.10 org.springframework
[04/15] struts git commit: Update controlheader.ftl
Update controlheader.ftl Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/2a071cc3 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/2a071cc3 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/2a071cc3 Branch: refs/heads/master Commit: 2a071cc3aacbde7f2d61516e1f23877401169829 Parents: 4138b2a Author: victor sosa Authored: Wed May 25 10:49:56 2016 -0400 Committer: victor sosa Committed: Wed May 25 10:49:56 2016 -0400 -- core/src/main/resources/template/xhtml/controlheader.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/2a071cc3/core/src/main/resources/template/xhtml/controlheader.ftl -- diff --git a/core/src/main/resources/template/xhtml/controlheader.ftl b/core/src/main/resources/template/xhtml/controlheader.ftl index fb3960e..e1209cd 100644 --- a/core/src/main/resources/template/xhtml/controlheader.ftl +++ b/core/src/main/resources/template/xhtml/controlheader.ftl @@ -21,5 +21,5 @@ */ --> <#include "/${parameters.templateDir}/${parameters.expandTheme}/controlheader-core.ftl" /> -<#t/>
[15/15] struts git commit: WW-4638 Upgrades TestNG and Surefire plugin
WW-4638 Upgrades TestNG and Surefire plugin Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/abf7bfa3 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/abf7bfa3 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/abf7bfa3 Branch: refs/heads/master Commit: abf7bfa343cd55e2485e0b6ea44f285fc683bbc7 Parents: 70fdc00 7f28bfd Author: Lukasz Lenart Authored: Mon Jul 18 08:01:08 2016 +0200 Committer: Lukasz Lenart Committed: Mon Jul 18 08:01:08 2016 +0200 -- .../apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/testng/pom.xml| 3 +-- pom.xml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/abf7bfa3/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java -- http://git-wip-us.apache.org/repos/asf/struts/blob/abf7bfa3/plugins/embeddedjsp/pom.xml -- http://git-wip-us.apache.org/repos/asf/struts/blob/abf7bfa3/plugins/testng/pom.xml -- http://git-wip-us.apache.org/repos/asf/struts/blob/abf7bfa3/pom.xml --
[13/15] struts git commit: update maven-surefire-plugin 2.19.1
update maven-surefire-plugin 2.19.1 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/90ab489c Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/90ab489c Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/90ab489c Branch: refs/heads/master Commit: 90ab489c409ba2f27fff9dabefd1b79f6ac1dbac Parents: 6e07a63 Author: victorsosa Authored: Fri Jul 15 08:19:12 2016 -0400 Committer: victorsosa Committed: Fri Jul 15 08:19:12 2016 -0400 -- plugins/embeddedjsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/90ab489c/plugins/embeddedjsp/pom.xml -- diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index d52dacc..68bc35a 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-surefire-plugin -2.4.2 +2.19.1 target/test-classes/jsps.jar
[14/15] struts git commit: Merge remote-tracking branch 'origin/master' into WW-4638
Merge remote-tracking branch 'origin/master' into WW-4638 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/7f28bfd2 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/7f28bfd2 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/7f28bfd2 Branch: refs/heads/master Commit: 7f28bfd2d2b64a7325b3abd9e306c55c11d7f5e1 Parents: 59b0e40 90ab489 Author: victorsosa Authored: Fri Jul 15 08:26:05 2016 -0400 Committer: victorsosa Committed: Fri Jul 15 08:26:05 2016 -0400 -- plugins/embeddedjsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --
[10/15] struts git commit: Merge branch 'master' into WW-4638
Merge branch 'master' into WW-4638 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/e170ae1f Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/e170ae1f Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/e170ae1f Branch: refs/heads/master Commit: e170ae1febe9ca2476d84355870b595ff7ea4516 Parents: abdb0a3 b462286 Author: victorsosa Authored: Fri Jun 24 10:49:06 2016 -0400 Committer: victorsosa Committed: Fri Jun 24 10:49:06 2016 -0400 -- --
[02/15] struts git commit: Update controlheader.ftl
Update controlheader.ftl Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/03a90b23 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/03a90b23 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/03a90b23 Branch: refs/heads/master Commit: 03a90b2308fa6e2c17ce81eaf7d0d9f16adfd64d Parents: bbc3862 Author: victor sosa Authored: Wed May 25 10:48:46 2016 -0400 Committer: victor sosa Committed: Wed May 25 10:48:46 2016 -0400 -- core/src/main/resources/template/xhtml/controlheader.ftl | 3 --- 1 file changed, 3 deletions(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/03a90b23/core/src/main/resources/template/xhtml/controlheader.ftl -- diff --git a/core/src/main/resources/template/xhtml/controlheader.ftl b/core/src/main/resources/template/xhtml/controlheader.ftl index 8b855b8..fb3960e 100644 --- a/core/src/main/resources/template/xhtml/controlheader.ftl +++ b/core/src/main/resources/template/xhtml/controlheader.ftl @@ -22,7 +22,4 @@ --> <#include "/${parameters.templateDir}/${parameters.expandTheme}/controlheader-core.ftl" /> -class="tdAlign-${parameters.align?html}" - ><#t/>
[12/15] struts git commit: merge
merge Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/59b0e40e Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/59b0e40e Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/59b0e40e Branch: refs/heads/master Commit: 59b0e40e00cec4f567d575b0467a3dce3fbaf8f2 Parents: ad5cc58 6e07a63 Author: victorsosa Authored: Mon Jun 27 09:59:30 2016 -0400 Committer: victorsosa Committed: Mon Jun 27 09:59:30 2016 -0400 -- .gitignore | 2 +- .../apache/struts2/json/JSONInterceptor.java| 144 ++- .../struts2/json/JSONInterceptorTest.java | 28 ++-- 3 files changed, 89 insertions(+), 85 deletions(-) --
[05/15] struts git commit: maven-surefire-plugin update version
maven-surefire-plugin update version Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/b59f17f4 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/b59f17f4 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/b59f17f4 Branch: refs/heads/master Commit: b59f17f467a5fa8870f8ce085419a1bfa31b1a28 Parents: 2a071cc Author: victorsosa Authored: Tue Jun 7 08:42:07 2016 -0400 Committer: victorsosa Committed: Tue Jun 7 08:42:07 2016 -0400 -- .gitignore| 3 +++ core/pom.xml | 2 +- .../apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/.gitignore -- diff --git a/.gitignore b/.gitignore index 0285aab..8faa618 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ .metadata/ Servers/ +#VSCODE +.vscode + # OSX .DS_Store http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/core/pom.xml -- diff --git a/core/pom.xml b/core/pom.xml index 9ce0fcd..e577c51 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-surefire-plugin -2.6 +2.19.1 -Duser.language=en -Duser.region=US http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java -- diff --git a/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java b/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java index 5a01015..1be045f 100644 --- a/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java +++ b/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java @@ -85,7 +85,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsInternalTestCase { String result2 = proxy2.execute(); assertEquals("wait", result2); -Thread.sleep(300); +Thread.sleep(500); ActionProxy proxy3 = buildProxy("action1"); String result3 = proxy3.execute(); http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/pom.xml -- diff --git a/pom.xml b/pom.xml index 323cf9e..31b322c 100644 --- a/pom.xml +++ b/pom.xml @@ -190,7 +190,7 @@ org.apache.maven.plugins maven-surefire-plugin -2.3.1 +2.19.1 -Duser.language=en -Duser.region=US
[09/15] struts git commit: rollback change
rollback change Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/abdb0a33 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/abdb0a33 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/abdb0a33 Branch: refs/heads/master Commit: abdb0a33515c0ea50a4a56f02d5bcc302feca703 Parents: 0cd7b83 Author: victorsosa Authored: Fri Jun 24 09:48:51 2016 -0400 Committer: victorsosa Committed: Fri Jun 24 09:48:51 2016 -0400 -- core/src/main/resources/template/xhtml/styles.css | 6 ++ 1 file changed, 6 insertions(+) -- http://git-wip-us.apache.org/repos/asf/struts/blob/abdb0a33/core/src/main/resources/template/xhtml/styles.css -- diff --git a/core/src/main/resources/template/xhtml/styles.css b/core/src/main/resources/template/xhtml/styles.css index 16631fe..4cc1d35 100644 --- a/core/src/main/resources/template/xhtml/styles.css +++ b/core/src/main/resources/template/xhtml/styles.css @@ -36,3 +36,9 @@ .tdErrorMessage {text-align:center; vertical-align:top;} .formButton {text-align:right;} .tdInput {text-align:left;} + + +.align-center{text-align:center;} +.align-right{text-align:right;} +.align-left{text-align:left;} +.align-justify{text-align:justify;}
[07/15] struts git commit: change maven-surefire-plugin update version
change maven-surefire-plugin update version Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/7c308253 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/7c308253 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/7c308253 Branch: refs/heads/master Commit: 7c308253ce87d947466d71bacd7a7d8d5acdbd96 Parents: a4fc8ae Author: victorsosa Authored: Fri Jun 24 09:35:05 2016 -0400 Committer: victorsosa Committed: Fri Jun 24 09:35:05 2016 -0400 -- plugins/embeddedjsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/7c308253/plugins/embeddedjsp/pom.xml -- diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index e6d9942..d90d9af 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-surefire-plugin -2.4.2 +2.19.1 target/test-classes/jsps.jar
[08/15] struts git commit: Merge branch 'master' of https://github.com/apache/struts into WW-4638
Merge branch 'master' of https://github.com/apache/struts into WW-4638 # Conflicts: # core/src/main/resources/template/xhtml/controlheader.ftl # core/src/main/resources/template/xhtml/styles.css Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/0cd7b831 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/0cd7b831 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/0cd7b831 Branch: refs/heads/master Commit: 0cd7b831e0edbf423f99ce5adecd089d672d323a Parents: 7c30825 cd13846 Author: victorsosa Authored: Fri Jun 24 09:46:37 2016 -0400 Committer: victorsosa Committed: Fri Jun 24 09:46:37 2016 -0400 -- apps/pom.xml| 2 +- apps/portlet/pom.xml| 2 +- apps/portlet/src/main/resources/struts-edit.xml | 4 +- .../src/main/resources/struts-eventing.xml | 4 +- apps/portlet/src/main/resources/struts-help.xml | 4 +- .../portlet/src/main/resources/struts-tiles.xml | 4 +- apps/portlet/src/main/resources/struts-view.xml | 4 +- apps/portlet/src/main/resources/struts.xml | 4 +- apps/rest-showcase/pom.xml | 4 +- apps/showcase/pom.xml | 2 +- .../main/resources/struts-actionchaining.xml| 4 +- .../src/main/resources/struts-conversion.xml| 4 +- .../src/main/resources/struts-filedownload.xml | 4 +- .../src/main/resources/struts-fileupload.xml| 4 +- .../src/main/resources/struts-freemarker.xml| 4 +- .../src/main/resources/struts-hangman.xml | 4 +- .../src/main/resources/struts-interactive.xml | 4 +- .../src/main/resources/struts-model-driven.xml | 4 +- .../src/main/resources/struts-person.xml| 4 +- .../src/main/resources/struts-tags-non-ui.xml | 4 +- .../src/main/resources/struts-tags-ui.xml | 4 +- .../showcase/src/main/resources/struts-tags.xml | 4 +- .../src/main/resources/struts-tiles.xml | 4 +- .../src/main/resources/struts-token.xml | 4 +- .../src/main/resources/struts-validation.xml| 4 +- .../showcase/src/main/resources/struts-wait.xml | 4 +- .../showcase/src/main/resources/struts-xslt.xml | 4 +- apps/showcase/src/main/resources/struts.xml | 4 +- archetypes/pom.xml | 2 +- archetypes/struts2-archetype-angularjs/pom.xml | 2 +- .../src/main/resources/struts.xml | 4 +- archetypes/struts2-archetype-blank/pom.xml | 2 +- .../src/main/resources/example.xml | 4 +- .../src/main/resources/struts.xml | 4 +- archetypes/struts2-archetype-convention/pom.xml | 2 +- .../src/main/resources/struts.xml | 4 +- archetypes/struts2-archetype-dbportlet/pom.xml | 2 +- .../src/main/resources/struts.xml | 4 +- archetypes/struts2-archetype-plugin/pom.xml | 2 +- .../src/main/resources/struts-plugin.xml| 4 +- archetypes/struts2-archetype-portlet/pom.xml| 2 +- .../src/main/resources/struts.xml | 4 +- archetypes/struts2-archetype-starter/pom.xml| 2 +- .../src/main/resources/struts.xml | 4 +- assembly/pom.xml| 2 +- bom/pom.xml | 9 +-- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/pom.xml| 2 +- .../com/opensymphony/xwork2/ActionSupport.java | 4 -- .../xwork2/DefaultActionInvocation.java | 2 +- .../opensymphony/xwork2/DefaultActionProxy.java | 14 - .../com/opensymphony/xwork2/XWorkMessages.java | 31 -- .../xwork2/config/entities/PackageConfig.java | 7 +++ .../xwork2/conversion/impl/XWorkConverter.java | 2 +- .../StaticParametersInterceptor.java| 2 +- .../com/opensymphony/xwork2/ognl/OgnlUtil.java | 64 .../validator/DelegatingValidatorContext.java | 2 +- .../validator/validators/URLValidator.java | 2 +- .../struts2/components/DoubleListUIBean.java| 2 +- .../org/apache/struts2/components/I18n.java | 38 +++- .../apache/struts2/components/ListUIBean.java | 2 +- .../java/org/apache/struts2/components/Set.java | 2 +- .../dispatcher/mapper/DefaultActionMapper.java | 2 +- .../struts2/factory/StrutsResultFactory.java| 2 +- .../struts2/views/freemarker/tags/TagModel.java | 2 +- .../xwork2/xwork-messages.properties| 2 +- .../resources/template/xhtml/controlheader.ftl | 7 ++- .../main/resources/template/xhtml/styles.css| 1 + .../opensymphony/xwork2/ActionSupportTest.java | 5 +- .../xwork2/DefaultActionProxyTest.java | 24 .../opensymphony/xwork2/ognl/OgnlUtilTest.java | 15 + .../xwork2/util/
[11/15] struts git commit: change version surefire-plugin
change version surefire-plugin Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/ad5cc586 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/ad5cc586 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/ad5cc586 Branch: refs/heads/master Commit: ad5cc586804ef08ed9de6985662dee020723d960 Parents: e170ae1 Author: victorsosa Authored: Fri Jun 24 10:51:01 2016 -0400 Committer: victorsosa Committed: Fri Jun 24 10:51:01 2016 -0400 -- plugins/embeddedjsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/ad5cc586/plugins/embeddedjsp/pom.xml -- diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index 68bc35a..d52dacc 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-surefire-plugin -2.19.1 +2.4.2 target/test-classes/jsps.jar
[06/15] struts git commit: update maven-surefire-plugin
update maven-surefire-plugin Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/a4fc8ae4 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/a4fc8ae4 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/a4fc8ae4 Branch: refs/heads/master Commit: a4fc8ae42e482594837a03a11be02b5f30eaef2a Parents: b59f17f Author: victorsosa Authored: Tue Jun 7 09:25:39 2016 -0400 Committer: victorsosa Committed: Tue Jun 7 09:25:39 2016 -0400 -- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/a4fc8ae4/core/pom.xml -- diff --git a/core/pom.xml b/core/pom.xml index e577c51..9ce0fcd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-surefire-plugin -2.19.1 +2.6 -Duser.language=en -Duser.region=US
[03/15] struts git commit: Update styles.css
Update styles.css Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/4138b2a6 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/4138b2a6 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/4138b2a6 Branch: refs/heads/master Commit: 4138b2a6f021c8de750ec52cfe7b01fabc8abc6c Parents: 03a90b2 Author: victor sosa Authored: Wed May 25 10:49:11 2016 -0400 Committer: victor sosa Committed: Wed May 25 10:49:11 2016 -0400 -- core/src/main/resources/template/xhtml/styles.css | 5 - 1 file changed, 5 deletions(-) -- http://git-wip-us.apache.org/repos/asf/struts/blob/4138b2a6/core/src/main/resources/template/xhtml/styles.css -- diff --git a/core/src/main/resources/template/xhtml/styles.css b/core/src/main/resources/template/xhtml/styles.css index fe20517..91d5171 100644 --- a/core/src/main/resources/template/xhtml/styles.css +++ b/core/src/main/resources/template/xhtml/styles.css @@ -35,8 +35,3 @@ .tdCheckboxErrorMessage {text-align:left; vertical-align:top;} .tdErrorMessage {text-align:center; vertical-align:top;} .formButton {text-align:right;} - -.tdAlign-center{text-align:center;} -.tdAlign-right{text-align:right;} -.tdAlign-left{text-align:left;} -.tdAlign-justify{text-align:justify;}