An Error Occurred:

java.lang.reflect.InvocationTargetException

Caused by:
org.postgresql.util.PSQLException - ERROR: role "draglet1_widgets" already exists

+ Stack Trace

javax.faces.FacesException: java.lang.reflect.InvocationTargetException
	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:258)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.util.DefaultAnnotationProcessor.postConstruct(DefaultAnnotationProcessor.java:79)
	at org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider.postConstruct(TomcatAnnotationLifecycleProvider.java:79)
	at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:218)
	at org.apache.myfaces.el.unified.resolver.ManagedBeanResolver.createManagedBean(ManagedBeanResolver.java:302)
	at org.apache.myfaces.el.unified.resolver.ManagedBeanResolver.getValue(ManagedBeanResolver.java:265)
	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
	at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:142)
	at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:65)
	at org.apache.myfaces.el.convert.VariableResolverToELResolver.getValue(VariableResolverToELResolver.java:116)
	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
	at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:142)
	at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:61)
	at org.apache.el.parser.AstValue.getValue(AstValue.java:107)
	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
	at org.apache.myfaces.view.facelets.el.ELText$ELTextVariable.writeText(ELText.java:213)
	at org.apache.myfaces.view.facelets.el.ELText$ELTextComposite.writeText(ELText.java:125)
	at org.apache.myfaces.view.facelets.compiler.TextInstruction.write(TextInstruction.java:48)
	at org.apache.myfaces.view.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:46)
	at org.apache.myfaces.view.facelets.compiler.UILeaf.encodeAll(UILeaf.java:214)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:622)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:622)
	at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1320)
	at org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:263)
	at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:85)
	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:239)
	... 13 more
Caused by: com.draglet.exception.DBException: ERROR: role "draglet1_widgets" already exists
	at com.draglet.db.SQLStatement.execute(SQLStatement.java:119)
	at com.draglet.dao.DragletDAO.insert(DragletDAO.java:64)
	at com.draglet.beans.DragletBean.createDraglet(DragletBean.java:46)
	at com.draglet.beans.DragletBean.init(DragletBean.java:36)
	... 42 more
Caused by: org.postgresql.util.PSQLException: ERROR: role "draglet1_widgets" already exists
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:343)
	at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:169)
	at com.draglet.db.SQLStatement.execute(SQLStatement.java:115)
	... 45 more

+ Component Tree

<UIViewRoot id="j_id0" inView="true" locale="en_US" renderKitId="HTML_BASIC" rendered="true" transient="false" viewId="/draglet.xhtml"> - State size:0 bytes
<?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > - State size:0 bytes
<html xmlns="http://www.w3.org/1999/xhtml"> - State size:0 bytes
<HtmlHead id="j_id1925872625_20c27c7c" inView="true" rendered="true" transient="false" location="/template.xhtml at line 9 and column 10"> - State size:594 bytes
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="author" content="Ganesh Jung"/> <meta name="copyright" content="(C) 2010 - Ganesh Jung"/> <meta name="audience" content="all, alle"/> <meta name="MSSmartTagsPreventParsing" content="true"/> <meta http-equiv="imagetoolbar" content="no"/> <meta name="robots" content="index,follow"/> <meta name="keywords" content="jsf, jsf 2.0, dojo, dojoFaces, alexander bell, ganesh jung, draglet"/> <meta name="description" content="WMS"/> <title>Draglet</title> <link rel="stylesheet" href="${request.contextPath}/resources/com.draglet.style/screen_main_style.css"/> <style type="text/css"> @import "${request.contextPath}/resources/dojo/dojo/resources/dojo.css" </style> <script type="text/javascript" src="${request.contextPath}/resources/dojo/dojo/dojo.js" djConfig="isDebug: false, parseOnLoad: true, extraLocale: ['en-us']"/> <style type="text/css"> @import "${request.contextPath}/resources/dojo/dijit/themes/#{dragletBean.style}/#{dragletBean.style}.css" ; @import "${request.contextPath}/resources/dojo/dojox/grid/resources/Grid.css"; @import "${request.contextPath}/resources/dojo/dojox/grid/resources/#{dragletBean.style}Grid.css"; @import "${request.contextPath}/resources/dojo/dojox/widget/Toaster/Toaster.css"; </style> <script type="text/javascript" src="${request.contextPath}/resources/dojo/dojo/dragNrun.js"/> <script type="text/javascript" src="/draglet/javax.faces.resource/jsf.js.faces?ln=javax.faces"/> - State size:0 bytes
</HtmlHead>
<HtmlBody id="j_id1925872625_20c27c56" inView="true" rendered="true" styleClass="#{dragletBean.style} nojs" transient="false" location="/template.xhtml at line 38 and column 44"> - State size:594 bytes
<div id="content"> - State size:0 bytes
<HtmlPanelGroup id="messages" inView="true" rendered="true" style="display:none" transient="false" binding="#{dojoHelper.binding['messages']}" location="/template.xhtml at line 40 and column 97"> - State size:691 bytes
<HtmlMessages globalOnly="false" id="j_id1925872625_20c27c0a" inView="true" layout="list" redisplay="true" rendered="true" showDetail="false" showSummary="true" tooltip="false" transient="false" location="/template.xhtml at line 41 and column 18"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ var childNodes = dojo.byId('messages').firstChild.childNodes; for (var i = 0; i < childNodes.length; i++) { console.log(childNodes[i].innerHTML); dojo.publish("jsfErrors", [{ message: childNodes[i].innerHTML, type: "error", duration: 3000 }]); } //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<div dojoType="dojox.widget.Toaster" id="validation_toaster" style="font-size:medium" positionDirection="tc-right" duration="3000" slideDuration="2000" messageTopic="jsfErrors"> </div> - State size:0 bytes
<HtmlPanelGroup id="newDragletDialog" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Dialog.xhtml at line 29 and column 76"> - State size:691 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlPanelGroup id="newDragletDialog_dialog" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Dialog.xhtml at line 38 and column 71"> - State size:0 bytes
<HtmlPanelGroup id="dialogNewDragletForm" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 30 and column 77"> - State size:689 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlForm enctype="application/x-www-form-urlencoded" id="dialogNewDragletForm_form" inView="true" prependId="true" rendered="true" submitted="false" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 39 and column 68"> - State size:0 bytes
new draglet name: - State size:0 bytes
<HtmlPanelGroup id="newDragletName" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/TextBox.xhtml at line 30 and column 80"> - State size:692 bytes
<HtmlInputText disabled="#{disabled == null ? 'false' : disabled}" id="newDragletName_box" immediate="false" inView="true" localValueSet="false" maxlength="-2147483648" onchange="#{onchange}" onclick="#{onclick}" onkeyup="#{onkeyup}" readonly="false" rendered="true" required="false" size="-2147483648" transient="false" valid="true" value="#{value}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/TextBox.xhtml at line 34 and column 60"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.TextBox"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); var onchange = dojo.attr(jsfElement, "onchange"); var onclick = dojo.attr(jsfElement, "onclick"); var onkeyup = dojo.attr(jsfElement, "onkeyup"); try { var dojoElement = new dijit.form.TextBox({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} name: dojo.attr(jsfElement, "name"), value: jsfElement.value, disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); if(typeof onchange == 'function') dojo.connect(dojoElement, "onChange", function() {dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onchange)()}); if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", function() {dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onclick)()}); if(typeof onkeyup == 'function') dojo.connect(dojoElement, "onKeyUp", function() {dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onkeyup)()}); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<br/> - State size:0 bytes
<HtmlPanelGroup id="newDragletSaveButton" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="newDragletSaveButton_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<div dojoType="dijit.form.Button" label="cancel" onClick="dijit.byId('#{dojoHelper.clientId['newDragletDialog']}').hide()"/> - State size:0 bytes
</HtmlForm>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Form"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); try { var dojoElement = new dijit.form.Form({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} enctype: #{enctype == null || enctype =='' ? '' : '"'}#{enctype == null || enctype =='' ? 'dojo.attr(jsfElement, "enctype")' : enctype}#{enctype == null || enctype =='' ? '' : '"'}, action: dojo.attr(jsfElement, "action"), method: dojo.attr(jsfElement, "method") }, jsfElement); dojoElement.startup(); } catch(err) { console.log(err); } if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') dojofaces_onLoad(); }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
</HtmlPanelGroup>
<script type="text/javascript"> // <![CDATA[ dojo.require("dijit.Dialog"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var rawDialog = dojo.byId("#{dojoHelper.clientId[id]}"); var dialog = new dijit.Dialog({ #{attr == null || attr=="" ? "" : attr} }, rawDialog); dialog.startup(); if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') { dojofaces_onLoad(); dojofaces_onLoad = undefined; } }); // ]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="changeDragletNameDialog" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Dialog.xhtml at line 29 and column 76"> - State size:691 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlPanelGroup id="changeDragletNameDialog_dialog" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Dialog.xhtml at line 38 and column 71"> - State size:0 bytes
<HtmlPanelGroup id="dialogChangeDragletNameForm" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 30 and column 77"> - State size:689 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlForm enctype="application/x-www-form-urlencoded" id="dialogChangeDragletNameForm_form" inView="true" prependId="true" rendered="true" submitted="false" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 39 and column 68"> - State size:0 bytes
new draglet name: - State size:0 bytes
<HtmlPanelGroup id="changeDragletName" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/TextBox.xhtml at line 30 and column 80"> - State size:692 bytes
<HtmlInputText disabled="#{disabled == null ? 'false' : disabled}" id="changeDragletName_box" immediate="false" inView="true" localValueSet="false" maxlength="-2147483648" onchange="#{onchange}" onclick="#{onclick}" onkeyup="#{onkeyup}" readonly="false" rendered="true" required="false" size="-2147483648" transient="false" valid="true" value="#{value}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/TextBox.xhtml at line 34 and column 60"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.TextBox"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); var onchange = dojo.attr(jsfElement, "onchange"); var onclick = dojo.attr(jsfElement, "onclick"); var onkeyup = dojo.attr(jsfElement, "onkeyup"); try { var dojoElement = new dijit.form.TextBox({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} name: dojo.attr(jsfElement, "name"), value: jsfElement.value, disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); if(typeof onchange == 'function') dojo.connect(dojoElement, "onChange", function() {dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onchange)()}); if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", function() {dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onclick)()}); if(typeof onkeyup == 'function') dojo.connect(dojoElement, "onKeyUp", function() {dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onkeyup)()}); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<br/> - State size:0 bytes
<HtmlPanelGroup id="changeDragletNameSaveButton" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="changeDragletNameSaveButton_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<div dojoType="dijit.form.Button" label="cancel" onClick="dijit.byId('#{dojoHelper.clientId['changeDragletNameDialog']}').hide()"/> - State size:0 bytes
</HtmlForm>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Form"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); try { var dojoElement = new dijit.form.Form({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} enctype: #{enctype == null || enctype =='' ? '' : '"'}#{enctype == null || enctype =='' ? 'dojo.attr(jsfElement, "enctype")' : enctype}#{enctype == null || enctype =='' ? '' : '"'}, action: dojo.attr(jsfElement, "action"), method: dojo.attr(jsfElement, "method") }, jsfElement); dojoElement.startup(); } catch(err) { console.log(err); } if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') dojofaces_onLoad(); }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
</HtmlPanelGroup>
<script type="text/javascript"> // <![CDATA[ dojo.require("dijit.Dialog"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var rawDialog = dojo.byId("#{dojoHelper.clientId[id]}"); var dialog = new dijit.Dialog({ #{attr == null || attr=="" ? "" : attr} }, rawDialog); dialog.startup(); if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') { dojofaces_onLoad(); dojofaces_onLoad = undefined; } }); // ]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="deleteDragletDialog" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Dialog.xhtml at line 29 and column 76"> - State size:691 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlPanelGroup id="deleteDragletDialog_dialog" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Dialog.xhtml at line 38 and column 71"> - State size:0 bytes
<HtmlPanelGroup id="dialogDeleteDragletForm" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 30 and column 77"> - State size:689 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlForm enctype="application/x-www-form-urlencoded" id="dialogDeleteDragletForm_form" inView="true" prependId="true" rendered="true" submitted="false" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 39 and column 68"> - State size:0 bytes
Are you sure you want to delete draglet #{dragletBean.draglet.name}?<br/> - State size:0 bytes
<HtmlPanelGroup id="deleteDragletSaveButton" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="deleteDragletSaveButton_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<div dojoType="dijit.form.Button" label="cancel" onClick="dijit.byId('#{dojoHelper.clientId['deleteDragletDialog']}').hide()"/> - State size:0 bytes
</HtmlForm>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Form"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); try { var dojoElement = new dijit.form.Form({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} enctype: #{enctype == null || enctype =='' ? '' : '"'}#{enctype == null || enctype =='' ? 'dojo.attr(jsfElement, "enctype")' : enctype}#{enctype == null || enctype =='' ? '' : '"'}, action: dojo.attr(jsfElement, "action"), method: dojo.attr(jsfElement, "method") }, jsfElement); dojoElement.startup(); } catch(err) { console.log(err); } if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') dojofaces_onLoad(); }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
</HtmlPanelGroup>
<script type="text/javascript"> // <![CDATA[ dojo.require("dijit.Dialog"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var rawDialog = dojo.byId("#{dojoHelper.clientId[id]}"); var dialog = new dijit.Dialog({ #{attr == null || attr=="" ? "" : attr} }, rawDialog); dialog.startup(); if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') { dojofaces_onLoad(); dojofaces_onLoad = undefined; } }); // ]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="dragletForm" inView="true" rendered="#{rendered == null ? true : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 30 and column 77"> - State size:689 bytes
<script type="text/javascript"> // <![CDATA[ if (typeof dojofaces_container_count == 'number') dojofaces_container_count++; else dojofaces_container_count = 1; // ]]> </script> - State size:0 bytes
<HtmlForm enctype="application/x-www-form-urlencoded" id="dragletForm_form" inView="true" prependId="true" rendered="true" submitted="false" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Form.xhtml at line 39 and column 68"> - State size:0 bytes
<HtmlPanelGroup id="dragletPanel" inView="true" rendered="true" transient="false" location="/draglet.xhtml at line 45 and column 36"> - State size:0 bytes
<HtmlPanelGroup id="myToolbar" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Toolbar.xhtml at line 30 and column 67"> - State size:692 bytes
<HtmlPanelGroup id="dragletAction" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/DropDownButton.xhtml at line 30 and column 80"> - State size:699 bytes
<HtmlPanelGroup id="dragletAction_dropDown" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/DropDownButton.xhtml at line 31 and column 77"> - State size:0 bytes
<span>draglet</span> - State size:0 bytes
<HtmlPanelGroup id="dragletMenu" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Menu.xhtml at line 30 and column 67"> - State size:689 bytes
<HtmlCommandButton action="#{dojoHelper.exec[action == null ? 'dojoFaceletsNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFaceletsNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="insertDraglet_button" immediate="false" inView="true" onclick="#{onclick}" readonly="false" rendered="true" style="display:none" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[dojoHelper.concat[id]['_CommandButton']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/MenuItem.xhtml at line 33 and column 49"/> - State size:693 bytes
<HtmlPanelGroup id="insertDraglet_item" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/MenuItem.xhtml at line 36 and column 72"/> - State size:693 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.MenuItem"); dojo.addOnLoad(function() { var dojofaces_form = dojo.byId('#{dojoHelper.formId[id]}'); if (typeof dojofaces_form != 'undefined') { var myButton = dojo.byId('#{dojoHelper.clientId[dojoHelper.concat[id]['_CommandButton']]}'); if (typeof myButton != 'undefined') { myButton.parentNode.removeChild(myButton); dojofaces_form.appendChild(myButton); } } var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } try { var dojoElement = new dijit.MenuItem({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', onClick: function() {dojo.byId('#{dojoHelper.clientId[dojoHelper.concat[id]['_CommandButton']]}').click()}, disabled: #{disabled == null ? 'false' : disabled} }, dojo.byId("#{dojoHelper.clientId[id]}")); dojoElement.startup(); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
<HtmlCommandButton action="#{dojoHelper.exec[action == null ? 'dojoFaceletsNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFaceletsNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="updateDraglet_button" immediate="false" inView="true" onclick="#{onclick}" readonly="false" rendered="true" style="display:none" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[dojoHelper.concat[id]['_CommandButton']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/MenuItem.xhtml at line 33 and column 49"/> - State size:693 bytes
<HtmlPanelGroup id="updateDraglet_item" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/MenuItem.xhtml at line 36 and column 72"/> - State size:693 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.MenuItem"); dojo.addOnLoad(function() { var dojofaces_form = dojo.byId('#{dojoHelper.formId[id]}'); if (typeof dojofaces_form != 'undefined') { var myButton = dojo.byId('#{dojoHelper.clientId[dojoHelper.concat[id]['_CommandButton']]}'); if (typeof myButton != 'undefined') { myButton.parentNode.removeChild(myButton); dojofaces_form.appendChild(myButton); } } var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } try { var dojoElement = new dijit.MenuItem({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', onClick: function() {dojo.byId('#{dojoHelper.clientId[dojoHelper.concat[id]['_CommandButton']]}').click()}, disabled: #{disabled == null ? 'false' : disabled} }, dojo.byId("#{dojoHelper.clientId[id]}")); dojoElement.startup(); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
<HtmlCommandButton action="#{dojoHelper.exec[action == null ? 'dojoFaceletsNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFaceletsNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="deleteDraglet_button" immediate="false" inView="true" onclick="#{onclick}" readonly="false" rendered="true" style="display:none" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[dojoHelper.concat[id]['_CommandButton']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/MenuItem.xhtml at line 33 and column 49"/> - State size:693 bytes
<HtmlPanelGroup id="deleteDraglet_item" inView="true" rendered="true" transient="false" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/MenuItem.xhtml at line 36 and column 72"/> - State size:693 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.MenuItem"); dojo.addOnLoad(function() { var dojofaces_form = dojo.byId('#{dojoHelper.formId[id]}'); if (typeof dojofaces_form != 'undefined') { var myButton = dojo.byId('#{dojoHelper.clientId[dojoHelper.concat[id]['_CommandButton']]}'); if (typeof myButton != 'undefined') { myButton.parentNode.removeChild(myButton); dojofaces_form.appendChild(myButton); } } var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } try { var dojoElement = new dijit.MenuItem({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', onClick: function() {dojo.byId('#{dojoHelper.clientId[dojoHelper.concat[id]['_CommandButton']]}').click()}, disabled: #{disabled == null ? 'false' : disabled} }, dojo.byId("#{dojoHelper.clientId[id]}")); dojoElement.startup(); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.Menu"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } try { var dojoElement = new dijit.Menu({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} }, dojo.byId("#{dojoHelper.clientId[id]}")); dojoElement.startup(); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.DropDownButton"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } try { var dojoElement = new dijit.form.DropDownButton({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} }, dojo.byId("#{dojoHelper.clientId[id]}")); dojoElement.startup(); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="dragletName" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/DropDownSelect.xhtml at line 30 and column 80"> - State size:699 bytes
<HtmlSelectOneMenu disabled="#{disabled == null ? 'false' : disabled}" id="dragletName_select" immediate="false" inView="true" localValueSet="false" onchange="#{onchange}" onclick="#{onclick}" readonly="false" rendered="true" required="false" transient="false" valid="true" value="#{value}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/DropDownSelect.xhtml at line 33 and column 63"> - State size:0 bytes
<UISelectItems id="dragletName_items" inView="true" rendered="true" transient="false" value="#{map != null ? map : list == null ? dojoHelper.emptyMap : dojoHelper.listToMap[list][var == null ? 'item' : var][mapKey][mapValue]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/DropDownSelect.xhtml at line 35 and column 158"/> - State size:0 bytes
</HtmlSelectOneMenu>
<script type="text/javascript"> //<![CDATA[ dojo.require("dojox.form.DropDownSelect"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); try { var onchange = dojo.attr(jsfElement, "onchange"); var onclick = dojo.attr(jsfElement, "onclick"); var dojoElement = new dojox.form.DropDownSelect({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} name: dojo.attr(jsfElement, "name"), value: jsfElement.value, disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); if(typeof onchange == 'function') dojo.connect(dojoElement, "onChange", function() { setTimeout(dojo.hitch(dijit.byId("#{dojoHelper.clientId[id]}"), onchange), 0); } ); if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(dojo.byId("#{dojoHelper.clientId[id]}"), onclick)); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="dragletTable" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="dragletTable_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="dragletFormButton" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="dragletFormButton_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="dragletScript" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="dragletScript_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
<HtmlPanelGroup id="dragletRun" inView="true" rendered="#{rendered == null ? 'true' : rendered}" transient="false" binding="#{dojoHelper.binding[dojoHelper.concat[id]['Panel']]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 31 and column 69"> - State size:691 bytes
<HtmlCommandButton accesskey="#{accesskey}" action="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" actionExpression="#{dojoHelper.exec[action == null ? 'dojoFacesNullAction' : action].trigger}" disabled="#{disabled == null ? 'false' : disabled}" id="dragletRun_button" immediate="#{immediate == null ? 'false' : immediate}" inView="true" onclick="#{onclick}" readonly="false" rendered="true" transient="false" type="submit" value="#{label}" binding="#{dojoHelper.binding[id]}" location="/file:/opt/liferay-portal-5.2.3/tomcat-6.0.18/webapps/draglet/WEB-INF/lib/dojo-faces-1.3_01.jar!/META-INF/tags/Button.xhtml at line 36 and column 84"/> - State size:0 bytes
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function() { var jsfElement = dojo.byId("#{dojoHelper.clientId[dojoHelper.concat[id]['Panel']]}").firstChild; var dijitWidget = dijit.byId(jsfElement.id); if (dijitWidget != null) { dijitWidget.destroy(); } var onclick = dojo.attr(jsfElement, "onclick"); try { var dojoElement = new dijit.form.Button({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} label: '#{label}', name: dojo.attr(jsfElement, "name"), value: dojo.attr(jsfElement, "value"), disabled: #{disabled == null ? 'false' : disabled} }, jsfElement); dojoElement.startup(); var submitButton = dojoElement.valueNode; if(typeof onclick == 'function') dojo.connect(dojoElement, "onClick", dojo.hitch(submitButton, onclick)); if ("#{image}" != "") { submitButton.innerHTML="<img src=\"#{image}\" style=\"#{style}\" />"; } else if (dojo.isIE) { // IE will display and submit the contents, not the label: submitButton.innerHTML = myLabel; } } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
</HtmlPanelGroup>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.Toolbar"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } try { var dojoElement = new dijit.Toolbar({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} }, dojo.byId("#{dojoHelper.clientId[id]}")); dojoElement.startup(); } catch(err) { console.log(err); } }); //]]> </script> - State size:0 bytes
<HtmlCommandButton action="#{dragletBean.changeDraglet}" actionExpression="#{dragletBean.changeDraglet}" disabled="false" id="changeDragletButton" immediate="false" inView="true" onclick="console.log('change draglet button clicked')" readonly="false" rendered="true" style="display:none" transient="false" type="submit" binding="#{dojoHelper.binding['changeDragletButton']}" location="/draglet.xhtml at line 70 and column 86"/> - State size:0 bytes
</HtmlPanelGroup>
</HtmlForm>
<script type="text/javascript"> //<![CDATA[ dojo.require("dijit.form.Form"); dojo.addOnLoad(function() { var dijitWidget = dijit.byId("#{dojoHelper.clientId[id]}"); if (dijitWidget != null) { dijitWidget.destroy(); } var jsfElement = dojo.byId("#{dojoHelper.clientId[id]}"); try { var dojoElement = new dijit.form.Form({ #{attr == null || attr=="" ? "" : attr}#{attr == null || attr=="" ? "" : ","} enctype: #{enctype == null || enctype =='' ? '' : '"'}#{enctype == null || enctype =='' ? 'dojo.attr(jsfElement, "enctype")' : enctype}#{enctype == null || enctype =='' ? '' : '"'}, action: dojo.attr(jsfElement, "action"), method: dojo.attr(jsfElement, "method") }, jsfElement); dojoElement.startup(); } catch(err) { console.log(err); } if (typeof dojofaces_container_count == 'number' && --dojofaces_container_count == 0 && typeof dojofaces_onLoad == 'function') dojofaces_onLoad(); }); //]]> </script> - State size:0 bytes
</HtmlPanelGroup>
</div> <script type="text/javascript"> //<![CDATA[ dojo.require("dijit.Toolbar"); dojo.require('dojox.widget.Toaster'); dojo.addOnLoad(function() { jsf.ajax.addOnError(function (error) { console.log(error); window.location.reload(); }); dojo.byId('content').style.visibility='visible'; }); formatTime = function(time) { if (time != undefined) { return dojo.date.locale.format(time, {selector: 'time'}); } else { return ""; } } formatDate = function(date) { if (date != undefined) { return dojo.date.locale.format(date, {selector: 'date'}); } else { return ""; } } //]]> </script> - State size:0 bytes
</HtmlBody>
</html> - State size:0 bytes
</UIViewRoot>

+ Scoped Variables

Request Parameters
NameValue
None
Request Attributes
NameValue
dojoHelperorg.j4fry.dojo.beans.DojoHelper@70f7477f
View Attributes
NameValue
None
Session Attributes
NameValue
None
Flash Attributes
NameValue
None
Application Attributes
NameValue
None
May 20, 2012 6:50:38 PM - Generated by MyFaces - for information on disabling or modifying this error-page, see Disabling error handling in MyFaces