Tomahawk on Websphere 5.1.1.1

2006-05-29 Thread Alex Burton
Hi all, Has anyone managed to get Tomahawk running on a IBM Webshpere 5.1.1.1 server? I seem to be getting stuck with the exception below as I am missing the EL language (which isn't suprising in J2EE 1.3). Have a app i need to port to run in Websphere that makes heavy use of the datatable and

Re: datatable and selecting a row event

2006-05-23 Thread Alex Burton
do you catch the 'row id' though? Cheers, Alex. On 5/23/06, *Volker Weber* [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] wrote: Hi Alex, we do this by using h:commandlink, with parameter, for displaying the row data. But you need to hit the text when clicking on a row. regards, Volker 2006/5/23, Alex B

datatable and selecting a row event

2006-05-22 Thread Alex Burton
Hi all, I'm trying to use a datagrid as a way to quickly find and select a particular item from a large list of items. The items have several attributes I wish to display and can number in the 100's, so a drop down list isn't the right way to go... So... I have my datagrid displaying

fun with tree2 and a popup menu

2006-01-19 Thread Alex Burton
Hi all, I have a tree2 that has a mouse over popup menu which i want to pass some parameters (or set some) so I can tell what node I was on when I go to a new screen to add a new node to the tree. I have got the code below which sort of works, except that the commandLink actaully sets the values

Re: How often does tree2 rebuild itself

2006-01-17 Thread Alex Burton
You could set up the backing bean to be in the session scope so that the TreeModelBase doesn't have to be created each time. You just have to update the model then if there is a change to it. cheers, alex. On 18/01/06, Adam [EMAIL PROTECTED] wrote: Dear All, I have some code which if you like

Fwd: tree2 problem: Encountered a node [0] + with an illogical state

2006-01-16 Thread Alex Burton
hi there, Is there a way to properly flush the tree2 client and server side components? I seem to get the below exception very regularly. I have a drop down selection list that on change shows a different tree. after a few goes i seem to get this pretty often i also seem to start getting

Dynamically Generating a JSCookMenu items

2005-12-11 Thread Alex Burton
Hi all, Is there a way to dynamically generate navigationMenuItems? The problem I am facing is I am trying to generate a nested menu based off a tree structure that is dynamic and am having problems as I can't use EL tags in the IDs. Anyone got a quick example if it is possible? Cheers, Alex.

Re: Dynamically Generating a JSCookMenu items

2005-12-11 Thread Alex Burton
perfect. thankyou (not sure how i missed finding that...) On 12/12/05, Balaji Kalyansundaram [EMAIL PROTECTED] wrote: Yes you can create dynamic menus. Check this wiki http://wiki.apache.org/myfaces/Dynamic_Menus_with_JSCookMenu Balaji -Original Message- From: Alex Burton

Tree2 with right click popup menu

2005-12-11 Thread Alex Burton
Hi there, Has anyone put together a Tree2 menu with right click menu that appears of the selected node? Cheers, Alex.