customer converter and html code

2005-09-05 Thread Borja Martín
hi, I am doing a custom converter to abbreviate text when necessary. the thing is that I want to insert the modified text between the 'abbr/abbr' tags, but the problem is that the '' and '' chars are converted to html code(lt; and gt;) instead of being directly written to the html page is

Re: What is the right way to iterate

2005-06-20 Thread Borja Martín
just a comment, if you are making a menu containing a list of options, you should use the 'ul' or 'ol' tag, so that the code is 'semantically correct' as far as I know, there is no standard component to achieve this, but it should be really easy to build such one and I'm sure at least you could

tracking a variable

2005-05-30 Thread Borja Martín
hi, i need to track a variable among several pages without using sessions. maybe I could track it by passing it as a parameter for every commandlink/form, but this could be a really tedious task and I would like to implemente a more automatic way the solution I had thought was to set it

Re: x:tree2 cookies exception

2005-05-30 Thread Borja Martín
At 00:42 31/05/2005, you wrote: Every now and again, after extensive use, we get something like the following exception from x:tree2: 13:01:20,377 ERROR ApplyRequestValuesPhase:84 - Node with id 0:12. Failed to parse 0:12 java.lang.IllegalArgumentException: Node with id 0:12. Failed to parse

Re: Render fieldsetlegend tags with JSF

2005-04-13 Thread Borja Martín
why not just to write them in the document between the 'verbatim' tags? Catalin Kormos wrote: Hi there, I'm just wondering if there are any plans on implementing components to renderer the HTML forms related tags, fieldset and legend? just like x:div does for rendering div tags. Thanks

Re: own validator not called

2005-04-08 Thread Borja Martín
and validate the field value as I want(including if was empty or not) On Apr 8, 2005 9:59 AM, *Borja Martín* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: hi, I have seen that my own validator method isnt called when the field value is empty(I'm making this to be able to get some

problem with hidden fields and f:params int the same form

2005-04-06 Thread Borja Martín
hi, I would like to know if this behaviour is a bug or not. suppose I have this form(I have simplified it so its easier to understand): h:form f:subview id=edit rendered=#{cover.isItemSaved} h:commandLink action=#{cover.editNews} h:outputText value=edit /

Re: problem with hidden fields and f:params int the same form

2005-04-06 Thread Borja Martín
, 2005 12:15 PM, *Borja Martín* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: hi, I would like to know if this behaviour is a bug or not. suppose I have this form(I have simplified it so its easier to understand): h:form f:subview id=edit rendered=#{cover.isItemSaved

Re: blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-04-06 Thread Borja Martín
Slawek wrote: hi when user type no character into h:inputText value=#{bean.input1}/ than in somme action after submit input1 is null. is it ok? in myMaces 1.0.8 its value was always (empty string) ...so i must change lots of code:/. is it my mistake or a new approach? Slawek me happened too maybe