Re: selectOneListBox and inputText

2007-06-09 Thread anoe
wrote: Anoe, Can you post your solution? I'm working on the same problem. Thanks, Eric Mike Kienenberger [EMAIL PROTECTED] 06/07/2007 03:18 PM Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re

clearing input texts

2007-06-08 Thread anoe
hi all, i guess this is an easy one, but was looking around and couldn't find an answer. Ok, i've got this combo and these inputText fields, i also have an t:commandButton type=reset. When i choose st in the list my inputTexts are updating, when i push the 'reset' button is not doing anything.

RE: clearing input texts

2007-06-08 Thread anoe
within. tx 4 your help. Conway. Fintan (IT Solutions) wrote: Hi Anoe, Does any of the information on this page help? http://wiki.apache.org/myfaces/ClearInputComponents Regards, Fintan -Original Message- From: anoe [mailto:[EMAIL PROTECTED] Sent: 08 June 2007 14:28

selectOneListBox and inputText

2007-06-06 Thread anoe
hi all, i am having problems with coordinating a selectOneListBox with inputText in the same page. What i want is the inputText to change when you select another item in the list. I've got my conversor for the items inside, i've debugged and it seems the variable for the text is updating in the

Re: selectOneListBox and inputText

2007-06-06 Thread anoe
); event.queue(); } else if (phaseId.equals(PhaseId.UPDATE_MODEL_VALUES)) { ... } anoe wrote: hi all, i am having problems with coordinating a selectOneListBox with inputText in the same page. What i want is the inputText to change when you select

schedule and working day

2007-05-16 Thread anoe
hi, i am using the schedule tomahawk component, i've got this issue with working days, i'm using it for a country where saturday is a working day, the problem is that although sat is setted as a working day (invoking setWorkingDay(true)) the renderer always shows it as a non working day, and

Re: [Solved] c:forEach or st similar

2007-03-12 Thread anoe
? I'm a bit lost now, downloading jboss 5.0 (beta) to try to. Tx again. Jörn Zaefferer-2 wrote: If you are using Facelets (you should anyway), you could try the ui:repeat tag. On 3/9/07, anoe [EMAIL PROTECTED] wrote: Hi, i am trying to draw a dynamic number of t:panelTab... depending

Re: [Solved] c:forEach or st similar

2007-03-12 Thread anoe
another answer, i am trying facelets, but it's difficult to integrate it with an schedule component from tomahawk. By the way, could any of u integrate it? Tx. Simon Kitching-3 wrote: anoe wrote: Tx to all for your answers. Datalist is not working. The examples are great, but i'm using

RE: c:forEach or st similar

2007-03-12 Thread anoe
tx, i was :) Jesse Alexander (KSFD 121) wrote: you seem to miss the el-*.jar from the facelets-distro... hth Alexander -Original Message- From: anoe [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 11:16 AM To: users@myfaces.apache.org Subject: Re: [Solved

c:forEach or st similar

2007-03-09 Thread anoe
Hi, i am trying to draw a dynamic number of t:panelTab... depending on the number of elements in a collection. I've tried with c:forEach, t:dataTable and t:dataList, and none works. Is there any way to do it? Tx -- View this message in context:

Re: [Solved] rendered and disabled attributes not setting bean properties

2007-03-05 Thread anoe
Hi all, thanks for the answers, it was my fault, i had a request scope in the handler so every time i checked the selectBoolean it reseted to false. Sorry about that. Cheers. anoe wrote: Hi all, I've got this two different inputTexts and a selectBooleanCheckbox which controls which

rendered and disabled attributes not setting bean properties

2007-02-27 Thread anoe
Hi all, I've got this two different inputTexts and a selectBooleanCheckbox which controls which inputText is rendered, so in the rendered attribute of the first inputText i've got this: rendered=#{!addCitaHandler.nuevoPaciente} and the same without the ! in the second inputText. Of

dynamic panelTabbedPane with schedule binding

2007-02-13 Thread anoe
Hi all. I've got this pannelTabbedPane. The number of panelTabs is dynamic, depending on the size of a collection called info. Each element in the collection's got a ScheduleModel and a HtmlSchedule. So, what I want, is a panelTabbedPane with an undetermined number of panels, each one with a

is it so difficult, the schedule component?

2007-01-15 Thread anoe
hi all, i guess i am a bit dummy... but, though i seem to get the basics of schedule component, there is plenty of stuff i don't understand and don't know how to use, or where to look to learn. For example, where do ScheduleDay, Day, etc fit in the whole model? I can't see any reference to them

same component in different tabs

2007-01-09 Thread anoe
Hi all, i've got this schedule component (again :-) ) and i am trying to use it in two different tabs in the same t:panelTabbedPane. Both schedules use the same backing bean, but with different properties. The problem is that it only shows in one of the tabs, and i am not sure why. Is it that you

Re: same component in different tabs

2007-01-09 Thread anoe
I start answering myself. It seems you need to use another instance of the component in the binding attribute. Guess it has to deal with the javascript dom of the page? anoe wrote: Hi all, i've got this schedule component (again :-) ) and i am trying to use it in two different tabs

submittedEntry null in scheduler component

2007-01-08 Thread anoe
Hi, i don't understand why i have access to the submitted entry from the mouse listener method in my backing bean and then trying to access the same entry from the action method returns null. ¿Any idea? Tx -- View this message in context:

customizing schedule component

2007-01-07 Thread anoe
hi all. I would like the schedule component to show time for a day in 15' basis instead of 30'. What is the best approach? Maybe inheriting HtmlComponent and the renderer and changing proper methods? Or is there a better aproach? Thanks in advance. -- View this message in context:

where to find doc

2007-01-03 Thread anoe
hi everyone, sure this has already been posted, i am trying to use myfaces with tomahawk 1.1.5 but can't find proper doc, i am reading the doc for different components is described in the examples but i am executing them, looking in the source code... and can find none. Any help? Thanks. -- View

Re: myFaces Schedule entry clicked

2007-01-03 Thread anoe
For me, the problem is, the example in tomahawk 1.1.5 is not working at all, i mean, i even don't know how is it supposed to be working, 'cause i have very little doc about the componn ent and don't know where to find it. Is it supposed to do something when you click in the scheduler? tx tsm80