Re: Progress bar?

2006-11-25 Thread Mario Ivankovits
Hi Werner! h:form t:saveState value=#{progressor.percentage}/t:saveState h:commandLink/h:commandLink s:pprPanelGroup id=pprmain periodicalUpdate=500 t:div id=process_done rendered=#{progressor.percentage == 100} forceId=true/ t:div id=progressbar

RE: navigation pages history...

2006-11-25 Thread Julian Ray
Its easy to create one. Just use a session scoped bean and add a stack to it. You can get the last view rendered using the following return FacesContext.getCurrentInstance().getViewRoot().getViewId(); _ From: Jorge Vásquez [mailto:[EMAIL PROTECTED] Sent: Friday, November 24,

Re: running MyFaces with jre 1.4

2006-11-25 Thread Martin Marinschek
Just to state it clearly: MyFaces is fully compatible with JDK 1.4 regards, Martin On 11/24/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But when I changed to jdk 1.4.2 following exception is thrown: javax.servlet.ServletException:

Re: Progress bar?

2006-11-25 Thread Werner Punz
Mario Ivankovits schrieb: Hi Werner! h:form t:saveState value=#{progressor.percentage}/t:saveState h:commandLink/h:commandLink s:pprPanelGroup id=pprmain periodicalUpdate=500 t:div id=process_done rendered=#{progressor.percentage == 100} forceId=true/ t:div

select a row

2006-11-25 Thread JS
Hi, Please anyone tell me how can I select a row from t:datatable using t:selectoneradioButton ? Please help me. Thanks, JS. -- View this message in context: http://www.nabble.com/select-a-row-tf2705195.html#a7542933 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: select a row

2006-11-25 Thread Paul Spencer
JS, I am not sure what you are asking for. A radio button is not a link, this it can not be used to select a row. See the MasterDetail example[1] for an example of linking from an detail row. Paul Spencer [1]http://example.irian.at/example-simple-20061125/masterDetail.jsf JS wrote: Hi