Can Struts2 be used for conditional validation?As in, if checkbox \"Other\" is filled in, then field \"otherDetails\" must not be empty?
I want to create dynamic subdomains on my开发者_JAVA百科 site. I know how to create it using apache2 mod_rewrite (convert urls like sub.domain.com to domain.com/sub/). But I have one problem: I don\'t
I am developing a small web application using struts 2. I want to setup a database connection when the web application starts. After that, I want that database connection object to be used in the the
I am begining a web system and can\'t decide what technology use! Struts2 and JSF (with jboss seam) are a nice choices, but I can\'t decide which\'s better. In JSF have some that I don\'t like, maybe
I don\'t know how to escape \' in a java properties file. I\'m using struts2 and getText function to fill i18n and text tags.
Why is it that the s:textfield is placed on bottom when I insert it in between other HTML elements inside a form?
I\'m trying to use Struts validation to check various fields entered by users.If anyone is able to help me see what I lack, I would be extremely grateful.Here\'s what I have:
Using Struts 2.1.6, xwork 2.1.2 and ognl 2.6.11 In my struts action I have a Map that I am fetching elements from using OGNL. If the key I am using to fetch with does not exist in the map then OGNL re
i\'ve a problem with json object (created from java Object1) that contains a List of Object2... i cannot access to the value of the object2 in the list og object1..
I am taking a prototype of a web page and implementing it. The prototype makes heavy use of DOJO for some fancy UI elements. The application is built using Struts 2.1.8.1 with the DOJO plugin enabled.