sa sam

Ranch Hand
+ Follow
since Mar 01, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sa sam

i have already used that but i am not able to set its position to top. the select input text component getting extra space on top.
i want to fix it in 10px height.
14 years ago
JSF
using icefaces / jsf i want to design search bar that contain selectOneMenu,selectInputText, button & connection status

i have written a code for that but i got line break after selectOneMenu. when i remove the selectInputText, i got the every component in single row. so what is the way to get all component in a single row. The code i am using is as follows -

14 years ago
JSF
when i upload small file it get uploaded and other things work fine, but in large file the file get uploaded but the <ice:inputFile> controller get invisible,

so, can any one tell me why that happens.

14 years ago
JSF
i am using inputfile tag to upload file,
my problem is the process of outputProgress bar not showing step by step (e.g. 10%, 20%...,100%)

it shows directly 100%, even though the size of file is big.

in large file, display of outputProgress shows blank (i.e. 0%) & suddenly get 100%.

i want to show that process step by step.

my code is as follows -

14 years ago
JSF
i am using popup panel using jsf/icefaces.

i am using user add page in popup panel using tag lib.
i have button called "New User", when i click this button a popup panel get visible but when i click on close button whhich means visibility of panel set to false, the page shows me required messages which i set for new user page.

can any one told me how to hide and visible panel without required message error.



newUser.jspx -

14 years ago
JSF
i want to use custom tag.

but when i put



it shows me error symbol for line , i have added jsf-facelets.jar file.

if any one know the solution then please help me to resolve this problem.
14 years ago
JSF
i have ArrayList<SelectItem> class and i added items using



my problem is how can i remove item by name i.e. if i want to remove item from ArrayList<SelectItem> class whose name/label is "classA"
14 years ago
JSF
i want to store bean object in session for that i am using



but when i retrieve o_beanCustomer value from session using



i am getting null value,

so, please tell me how to sore the session value and what's wrong in my code.
14 years ago
JSF
i am using simplecaptcha.jar lib in my application ,

my problem is i want to refresh image without refreshing the page, and also after every submit action i want to change my captcha image value.

so if any one know the solution or any other way then please help me.

thanks in advance.
14 years ago
JSF
he thanks Ilari Moilanen,
what a silly mistake i was doing.
i spend 2 days to find this solution.
once again thank you very much.
14 years ago
JSF
i have created form in which i accept values from users, if users enter valid values it get submitted.

my problem is when i submit the page the values get submitted successfully in the database and i get diverted to other page but when i visit same page (form) without closing the browser i get same values in textbox which i have submitted last time.

so, please help me to solve this problem
14 years ago
JSF
i have one jspx page that contains 2 <div> in each <div> i want separate <ice:messages> so that, if i get the errors in 1st div tag i want to show that error message in 1st div and if errors in 2nd div then show that error message in 2st div.

i tried to put <ice:messages> tag in both div tag but if i get the error message in 1st div it showing me in both div tag.

if anyone know the solution then please share with me.
14 years ago
JSF
i got the blank value when i run the page & by the way, this is small part of the icefaces code
14 years ago
JSF
my code is -


my problem is i am not getting the value os s_CSS.
14 years ago
JSF
In order to display the HTTP request header, User-Agent, in a icefaces, use the following statement:



However nothing show up.

But the header can be displayed correctly in JSP:




How to do it using icefaces? Any help/example is appreciated.
14 years ago
JSF