nested dataTables

Hi,

I have JSF page with the following structure:

JScookMenu

parentTable

childTable1

childTable2

/parentTable

The parent table serves as an iterator for internal dataTables. Unfortunatelly parent table takes some space on the screen thus there is a gap between JScookMenu and childTable1. I tried to replace parent table with dataList but then commandLink in the facet block of the child tables doesn' t work.

I am using MyFaces 1.1.4 ant tomahawk 1.1.5 and facelets.

I would be grateful any help

Regars

Mariusz

[585 byte] By [syllepsaa] at [2007-11-27 7:27:40]
# 1
I have not looked at tomahawk in over 1.5 years but it was **** and I quickly went to another framework. Use Tobago or Trinidad (both apache) or ICEFaces and get away from tomahawk.You need a more rich component environment to accomplish what you need.
smurray_eriea at 2007-7-12 19:07:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thanks for your response,

Anyway I don't have much time to add a new framework to my project.

So I'm still waiting for any suggestions.

Edited...

I tried to replace parent table with dataList but then commandLink in the facet block of the child tables doesn' t work correctly. Namely t:updateActionListener holds value from the last t:dataList iteration.

Message was edited by:

syllepsa

syllepsaa at 2007-7-12 19:07:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
> Unfortunatelly parent table takes some space on the > screen thus there is a gap between JScookMenu and > childTable1. This is just a layout issue? Check the generated HTML source and apply CSS accordingly. Set padding and/or margin to 0px where needed.
BalusCa at 2007-7-12 19:07:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
I think that's not layout issue because when I nest dataTables the internal dataTables can't completely overlap the parent table.
syllepsaa at 2007-7-12 19:07:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
I would rather serach for proper iterator instead of parent table.
syllepsaa at 2007-7-12 19:07:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...