IRC channel

2006-12-28 Thread Michael Ageeb
Guys do you have an IRC channel

1.1.3 Examples download

2006-10-08 Thread Michael Ageeb
Hello Guys, How can I download the 1.1.3 examples binaries and source.Thanks--Michael Ageeb Fakhryhttp://mageeb.net

How to make the Input field in the Calendat component readonly

2006-07-18 Thread Michael Ageeb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, How to make the Input field in the calendar component read only. I want the user to be able to enter the date using the pop up calendar not using the text field. Thanks -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment:

Re: How to make the Input field in the Calendat component readonly

2006-07-18 Thread Michael Ageeb
wrote: Hi, Try using the readonly attribute. Cagatay On 7/18/06, *Michael Ageeb* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello, How to make the Input field in the calendar component read only. I want the user to be able to enter the date using the pop up calendar not using

Re: How to make the Input field in the Calendat component readonly

2006-07-18 Thread Michael Ageeb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Cagatay the job is done :) Cagatay Civici wrote: Hi Michael, Using onkeypress and returning false will do the job, onkeypress=return false; Cagatay On 7/18/06, *Michael Ageeb * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello

Re: Adding star while rendering all required InputText

2006-06-27 Thread Michael Ageeb
}. javax.faces.validator.LongRangeValidator.TYPE=* must be a number. javax.faces.convert.IntegerConverter.CONVERSION=* must be a valid number. javax.faces.convert.DoubleConverter.CONVERSION=* must be a valid number. -Original Message- From: Michael Ageeb [mailto:[EMAIL PROTECTED] Sent: Tuesday

Re: hide validation messages when onchange=submit();

2006-06-13 Thread Michael Ageeb
the immediate attribute as i know will not disable the validation it just will proceed the action methods and listeners befor validation so this way works if you are creating a new request or submiting to another page. but in my problem the page submits and redisplay again and i have some required

Re: using inputSuggestAjax

2006-06-04 Thread Michael Ageeb
you must submit the form because input suggest ajax doesn't send the last selection to the server and it doesn't allow onChange.in other works no other components can depened on it. On 6/4/06, David Miller [EMAIL PROTECTED] wrote: I'm using an inputSuggestAjax field to allow the selection of a US

hide validation messages when onchange=submit();

2006-06-01 Thread Michael Ageeb
Hello, I've a form with multible elements . one of those are SelectOneMenu and i've value change listener on this element and onchange i submit the form to populate another field. the problem is some of the other elements may have validation error since the form is not filed completely.How could

Two dependent inputSuggestAjax HOWTO

2006-05-21 Thread Michael Ageeb
Hello, This is my nightmare for three days.I want to make two inputSuggestAjax dependent the list of values for the second one will depend on the choosen value of the first one.I've managed to get the value of the prefix of the first inputSuggest but when the user choose a value from the list not

inputSuggestAjax inside AjaxAnyWhere zone does not work

2006-05-18 Thread Michael Ageeb
Hello, I wonder if any body faced this problem beforeI'm using AjaxAnyWhere 1.2-RC1 with sandbox-1.1.3 snabshot. when i put the inputSuggestAjax component inside the AA zone it became a usual/normal input box after the zone reloading. aa:zoneJSF id=CountryZone s:inputSuggestAjax id=Country

Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
Hello, I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.What i want to do is when the user choose a value from the inputSuggestAjax i want the value to be sent to the server as AA request I've tried to do it using the following code. s:inputSuggestAjax

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
, Michael Ageeb [EMAIL PROTECTED] wrote: Hello,I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems. What i want to do is when the user choose a value from the inputSuggestAjax i want the value to be sent to the server as AA request I've tried to do it using

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
MyFaces core 1.1.3Tomahawk 1.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer [EMAIL PROTECTED] wrote: On 5/17/06, Michael Ageeb [EMAIL PROTECTED] wrote: Hello, I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I am having problem with AA

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
that define zones? On 5/17/06, Michael Ageeb [EMAIL PROTECTED] wrote: MyFaces core 1.1.3Tomahawk 1.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer [EMAIL PROTECTED] wrote: On 5/17/06, Michael Ageeb [EMAIL PROTECTED] wrote: Hello, I'm trying to use the AjaxAnyWhere with inputSuggestAjax

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
.addZonesToRefresh(getRequest(), CountryZone); } }On 5/17/06, Murat Hazer [EMAIL PROTECTED] wrote: ok then, could you send the scripts in the jsf pages and the zone definitions?On 5/17/06, Michael Ageeb [EMAIL PROTECTED] wrote:no i did change nothing and this is my first time to use AA On 5/17/06,

How to make selectManyMenu depened on a combobox

2006-05-11 Thread Michael Ageeb
Hello, I've used the ajaxChildComboBox to make two combobox depened on each other.How can use the same technique or any other technique to make any type of selectManyMenu depened on ajaxChildComboBox. Regards,-- http://mageeb.netDon't send me any attachment in Micro$oft (.DOC, .PPT) format

what is the diff between sandbox and sandbox1.5

2006-05-09 Thread Michael Ageeb
I've checked out myfaces source from the SVN and i found two folders sandbox and sandbox1.5 what is the difference between both.-- http://mageeb.netDon't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.gnu.org/philosophy/no-word-attachments.htmlPreferable

ajaxChildComboBox why two methods that return SelectItem array

2006-05-09 Thread Michael Ageeb
Hello, I'm trying to use the ajaxChildComboBox and i found in the examples that it is using two methods to return the same data one in bind as a tag parameter ajaxSelectItemsMethod and another one as a normal f:selectItems. in other words what is the purpose of the bold methodss:ajaxChildComboBox

Re: dataList question

2006-01-15 Thread Michael Ageeb
to a backing bean method.But the action method is not called after clicking the generated links. So what should i do ?Thanks a lot -- Michael Ageeb FakhrySoftware Developer OpenCraftExperience is the comb that life gives you when you lose all your hairTo know more about Egypt visit http

Component Creation Listener

2005-12-07 Thread Michael Ageeb
!! -- Michael Ageeb FakhryTo know more about Egypt visit http://eternalegypt.org

Re: Component Creation Listener

2005-12-07 Thread Michael Ageeb
of the components !! -- Michael Ageeb Fakhry To know more about Egypt visit http://eternalegypt.org-- Michael Ageeb Fakhry Software Developer OpenCraftTo know more about Egypt visit http://eternalegypt.org

Re: Modifing inputcalender's css help

2005-11-07 Thread Michael Ageeb
I think you problem is that when u apply a general style to all the tables in the page your inputCalendar will be rendered using this style since it is a table. and because u r using width : 100% so the inputCalendar will be displayed with the full width of the page witch is not not a pretty

Re: Cannot do getRequestDispatcher(/login.jsf).forward() with JSF?

2005-11-07 Thread Michael Ageeb
g works till I logon via the login page directly. Anyway around this? Many thanks in advance. Yee -- Michael Ageeb FakhrySoftware Developer OpenCraftHome Phone: +2 03 5053707Business Phone: +2 02 3363848 / 110Mobile Phone: +2 010 1336546Business E-mail : [EMAIL PROTECTED]

Re: Problems with setting Variable in Bean

2005-10-24 Thread Michael Ageeb
have received this email in error please notifyyour system manager. This footnote also confirms that this email message has been sweptfor the presence of computer viruses.__ -- Michael Ageeb FakhrySoftware Developer OpenCraftHome

Re: Problems with setting Variable in Bean

2005-10-24 Thread Michael Ageeb
.__-- Michael Ageeb FakhrySoftware Developer OpenCraftHome Phone: +2 03 5053707Business Phone: +2 02 3363848 / 110Mobile Phone: +2 010 1336546Business E-mail : [EMAIL PROTECTED] -- Michael Ageeb FakhrySoftware Developer OpenCraftHome Phone: +2 03 5053707Business Phone: +2 02 3363848

Re: Using HMTL Editor inside a Tabbed Pane

2005-10-22 Thread Michael Ageeb
PROTECTED] TEL +49 89 420 958 993 SIP [EMAIL PROTECTED] --- Sven Haiges [EMAIL PROTECTED] TEL +49 89 420 958 993 SIP [EMAIL PROTECTED] -- http://www.irian.at Your JSF powerhouse - JSF Trainings in English and German -- Michael Ageeb [EMAIL PROTECTED] OpenCraft

Expanding panelNavigation

2005-08-14 Thread Michael Ageeb
Hello, how can i show the panelNavigation component always expanding.