Netbeans Visualweb user tips and code snippets
I'm planning to post useful programming tidbits provided by Netbeans Visual Web users in my blog. If you have any interesting tips, code snippets or ideas for enhancements and want to share them with others and get their comments, send me an e-mail at wjprakashATnetbeansDOTorg. I''l post them in my blog.
Posted at 07:55PM Apr 13, 2008 | Permanent link to this entry
Porting to project from NB 6.1 JSF to netbeans 6.1 Visual JSF Woodstock
does not work with notification from h:selectBooleanCheckbox.
It (h:selectBooleanCheckbox) was working find before I ported the project.
It does appear the JSF html is not compatable with Visual Web 6.1 Woodstock.
So I may have to just use old html and forget Visual JSF for now.
Any suggestions?
Doug
Posted by Doug Baker on May 08, 2008 at 11:23 AM PDT #
Greetings,
I tested Winston's method for selecting rows on a table using radio buttons and it worked quite well when using Netbeans 6.0 but it didn't work when using Netbeans 6.1.
When clicking one radio button it seems to be selected but getTableRowGroup().getSelectedRowsCount() returns zero.
Source files were not changed, any suggestion ?
Thanks in advance.
JRR
Posted by JRR on June 27, 2008 at 10:05 AM PDT #