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.
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 -
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,
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.
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.
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.