cancel
Showing results for 
Search instead for 
Did you mean: 

Please explain the following code

alihammad
Champ in-the-making
Champ in-the-making
Plz explain the following line of code cuz similar code appears everywhere and I am not able to understand it … Particularly explain how DialogManager.bean.document code.. How can I find this bean and what … where can I find the mapping for all the JSP etc.


<rSmiley TongueropertySheetGrid id="document-props" value="#{DialogManager.bean.document}"
var="documentProps" columns="1" mode="view" labelStyleClass="propertiesLabel" externalConfig="true" />

where tag lib is repo.tld

<%@ taglib uri="/WEB-INF/repo.tld" prefix="r"%>
1 REPLY 1

zaizi
Champ in-the-making
Champ in-the-making
You might want to read up on Spring and Java Server Faces.

Take a look at this for now http://opensource.atlassian.com/confluence/spring/display/JSF/Home