Registry / web-framework / tobago-core

tobago-core

JSON →
library6.9.1javamavenunverified

Core component library for Apache MyFaces Tobago, providing basic application components without rendering or layout.

<dependency> <groupId>org.apache.myfaces.tobago</groupId> <artifactId>tobago-core</artifactId> <version>6.9.1</version> </dependency>
INSTALL
IMPORT
SIG · TOBAGO-CORE
T
tobago-core
web-frameworkjavav6.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UIForm
org.apache.myfaces.tobago.component.UIForm

Create a Tobago UIForm component programmatically.

import org.apache.myfaces.tobago.component.UIForm; import javax.faces.context.FacesContext; UIForm form = new UIForm(); form.setId("myForm"); FacesContext.getCurrentInstance().getViewRoot().getChildren().add(form);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tobago-core — mvn dependency:get tobago-core · libregistry