sri raman

Greenhorn
+ Follow
since Dec 03, 2009
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 sri raman

use ajax4jsf ..
14 years ago
JSF
use <jsp:include> directive to add jsf/jsp pages.

If including JSF pages through the directive then the page being included should have contents nested inside <f:subview>
14 years ago
JSF
Hi everyOne,

Im facing the same problem reported here. actually im invoking a actionListener in CommandLink from a JS. The page is getting refreshed, still the listner in the bean is not invoked.

In my case, im using frames. Basically, i have two frames, in that i call the listner in the top frame when the button in the bottom one is clicked.

can anyone offer me a solution, so that i can find what actually im missing?? It ll be great if you can tell me how to get the trace of JSF lifecycle in the logs?


P.S: I have added h:messages and it works fine, still no error reported.
14 years ago
JSF
the jars you added is sufficient(for JSF). build your application once again and restart.

Make sure you have a proper entry in faces-config for ManagedBean
14 years ago
JSF
Hi all,

I am creating a custom component for pagenation in dataTable, using JSF1.1. Im using a hidden field, with id as components id (client Id) and setting the value of this field to find if the component was actually selected(clicked)

but im not able to find this componentId(actually it is the hiddenfields id) in requestParameterMap().

and also that im not able to find the other hidden fields i created using the custom component in requestParameterMap(). It only contains those values that are explicitly set in the page as hidden (hardcoded in page)

and when the page is redisplayed(as nothing is done in the decode method) im getting a
java.lang.IllegalStateException: Duplicate component ID found in view.

Any help/suggestion is appreciated.
Thanks,
Sriraman
14 years ago
JSF
Hi, try using "float " in javascript. It will work
14 years ago
JSF