Search code examples
struts

Can Non Struts tags be used in View component when going for struts2 framework.?


Am New to struts2 framework . I wrote a small application and made it working . But our client is ver specific to its look feel and client side validations planning to use Jquery for front end layer .

Wanted to know can I achieve or write the non struts Tags in the JSP that am using?


Solution

  • Struts2 offers a great choice for server-side validation, through Java, XML or Annotations...

    by the way, if you really want to perform only client side validation,

    then yes,

    you can put in the JSP the same javascript libraries that you would use in any non-struts JSP or HTML either...

    just import them and start using them.