Re: Difficulties of initializing a custom component

2009-03-23 Thread Martyn Hiemstra
You could change the part where the children are added to the form but I'm not sure if this done using a method addChildren or via getChildren().add(obj). If the last option is used then this will become impossible. You could also override the restoreState method in your form object and first

Re: layout issue with h:panelGrid

2009-02-11 Thread Martyn Hiemstra
You forgot to wrap the select items and such in a t:div Hi, I am not able to layout components uniformly. In the attached screen shot I am not able to remove the space shown in the second and third columns. During run time its visible like the second and third columns are displayed from

Re: layout issue with h:panelGrid

2009-02-11 Thread Martyn Hiemstra
What space you do want to remove? The horizontal or vertical space? Could you be more specific. Hi, I am not able to layout components uniformly. In the attached screen shot I am not able to remove the space shown in the second and third columns. During run time its visible like the

Re: execute multiple buttons in jsf one after the other

2009-01-27 Thread Martyn Hiemstra
As far as I know It's not possible. You'll have to buffer the output of action 1, execute action 2, buffer that output and then execute action 3. When the actions are finished you can display the buffered output on the screen. The only other option is to use Ajax. Martyn ok, is it possible

Re: execute multiple buttons in jsf one after the other

2009-01-27 Thread Martyn Hiemstra
I have no expierence what so ever with Ajax so I can't help you out. You could ask about in Ajax in this mailing list. Martyn

Re: execute multiple buttons in jsf one after the other

2009-01-22 Thread Martyn Hiemstra
I would like to help but I don't understand your situation correctly. Could you please make more clear what you mean. Do you want the user to return to the same page after clicking on a button/command link or should the user be redirected according to the button/command link pressed? If a user

Re: execute multiple buttons in jsf one after the other

2009-01-22 Thread Martyn Hiemstra
What do you mean with display the result of the jsf page? If users must click on Button 1 then Button 2 and then Button 3 in that exact order, you could think about placing only 1 button in the page and then reminding which button is currenly on the screen. That could make thinks easier or can

Tomahawk inputCalendar bug

2008-12-23 Thread Martyn Hiemstra
the same value expression as the output text and that component works perfectly so it isn't some typo. Any help would be great, Martyn Hiemstra

Re: How to connect to a stored Procedure in db2 using Spring and Hibernate Combination

2008-09-23 Thread Martyn Hiemstra
Goto the Spring/Hibernate forum and ask your question there.. Please next time use some common sense and realize that you don't ask Spring and Hibernate questions in a myfaces mailing list. Martyn Hiemstra Hello All, Can any of suggest me, how I can call a stored Procedure using spring

Question about filling page objects

2008-02-01 Thread Martyn Hiemstra
Hi All My company has chosen to use jsf in a new project. I myself am used to SpringMVC which works perfectly for my needs but I figured, why not try jsf since I have to use. I am running into a problem which is a pretty huge problem in jsf. Maybe someone can explain it to me how to solve my