Hi Senthil,
I saw your checkin and saw that you are using the <sun:hidden> to store
the name of the application.
Since we have the support of pageSessionAttribute, I never find the
need to use any hidden field so far. This is such a big convenient
compared to the Jato Framework.
I didn't look at the entire code to see if you really have the need for
this hidden field But if thats because you need this appName when you
do the submit, then you can skip that. Just store your appName in
pageSession, and you can retrieve it at submit time. Looks like you
already do since you are using '#{appName}' already.
I just want to point out to you about this great and convenient feature
in jsftemplating.
Thanks
Anissa.
>
> Directory: /glassfish/admin-gui/admin-jsf/src/docroot/applications/
> ===================================================================
>
> File [added]: descriptorDisplay.jsf
>
> <sun:form id="propertyForm">
> "<pre>
> <sun:staticText id="name" text="#{descriptor}"/>
> "</pre>
> <sun:hidden id="appName" value="#{appName}" />
> </sun:form>
> </sun:body>
> </sun:html>
> </sun:page>
>
>