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

2008-08-25 Thread René van Wijk
This could be same problem which was happening on a Weblogic server, but i doubt this to be the case. We also have an application running which uses Trinidad on a Tomcat 5.5 (it uses JSF 1.1). Could you try to see if the sorting of the table is working, here is an example to add sorting to your

Re: filter data in data Table

2008-08-25 Thread Ayub Khan
Hi Hazem, thanx for the quick response. I will build a prototype using this. Since this is a sandbox api I cannot use it for production however it will give me a good insight of what to expect in the future. I appreciate your patience and time !!! Regards Ayub On Tue, Aug 26, 2008 at 11:31 AM,

Re: filter data in data Table

2008-08-25 Thread Hazem Saleh
You will just have to use the ** tag, and can define the criteria using* dojo.widget.byId('yourTable').setFilter(...) *(So you can define multiple criterias using this approach). * To see the complete example source code, please check :* http://www.irian.at/myfaces-sandbox/filterTable.jsp.source T

Re: filter data in data Table

2008-08-25 Thread Ayub Khan
Hi Hazem, thanx for support !!! Yeah, I will try with the POC. I found that the sandbox filter table is using dojo frame work. I understand dojo based on ajax. In that case this filter table needs ajax support for development ? Also do you have any sample for applying multiple filters on a single

Re: filter data in data Table

2008-08-25 Thread Hazem Saleh
Hi Ayub, Any sandbox component is in the trial stage (*Trial *means; the component may be stable or not, its APIs might change any time in the future, and no guarantee that the component will be promoted to Tomahawk). I recommend you to make a small POC before usage, and if you found bugs just te

Re: filter data in data Table

2008-08-25 Thread Ayub Khan
Thank you Hazem !!! I will explore this option. Thank you for the clue !!! Is this a stable component ? Cuz I am using it for developing a production system. On Tue, Aug 26, 2008 at 10:32 AM, Hazem Saleh <[EMAIL PROTECTED]> wrote: > Hi Ayub, > > You can use the Tomahawk sandbox filterTable, check

Re: filter data in data Table

2008-08-25 Thread Hazem Saleh
Hi Ayub, You can use the Tomahawk sandbox filterTable, check it here : http://www.irian.at/myfaces-sandbox/filterTable.jsf Thanks! On Tue, Aug 26, 2008 at 2:23 AM, Ayub Khan <[EMAIL PROTECTED]> wrote: > Hi, > > I need to filter table data based on user inputs (multiple criteria). Can > anyone p

filter data in data Table

2008-08-25 Thread Ayub Khan
Hi, I need to filter table data based on user inputs (multiple criteria). Can anyone point to a working example to achieve this in JSF dataTable ? Thank you Ayub

Re: [trinidad] ShowDetail not working properly inside tables?

2008-08-25 Thread Andrew Robinson
Go to http://www.irian.at/trinidad-demo/faces/components/table.jspx Use firebug to inspect the DOM. You will see that the onclick uses javascript to disclose the links: return _submitHideShow('_idJsp1',1,'hide','_idJsp12','_idJsp12dd1','1') Now, from what you said, it seems like you are not usin

Re: [trinidad] ShowDetail not working properly inside tables?

2008-08-25 Thread Bruno Aranda
So if I get the same client id for each component then is this a bug? (the javascript uses the client id to disclose the element) Or it is only happening to me? If I have time I will have a closer look, in the meanwhile I am just using a little custom component with javascript. Thanks, Bruno 2008

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

2008-08-25 Thread Marco Vieira
Well, I redid and double checked my web.xml file with the one provided by the trinidad demo and they are pretty much the same. I also updated my project to use Trinidad 1.2.9. Yet the problem remains...the table does not auto-reload when I click on the "show details" link. I have to wait a bit then

Re: [MyFaces][Sandbox][Faceslets] ts:ajaxChildComboBox

2008-08-25 Thread Gertjan van Oosten
Hi Guy, As quoted from Guy Bashan <[EMAIL PROTECTED]>: > I just want to remind that the problem probably happens due to the use > of facelets. > I have a jar to fix issues between faceslets and tomahawk named: > tomahawk-facelets-taglib.jar > And it did solve several issues. Maybe this tag is not

Re: MyFaces Orchestra and "Target Unreachable" after validation or conversion

2008-08-25 Thread sniezna.stopa
Indeed, it works now :-) Thanks! -- View this message in context: http://www.nabble.com/MyFaces-Orchestra-and-%22Target-Unreachable%22-after-validation-or-conversion-tp19143233p19143952.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: MyFaces Orchestra and "Target Unreachable" after validation or conversion

2008-08-25 Thread simon.kitch...@chello.at
[EMAIL PROTECTED] schrieb: sniezna.stopa schrieb: It only return the BazaarUser object, which is created in earlier step: - step 1 (step.jsf) - the bazaarUser is created; - step 2 (step2.jsf) - the bazaarUser is populated with values entered by user - step 3 (step3.jsf) - additional informatio

Re: MyFaces Orchestra and "Target Unreachable" after validation or conversion

2008-08-25 Thread simon.kitch...@chello.at
sniezna.stopa schrieb: It only return the BazaarUser object, which is created in earlier step: - step 1 (step.jsf) - the bazaarUser is created; - step 2 (step2.jsf) - the bazaarUser is populated with values entered by user - step 3 (step3.jsf) - additional informations are populated with values e

Re: MyFaces Orchestra and "Target Unreachable" after validation or conversion

2008-08-25 Thread sniezna.stopa
It only return the BazaarUser object, which is created in earlier step: - step 1 (step.jsf) - the bazaarUser is created; - step 2 (step2.jsf) - the bazaarUser is populated with values entered by user - step 3 (step3.jsf) - additional informations are populated with values entered by user. In this

Re: MyFaces Orchestra and "Target Unreachable" after validation or conversion

2008-08-25 Thread simon.kitch...@chello.at
sniezna.stopa schrieb: Hi! I have simple bean: I use this bean thru some simple jsf pages. On last page, when the validation or conversion fails, the exception is thrown: Caused by: javax.el.PropertyNotFoundException: /registration/step4.jspx @16,236 val

MyFaces Orchestra and "Target Unreachable" after validation or conversion

2008-08-25 Thread sniezna.stopa
Hi! I have simple bean: I use this bean thru some simple jsf pages. On last page, when the validation or conversion fails, the exception is thrown: Caused by: javax.el.PropertyNotFoundException: /registration/step4.jspx @16,236 value="#{Registration.bazaa

[TRINIDAD]Show Printable Page Behavior component

2008-08-25 Thread dushyant agarwal
Hi,  I need to provide a JSF Page containing Trinidad components in printable form. ADF faces tag library contains - af:showPrintablePageBehavior component for this paurpose. Which component is present inside Trinidad tag library for this purpose? Please Help!   Thanks, Dushyant Unlimite