Re: How to show

2009-05-24 Thread Justinas
a solution http://www.coderanch.com/t/212267/JSF/java/MyFaces-Date-TimeZone-Issue or better, somewhere in myfaces set your time zone. Justinas

Re: Difference between backing bean and model bean

2008-11-29 Thread Justinas
santosh chouhan wrote: Hello Justinas, Which one is called first , is there any case possible where Ui component can directly connect to model bean . please any one give the exactly scenario of beans when they come in action. First called is backingbean. Then bb does some logic, and calls

myfaces 2.0 source

2008-11-29 Thread Justinas
esnt make sence;[ thanks in advance Justinas

Re: Difference between backing bean and model bean

2008-11-29 Thread Justinas
is a domain model class witch is not related in any way to GUI Justinas

Re: Make whole row in datatable clickable

2008-10-12 Thread Justinas
this is shit jhomuth wrote: Hello Jan, i quess this might work. I will try. Thank you!! Jan-Kees van Andel wrote: With raw JavaScript it's very easy (if you know JavaScript). Something like this: var table = document.getElementById("theId"); var rows = table.tBodies[0].getElementsByTagName(

Re: Listener

2008-08-26 Thread Justinas
. try to use PhaseListener here is pretty example: http://www.jsftutorials.net/faces-config/phaseTracker.html Thanks, Markus Justinas

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-26 Thread Justinas
Any ideas? Thanks in advance, Marco hi, there could be problem with show/hide jsf navigation function: if it returns null, the page isn't rerendered. Justinas

RE: [Trinidad] refreshing input fields in tr:table

2007-09-14 Thread Justinas Kurpis
And the answer is: ((UIXTable) myCoreTable).resetStampState(); > -Original Message- > From: Justinas Kurpis [mailto:[EMAIL PROTECTED] > Sent: Friday, September 14, 2007 11:48 AM > To: users@myfaces.apache.org > Subject: [Trinidad] refreshing input fields in tr:tab

[Trinidad] refreshing input fields in tr:table

2007-09-14 Thread Justinas Kurpis
Dear all, i have tr:table and tr:selectOneChoice in it's column. When page loads that table is filled with data. User changes values for some of comboboxes rendered by tr:selectOneChoice. Afterwards on some tr:selectOneChoice which is not in the table I reload tr:table's data. I do this by setWrap