Abdul Shams

Greenhorn
+ Follow
since Oct 12, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abdul Shams

This usually implies an error in the library reference. Are you sure that you have the required libraries in the class-path?
15 years ago
JSF
Thanks Darryl but I thought I'd use it as a last resort. I'm hoping to get the tomahawk way correct which would save a lot of effort i think.

Juan, Thank you as well for your reply but I can't get it to work! Does it have something to do with that I'm using an ArrayList as my datasource?

Here is my ammended datatable




Funny thing is that the arrows don't seem to appear as well!



Guys any help would be really appreciated..






.
[ October 19, 2008: Message edited by: Abdul Shams ]
15 years ago
JSF
Try putting each button in an h:form

put the button you want to be default in the same form as the fields you have and put the other button in another h:form.

Hope it helps
[ October 14, 2008: Message edited by: Abdul Shams ]
15 years ago
JSF
JSF has a known problem with being bookmarked. Read this article for a proposed solution.

I hear the issue will be addressed in JSF 2.0

http://www.theserverside.com/news/thread.tss?thread_id=47561

Hope this helps
15 years ago
JSF
Hello All,

I'm new to this forum and am stuck in getting tomahawk datatable to sort columns for me.

From searching the web I understood that sortAscending and sortColumn properties should point to properties in the backing bean. For some reason that does not work!!

HELP me I've looked everywhere

My datatable code is :





and my backing bean code is:





Is there something that needs to be written in the methods? help me out here guys
15 years ago
JSF