Results 1 to 4 of 4
Thread: JSP Newbie Table Troubled
- 12-02-2008, 09:38 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 6
- Rep Power
- 0
JSP Newbie Table Troubled
Hi :D
I've been trying to figure out how to work with the JSP standard Data Table control in Netbeans. :confused:
In a common Java desktop application by using a jTable I can add custom values by doing something like this...
but I cant seem to find any equivalent for JSP pages.Java Code:jTable1.getModel().setValueAt("test", 3, 3);
I'm not even able to iterate through the table's cell (which is probably because a JSP Data Table is composed by several other components.)
I would very much appreciate any type of info that would get me started (a tutorial, a code snippet, anything...)
Thanks :)
- 08-04-2009, 08:12 AM #2
Member
- Join Date
- Aug 2009
- Location
- Heidelberg
- Posts
- 47
- Rep Power
- 0
Have a look at the last chapter of this tutorial, there also a table is created: JSF Tutorial with Eclipse
- 08-07-2009, 01:50 PM #3
Member
- Join Date
- Nov 2008
- Posts
- 6
- Rep Power
- 0
Solved
:D Wow!
I kind of forgotten that I even made this post because I've solved this long ago. But still, I've gone through your post on vogella.de (also bookmarked the site :D ) and found it quite useful!
Thanks Lars!
- 08-07-2009, 05:43 PM #4
Member
- Join Date
- Aug 2009
- Location
- Heidelberg
- Posts
- 47
- Rep Power
- 0
Similar Threads
-
I am newbie
By Seoplanner in forum IntroductionsReplies: 0Last Post: 11-11-2008, 01:22 PM -
:) newbie...........
By Somitesh Chakraborty in forum IntroductionsReplies: 1Last Post: 08-19-2008, 09:00 AM -
newbie newbie newbie
By krislogy in forum New To JavaReplies: 9Last Post: 08-15-2008, 12:28 AM -
newbie needs help...
By vicky08 in forum New To JavaReplies: 2Last Post: 03-31-2008, 04:26 PM -
Newbie
By CSnoob87 in forum IntroductionsReplies: 2Last Post: 02-18-2008, 08:49 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks