aspose file tools
The moose likes JSF and the fly likes Problem with Trinidad Nested Table (depth 3) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Problem with Trinidad Nested Table (depth 3)" Watch "Problem with Trinidad Nested Table (depth 3)" New topic
Author

Problem with Trinidad Nested Table (depth 3)

sreekar na
Greenhorn

Joined: Aug 22, 2008
Posts: 3
Hi all I am trying to create a nested Table of depth 3 but I am getting "java.lang.NumberFormatException"! strange.

I am able to create nested Table of depth 2 and it works fine but facing problem when I nest 3 tables.

Here is the jsf code with 3 nested tables. Instead of third table inside <f:facet name="detailStamp"> I had put an outputText tag then it works fine but when I place a table I get NumberFormatException with subInvAdjList!

Do anyone faced similar situation? plesae help me.

Thanks.
sreekar na
Greenhorn

Joined: Aug 22, 2008
Posts: 3
Hi All I found the problem.. it is in my EL of the 3rd table. EL should be subList.subInvAdjList

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with Trinidad Nested Table (depth 3)
 
Similar Threads
Delete/edit a row in JSF
ValueChangeEvent fires for every datatable changed value, cannot reset.
table and partial triggers
Partial page refresh during page onload
tr:commandButton actionListener not invoking managed bean method