Re: Javascript in button element

2009-03-26 Thread Glauco P. Gomes
sible use the onClick attribute? Please can you help me? Thanks -- View this message in context: http://www.nabble.com/Javascript-in-button-element-tp22719877p22719877.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Javascript in button element

2009-03-26 Thread drizzo
binding="#{dealCalculatorMgdBean.buttonAccepted}" >> >> >>>>text="#{responseButton.label} " >> >> >>>>rendered="#{responseButton.visible}" >> >> >

Re: Javascript in button element

2009-03-26 Thread Anton Gavazuk
>>>>rendered="#{responseButton.visible}" > >> >>>>shortDesc="#{responseButton.responseValue}" > >> >>>> blocking="true"> > >> >>>> >> >&

Re: Javascript in button element

2009-03-26 Thread drizzo
;shortDesc="#{responseButton.responseValue}" >> >>>> blocking="true"> >> >>>>> >>>> from="#{responseButton.responseValue}" >> >>>> to=&

Re: Javascript in button element

2009-03-26 Thread Simon Kitching
Maybe he means that the JSF page is in a popup window? Or maybe it is in an html Frame? Danilo, you need to write your question better. We cannot read your mind and guess what you are really asking about... Rafa Pérez schrieb: > Parent page? If you are inside a dialog, then you can define a > re

Re: Javascript in button element

2009-03-26 Thread Rafa Pérez
;#{responseButton.responseValue}" > >>>>to="#{responseMgdBean.responseValue}" /> > >>>> from="#{responseButton.behaviour}" > >>>> to="#{responseMgdBean.behaviour}&

Re: Javascript in button element

2009-03-26 Thread drizzo
>>>>>to="#{responseMgdBean.behaviour}" /> >>>>>>> from="#{dealCalculatorMgdBean.dealVariantIds}" >>>>to="#{responseMgdBean

Re: Javascript in button element

2009-03-26 Thread Simon Kitching
to="#{responseMgdBean.behaviour}" /> >>>>>from="#{dealCalculatorMgdBean.dealVariantIds}" >>> to="#{responseMgdBean.selectedVariantIds}" /> >>> &g

Re: Javascript in button element

2009-03-26 Thread drizzo
to="#{responseMgdBean.selectedVariantIds}" /> >> >> >> now I should run a js code before or after to execute the action. >> Which the best solution to do this? >> Is it possible use the onClick attribute? >> >> Please can

Re: Javascript in button element

2009-03-26 Thread Anton Gavazuk
o="#{responseMgdBean.selectedVariantIds}" /> > > > now I should run a js code before or after to execute the action. > Which the best solution to do this? > Is it possible use the onClick attribute? > > Please can you help me? > > Thanks > > > -- > View this message in context: > http://www.nabble.com/Javascript-in-button-element-tp22719877p22719877.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

Javascript in button element

2009-03-26 Thread drizzo
context: http://www.nabble.com/Javascript-in-button-element-tp22719877p22719877.html Sent from the MyFaces - Users mailing list archive at Nabble.com.