[REPSOST] Faces - UIComponent - read/write mode

2003-03-21 Thread Sebastien Cesbron
Sorry to post this again but I would like to have more details about the future of the struts-faces cooperation. Do we have to work with components in the future ? Does it make sense to implement my own components now and in the future upgrade to faces components ? Thanks in advance Seb

Re: Fine Grained Access Control in Sturts

2003-03-21 Thread Sebastien Cesbron
And what about "read" mode for role "newbie" and "write" mode for role "admin". Is there a way not to put the input field twice with two different logic:present tags ? Does anybody have an idea on how to change display based on the role (and maybe something else) ? Seb Max Cooper wrote: You

Faces - UIComponent - read/write mode

2003-03-20 Thread Sebastien Cesbron
Hi, I am looking at the struts faces integration ant I have a question about it. Is there any plan to integrate the UIComponent tree in struts or is the integration just a new tag library. I am guessing that in the future we will put ui components in actionforms : do I miss something (I am not

List of checkboxes split on multiple pages

2001-02-22 Thread Sebastien Cesbron
Hi, Does somebody know how to manage elegantly a list of checkboxes that is split upon multiple pages. My problem is that when you valid one page you must reset only the checkboxes you have shown on this page. I've seen a solution with hidden fields but it doesn't sounds good to me : is there oth

Iterate a ResultSet and page it

2001-02-20 Thread Sebastien Cesbron
Hi, There was a thread in december about iterating a ResultSet like a Collection and I would like to know if somebody (maybe Ted ;-) can give me some design tricks to do this. My main goal is to retrieve lists of items into a DB and to present them in a JSP page (with a pager mode). The problem

TogetherJ patterns

2001-02-16 Thread Sebastien Cesbron
Did anibody try to use TogetherJ patterns to create a struts project with this CASE tool ? If yes, is it possible to have any feedback ? Thanks Seb __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos em

Re: Struts and Turbine

2001-02-15 Thread Sebastien Cesbron
Ted, could you please explain more precisely this comparison ? What do you mean by "results-orientated" and "standards-orientated" and what do you mean by "high-performance omnibus solution". Thanks a lot Sebastien > Turbine is very results-orientated, and is a good choice for advanced > develo

Properties

2001-02-14 Thread Sebastien Cesbron
Hi, Does anybody have an experience of properties that are not in the name=value format (xml format for example). It seems that I need to create a new subclass of ResourceBundle (like PropertyResourceBundle) but is it an easy task ? Do you know any example of such a thing ? Thanks Sebastien

Localisation

2001-02-12 Thread Sebastien Cesbron
of the application. Thanks in advance Sebastien Cesbron __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.

Integration of struts tags in html authoring tools

2001-02-09 Thread Sebastien Cesbron
Hi, I am looking at struts to see if it suits my needs and I have a question about the utilisation of tags. Is the intensive utilisation of struts tags in html a problem for web designers ? My thought is that if they use a lot of tags (for example tags for i18n, web designers do not see anything