Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

omidp/omidbizComponents

Repository files navigation

#omidbizComponents

Provides components enhancements to the RichFaces Tag library for using in JBoss Seam. Features include:

  • inputListOfValues based on colorbox
  • persianDatePicker
  • persianDateLabelConvertor
  • and more...

##Building

mvn clean install

##Tips

  • Assembling this project requires maven 2.2.1 for javascript obfuscation
  • If you are using compressed version, you need to disable load on demand in web.xml
 Change load strategy to DEFAULT to disable sending scripts/styles as packs 

	<context-param>
		<param-name>org.richfaces.LoadStyleStrategy</param-name>
		<param-value>ALL</param-value>
	</context-param>

	<context-param>
		<param-name>org.richfaces.LoadScriptStrategy</param-name>
		<param-value>ALL</param-value>
	</context-param>
  • Do not forget to add compressed js and css
<a:loadStyle src="resource://org/omidbiz/ui.styles.css" />
<a:loadScript src="resource://org/omidbiz/ui.scripts.js"></a:loadScript>
  • Add following namespace
xmlns:seam="http://omidbiz.com/fanpardaz"
  • jquery ui tabs 1.8.16 is embeded in resources and recommended jquery is 1.7.2

About

series of components based on richfaces to use in JBoss Seam Projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published