| Author |
get the <h:form> id of the current page
|
avi lev
Greenhorn
Joined: Feb 17, 2012
Posts: 1
|
|
hi
first question on this great forum.....
i need to find on what page i'm at a cretin moment using a backing bean.
tnx.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
Welcome to the JavaRanch, Avi!
JSF View definitions can contain more than one Form. I often do this.
Backing beans (Models) can exist in a many-to-many relationship with Views.
So there's no general mechanism you can use.
You can use the view binding mechanism to attach a particular UI control to a backing bean. You can then walk up the component tree to see what form it's in. That's not something the average webapp should be doing, though.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: get the <h:form> id of the current page
|
|
|