What do people think is the开发者_如何学Go best JSF framework or library for a saving state longer than request scope (but w/o using session scope) that is backbutton/new window safe -- i.e. you have
I have such code <a4j:region> <h:inputText label=\"User\" id=\"user\"size=\"30\" value=\"#{bean2.val1}\" required=\"true\" >
I am using tomahawk 1.1.9 fileupload component t:inputFileUpload It displays a placeholder for the file that gets uploaded and a bu开发者_如何学运维tton that has label \"Browse\".
I was wondering, How would I do session.remove(\"userBean\") in JSF after user closes the window (hitting \'X\' of browse开发者_StackOverflow社区r) on JSF 1.2.
I develop jsf xhtml pages with facelets, and I always had code assist for all the taglibs i declare开发者_高级运维d i my xhtml root element (h, f etc..)
at the moment I\'ve got a construct like this: <div class=\"line\"> <label>Label</label>
Is it possible to have a JSF managed bean be automatically created? For example I have several session scoped beans. Sometimes it becomes necessary to access these instances in code (rather than just
I have next form: <h:form> <h:selectManyListbox value=\"#{reports.selectedCategories}\" converter=\"#{categoryConverter}\">
I\'m developing a web application in jboss, seam, richfaces. I\'m using a template(xhtml) as master page of all others and there i set two insert tags. <ui:insert name=\"head\"/>
I am using Richfaces 3.3.0, Facelelts 1.1.14 and Seam 2.1.1. I havean issue my rich:dataTable component and sorting. I noticed a pattern... the very first click on the table on a column header has no