Re: save state

2009-06-10 Thread alvaro tovar
request is sent , the request objet is diferent. 2009/6/10 alvaro tovar > hello > some one can help me understading how is that this component work, how is > that store the object in th viewId, like save state. and how i can get the > object from view, i like to do this for some reason,

Re: trinidad: how to add javascript/style/body onload programmatically

2009-06-10 Thread alvaro tovar
for the 1 you can use ${} for the 2 2009/6/10 Dave > For trinidad, > > 1. how to add javascript/style inside html head programmatically? For example, > > > >

save state

2009-06-10 Thread alvaro tovar
hello some one can help me understading how is that this component work, how is that store the object in th viewId, like save state. and how i can get the object from view, i like to do this for some reason, but whit out the component regards

Re: [ANNOUNCE] MyFaces Core v1.2.7 Release

2009-06-06 Thread alvaro tovar
congratualations to myfaces team 2009/6/6 Leonardo Uribe > The Apache MyFaces team is pleased to announce the release of MyFaces Core > 1.2.7. > > MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by > JSR-252. MyFaces Core has passed Sun's JSR-252 TCK and is 100% compliant

hello is there components t:row?

2009-06-03 Thread alvaro tovar
hello i am loking for a datatable that have 2 rows in each iteration of them, isthere a way this, the master detail not well for me, because i need open the detail always. thanks for your help regards

Re: help with & and &

2009-06-01 Thread alvaro tovar
hello i don't do run, i have created the component whit whit the tagclass, uiclass, renderclass, but again http://www.youtube.com/watch?v=xp1tOhzZJ9Q&hl=en&fs=1"; & is change for & i don't know what can i do, regards 2009/6/1 alvaro tovar > i am trying of

help with & and &

2009-06-01 Thread alvaro tovar
i am trying of insert a dynamic youtube video but i can't, i try with f:verbatim escape="false" but not, i try whit c:out escapeXml="false" but not, and i try whit <%manageBean.getUrlVideo%> but not, the url is written like & and the video is not loaded, i try whit STRIC_XHTML_LINK like parameter b

Re: Packaging issues

2009-05-31 Thread alvaro tovar
hello i thinks that is better study whit a formal guide, the code examples era well if you already know jsf, but start with code samples i think not well. 2009/5/31 Dvora > > I'm not sure I'm understanding, can you specify what is wrong in the code > (jsp/bean)? >

Re: Packaging issues

2009-05-31 Thread alvaro tovar
is better that you study whit a complete guide, can suggests specifical things that no are in code examples clear. 2009/5/31 Dvora > > Request. > > > Richard Yee wrote: > > > > What is the scope of the bean? > > > > > > -- > View this message in context: > http://www.nabble.com/Packaging-issues-

Re: help whit org.xml.sax.SAXParseException: Attribute "id" was already specified for element "t:selectBooleanCheckbox".

2009-05-20 Thread alvaro tovar
i solved the promed using t:jsValueSet and after using document.write 2009/5/20 alvaro tovar > hello > i am triyng of us a parameter from a jsf datatable, in a html javascript, > i try whit ${var.objectId} to get the objeect id in the javascript generated > but not run, and whi

help whit org.xml.sax.SAXParseException: Attribute "id" was already specified for element "t:selectBooleanCheckbox".

2009-05-20 Thread alvaro tovar
hello i am triyng of us a parameter from a jsf datatable, in a html javascript, i try whit ${var.objectId} to get the objeect id in the javascript generated but not run, and whit #{ is not possible, i am trying whit but

Re: [myfaces] change selectonemenu value through setsubmitedvalue commandlink immediate=true

2009-03-11 Thread alvaro tovar
/3/11 alvaro tovar : > hello list > i need help whit this, i need to change the submitedvalue for some > input fields, a commandlink action change the value for this inputs, > also the commandlink change the submitedvalue of this inputs, run ok > for inputext and selectbooleanch

[myfaces] change selectonemenu value through setsubmitedvalue commandlink immediate=true

2009-03-11 Thread alvaro tovar
hello list i need help whit this, i need to change the submitedvalue for some input fields, a commandlink action change the value for this inputs, also the commandlink change the submitedvalue of this inputs, run ok for inputext and selectbooleancheckbox, but for selectonemenu not, the value not ch

Re: BadPadding Exception and more

2009-02-12 Thread alvaro tovar
hello i have this error when the session is time out, but i don't kown how i can solve this. regards 2009/2/12 Heiß Michael : > > Hi, > > I have created a webapplication using myfaces 1.2.6 / tomahawk 1.1.8 and > richfaces 3.2.2 and tested this application successfully using a local > tomcat 6 web

how to get html generated troguht ajax

2009-02-04 Thread alvaro tovar
hello i am devlop a custom selectonemenu nested with other selectonemenu with ajax, i think that normally y make the request and after of process must build the html based on the xml response. but i think if not a way of make build the html whit jsf, i make the ajax call the process the request,

[sandbox]s:graphicImageDynamic simple url

2009-02-02 Thread alvaro tovar
hello i am loking for the url of s:graphicImageDynamic, look like /faces/myFacesExtensionResource/org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicRenderer/12332460/?idR='+trueId[1]+'&_renderer=com.redi5.backingbean.util.ImageDynamic' also i see that the number 12332460 is not a c

Re: Resources Servlet security question

2009-01-28 Thread alvaro tovar
hello i don't know, i have some similar i make some thing like .*css.* .*js.* leave get in. regards 2009/1/28 : > Hey Guys, > > > > I implemented a phase listener based security handler which knows which > pages are public viewable and which pages require a special authentication. > Currently th

Re: [trinidad]tips to create my own panelgroup

2009-01-28 Thread alvaro tovar
n't downloaded > with every page. > > -R > > alvaro tovar wrote: >> >> hello >> thanks for your answers, my problem with trinidad was with a .js file >> too big , i don't remenber the exact size around of 50k. >> you have reason, is a good id

Re: [trinidad]tips to create my own panelgroup

2009-01-28 Thread alvaro tovar
rom this email that you have not > done much research. Furthermore, all of MyFaces is open source, so if > you want to know how to write a component, Tomahawk, Trinidad, Tobago > and Orchestra all have publicly available code that you can look at > and study. > > On Wed, Jan 28

[trinidad]tips to create my own panelgroup

2009-01-28 Thread alvaro tovar
hello i am trying of create my own panel group with ajax, and the atribute partialtrigres, but i don't kown how start, some one can give some documentation? i not use trinidad because my app would be fast and low weight. thanks

Re: Trinidad or RichFaces? or both?

2009-01-27 Thread alvaro tovar
hello i think that both are good, but i found 1 problem of compatibility betewn they, and the ajax components. finally i have to lave out both framework because my app need to be to fast and they create many js and css. regards 2009/1/27 Bjørn T Johansen : > I am starting developing a new webapp a

[trinidad]help with null pointer in HtmlCommandButtonRenderer 95

2008-12-04 Thread alvaro tovar
hello just if some one can give me a way java.lang.NullPointerException at org.apache.myfaces.trinidadinternal.renderkit.htmlBasic.HtmlCommandButtonRenderer.encodeBegin(HtmlCommandButtonRenderer.java:95) RenderingContext arc = RenderingContext.getCurrentInstance(); String script;

Re: [trinidad]help extendind selectmanycheckbox

2008-12-03 Thread alvaro tovar
full compiler error? > > On Mon, Dec 1, 2008 at 9:40 AM, alvaro tovar <[EMAIL PROTECTED]> > wrote: > > hello thanks for your answers look my code > > > > package com.redi5.components; > > > > import org

Re: [trinidad]help extendind selectmanycheckbox

2008-12-01 Thread alvaro tovar
correspond with the jar of trinidad trinidad-impl-1.2.11-SNAPSHOT.jar trinidad-api-1.2.11-SNAPSHOT.jar 2008/11/30 Andrew Robinson <[EMAIL PROTECTED]> > Sub classes are allowed to call protected methods, what is the issue? > > On Sat, Nov 29, 2008 at 9:42 AM, alvaro tovar <

[trinidad] for selectmanycheckbox

2008-12-01 Thread alvaro tovar
hello i am trying of know what is the and for tr:selectmanyCheckbox, i am trying of create a render class. thanks

[trinidad]help extendind selectmanycheckbox

2008-11-29 Thread alvaro tovar
hello i am trying of add a parameter layoutWidth, y do this create a class that extends CoreSelectManyCheckboxTag public class SelectManyCheckBoxRedi5Tag extends CoreSelectManyCheckboxTag{ private String _layoutWidth; final public void setReadOnly(String layoutWidth) { _layoutWidth =

[TRINIDAD]layoutWidth in selctmanycheckbox

2008-11-28 Thread alvaro tovar
hello hi all, i am needed layoutwith in seelctmanycheckbox, i can't use tomahawk because this not create a unique id, for the options, i don't know how i can do this. thanks

viewRoot is null

2008-11-27 Thread alvaro tovar
hello i don't know qhy the wiew root in my page is null, some one can help to undestand? this happend when i change javax.faces.STATE_SAVING_METHOD to server, googled i look that commandlink have some thing to do?, i don't know here put this code where is throw the exception *public* *boolean* e

Re: Generating unique ids for t:checkbox

2008-11-27 Thread alvaro tovar
hello i try of make the same of you, if you can show me your code, i try with this but don't run * * 2008/11/26 Leonardo Uribe <[EMAIL PROTECTED]> > > > On Wed, Nov 26, 2008 at 9:14 AM, <[EMAIL PROTECTED]>wrote: > >>

Re: commandbutton action not called

2008-11-25 Thread alvaro tovar
is there a posibility that a component is not in the viewRoot? 2008/11/25 alvaro tovar <[EMAIL PROTECTED]> > hello > thanks for your answer, but if the error is in RESTORE_VIEW 1, is because > is not a error of validation, i don't knowt is a error in the view in the >

Re: commandbutton action not called

2008-11-25 Thread alvaro tovar
code. > > For messages, also include a global messages component. > > Just put a breakpoint on the renderResponse method in the FacesContextImpl. > > On Tue, Nov 25, 2008 at 9:20 AM, alvaro tovar <[EMAIL PROTECTED]> > wrote: > > hello > > thanks for your answer,

Re: commandbutton action not called

2008-11-25 Thread alvaro tovar
from my iPhone > > > On 25/11/2008, at 01:14, "alvaro tovar" <[EMAIL PROTECTED]> wrote: > > hello >> >> i have a commandbutton action that is not called >> >> >> [DEBUG] 24 nov 05:58:23.091 PM httpSSLWorkerThread-8126-1 >> [org.apache.

commandbutton action not called

2008-11-24 Thread alvaro tovar
hello i have a commandbutton action that is not called [DEBUG] 24 nov 05:58:23.091 PM httpSSLWorkerThread-8126-1 [org.apache.myfaces.lifecycle.LifecycleImpl] exiting from lifecycle.execute in RESTORE_VIEW 1 because getRenderResponse is true from one of the after listeners i am thinking maybe is

Re: help with inputs lost when i make a submit

2008-11-24 Thread alvaro tovar
ce to me a doc? thanks 2008/11/14 alvaro tovar <[EMAIL PROTECTED]> > hehee > > 2008/10/27 Richard Yee <[EMAIL PROTECTED]> > > Alvaro, >> We can't give you any help if you don't tell us what your code is >> doing or show us at least the source co

Re: selectmanyshutle in a form

2008-11-21 Thread alvaro tovar
i am seee the https://issues.apache.org/jira/browse/TRINIDAD-627 but this is not my case because i hace this in a form. maybe is a conflict with > hello > > > > >rendered="true"> > > > label="Ubicación" > > heade

selectmanyshutle in a form

2008-11-21 Thread alvaro tovar
hello

help with selectmanycheckbox and image

2008-11-14 Thread alvaro tovar
hello i try of make a lectmanycheckbox with a label of image and text and i don't know how i can do this, this is the html generated 1 2 3 4 5 6 i and like that was 1 2 3 4 5 6 if some can helop me will be great thanks

Re: help with inputs lost when i make a submit

2008-11-14 Thread alvaro tovar
gt; > On Mon, Oct 27, 2008 at 2:17 PM, alvaro tovar <[EMAIL PROTECTED]> > wrote: > > > > hello > > thanks for you answer, really i don't know the answer for your > questions, > > actually i am searching for a alternative solution. > > regards

Re: help whith datatable format footerrow

2008-11-14 Thread alvaro tovar
i i solved this, i don't use datatable, i use datalist, and i create the tr and td regards 2008/10/7 alvaro tovar <[EMAIL PROTECTED]> > hello > thanks all > i am searching for a datatable with this estructure > > > *|

Re: help with extrang error

2008-11-14 Thread alvaro tovar
i solved this, was a error is a selctOneMenu, whita aobject whith a id null, of the selectitem regards 2008/10/27 alvaro tovar <[EMAIL PROTECTED]> > hello, i don't have idea what is this error > > StandardWrapperValve[faces]: PWC1406: Servlet.service() for servlet fac

Re: how selectitems and selectitem and converter

2008-11-14 Thread alvaro tovar
hello i solved my problen, was that i have a select item whith a object id null. jejeje 2008/11/12 alvaro tovar <[EMAIL PROTECTED]> > i forget of say that listfiletr is a SelectItem[] whith value= a object and > whith label a objectname > > thanks > > 2008/11/12 alvaro

Re: how selectitems and selectitem and converter

2008-11-12 Thread alvaro tovar
i forget of say that listfiletr is a SelectItem[] whith value= a object and whith label a objectname thanks 2008/11/12 alvaro tovar <[EMAIL PROTECTED]> > hello > > maybe some one know this, i need have a list o objects merge with other > action selects, my idea is do somet

how selectitems and selectitem and converter

2008-11-12 Thread alvaro tovar
hello maybe some one know this, i need have a list o objects merge with other action selects, my idea is do sometinhg like

Re: sandbox inputsugetsajax converter demo

2008-10-30 Thread alvaro tovar
> > On Thu, Oct 30, 2008 at 10:00 PM, alvaro tovar <[EMAIL PROTECTED]>wrote: > >> hello >> i have a great idea, just i am to bad with myfaces, will be good if is >> publish a example of using inputsugestajax with the advance usage converter >> just in >>

sandbox inputsugetsajax converter demo

2008-10-30 Thread alvaro tovar
hello i have a great idea, just i am to bad with myfaces, will be good if is publish a example of using inputsugestajax with the advance usage converter just in http://wiki.apache.org/myfaces/InputSuggestAjax?highlight=(inputSuggestAjax) then will be more easy to do this in my app. if some one ca

Re: Myfaces on glassfish

2008-10-30 Thread alvaro tovar
hello i folow your instructions, but this is show again Starting up Tomahawk on the RI-JSF-Implementation. Starting up Tomahawk on the MyFaces-JSF-Implementation Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. have you other tip? 20

Re: help with inputs lost when i make a submit

2008-10-27 Thread alvaro tovar
re you using a4j:region or any other jboss component that "mucks" > with the JSF lifecycle? > Did you have a non-null navigation rule outcome? > Do you have the problem with the JSF-RI? > Is this a normal or AJAX post back? > > On Mon, Oct 27, 2008 at 12:39 PM, alvaro tov

help with extrang error

2008-10-27 Thread alvaro tovar
hello, i don't have idea what is this error StandardWrapperValve[faces]: PWC1406: Servlet.service() for servlet faces threw exception java.lang.NullPointerException: message can not be null. at org.apache.myfaces.context.servlet.ServletExternalContextImpl.checkNull(ServletExternalContextIm

help with inputs lost when i make a submit

2008-10-27 Thread alvaro tovar
hello first of all thanks to the myfaces team, my problem: i have an app with myfaces trinidad, tomahawk, richfaces. i have a form in a tabpanel, and in the tab i have a form, when i fill the form, and send this the values are lost, i am thinking that this happen because the values stored in the ba

facebook list input jsf

2008-10-24 Thread alvaro tovar
hello some one know how i can make this in jsf? regards

Re: help with graphicImageDynamic and datalist

2008-10-17 Thread alvaro tovar
way, of use this components both thanks 2008/10/17 alvaro tovar <[EMAIL PROTECTED]> > thanks for your answer > i solved my problem using f:param whit the image id, i load the image id > from the bd with the ejb, i not use the backingbean, run ok. > thanks > > 2008/10/1

Re: help with graphicImageDynamic and datalist

2008-10-17 Thread alvaro tovar
; > Leonardo Uribe > > > On Thu, Oct 16, 2008 at 4:21 PM, alvaro tovar <[EMAIL PROTECTED]>wrote: > >> hello >> i am trying of use graphicImageDynamic, to show a list of images from de >> database, >> >> but i am problems with use >> >&

help with graphicImageDynamic and datalist

2008-10-16 Thread alvaro tovar
hello i am trying of use graphicImageDynamic, to show a list of images from de database, but i am problems with use imageRendererClass i am tinking if is there a way to set the properties trough

Re: Myfaces on glassfish

2008-10-08 Thread alvaro tovar
hello i use also glassfish and tomahawk when i start the aplication says Starting up Tomahawk on the RI-JSF-Implementation. Starting up Tomahawk on the MyFaces-JSF-Implementation Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. but,

help whith datatable format footerrow

2008-10-07 Thread alvaro tovar
hello thanks all i am searching for a datatable with this estructure *| headercol1 | headercol2|* |___*row1col1*__ |__*row1col2*_ | |___*footerrow1_|* |___*row2col1*__ |__*row2col2*_ | |___*footerrow2_|* i think that master detai

Re: [Tomahawk & Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread alvaro tovar
i use myfaces 1.6, tomahawk 1.6 On 10/31/07, Francisco Passos <[EMAIL PROTECTED]> wrote: > > Thank you Alvaro. > > I can't get it to work though. What version of Tomahawk are you using? And > are you using Sun RI or Myfaces? > > Thank you, > Francisco &g

Re: [Tomahawk & Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread alvaro tovar
ello Alvaro, thanks for your hint. > > Could you please post a copy of the xhtml you use for an example page? > I've tried placing jscookmenu within a form and the remainder of the page on > a different form, but the problem persists. > > Thank you, > Francisc

Re: [Tomahawk & Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread alvaro tovar
yes, i solved this, using 2 form one for the jscookmenu and other for the page On 10/31/07, Francisco Passos <[EMAIL PROTECTED]> wrote: > > Good morning to all. > > I've come to realize the following in an application using t:jsCookMenu > and Trinidad's PPR. > > The menu always works properly, exc

dinamic validation

2007-10-25 Thread alvaro tovar
hello, i have this question, i have this the minimum and maximum change in each row, but the validation is made for all with the last minimum and maximum 1 minimum=1 maximum=4 2 minimum=1 maximun=3 all are validated with 1

Re: inputSuggestAjax problem

2007-10-10 Thread alvaro tovar
i ha ve a problem, with this i comment this line and was resolved, in faces-config.xml On 10/10/07, popajce <[EMAIL PROTECTED]> wrote: > > > hi, > I am using: > > tomahawk-sandbox-1.1.7-SNAPSHOT > myfaces-core-1.1.5 > tomahawk-1.1.5 > > I am trying to use inputSuggestAjax, but unfortunately it d

Re: my jscookmenu is disabled after that i make the firts ajax call

2007-10-03 Thread alvaro tovar
i solved my problem, put in diferent form the jscookmenu and the pprPanelgroup On 10/3/07, alvaro tovar <[EMAIL PROTECTED]> wrote: > > when the jscook menu is disabled, and i click in one of this elements, the > server get the petition, but no change is made in the page, i prove al

Re: my jscookmenu is disabled after that i make the firts ajax call

2007-10-03 Thread alvaro tovar
when the jscook menu is disabled, and i click in one of this elements, the server get the petition, but no change is made in the page, i prove also in myfaces 1.6. On 10/3/07, alvaro tovar <[EMAIL PROTECTED]> wrote: > > before that i make 1 ajax call, the jscookmenu run good, but

broken link in wiki

2007-10-03 Thread alvaro tovar
i am understanding what is What is the difference between javax.faces.STATE_SAVING_METHOD client and server? in the faq is broken link, if some one have other link

my jscookmenu is disabled after that i make the firts ajax call

2007-10-03 Thread alvaro tovar
before that i make 1 ajax call, the jscookmenu run good, but after that i use the pprPanelgroup the jscookmenu stop of run, the link don't make noting, i don't know what happend, is a bug?. i put the , whit out this, the jscook menu don't run, i am using myfaces 1.5, tomahok 1.5, sandbos 1.5 tha

Re: help, with ppr and multiple selectonemenu nested

2007-09-27 Thread alvaro tovar
TED]> wrote: > > Generally your code looks fine as far as I can see. 2 questions > > 1) is the third panelGroup rendered from the beginning? > 2) which version of the tomahawk-sandbox are you using? > > kind regards > > Ernst > > On 9/26/07, alvaro tovar <[EMAIL PR

help, with ppr and multiple selectonemenu nested

2007-09-25 Thread alvaro tovar
hi all, i can't make this, if some one have a example ,please tell me. this is mi code: if only i have 2 selectonemenu run ok. but whith 3 not.

Re: Sun Java Application Server 9

2007-07-13 Thread alvaro tovar
if some one know how run myfaces in sun one application server 9, please tell me. On 6/19/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: The AS9 doc should contain infos on that, IMO ;) -M On 6/19/07, Juan Ignacio Sánchez Lara <[EMAIL PROTECTED]> wrote: > In MyFaces Wiki there's no infor

autoscroll run ok for commandbutton but not for selectOneMenu valueChangeListener

2007-03-01 Thread alvaro tovar
some kome why this append? i am using myfaces-api-1.1.4-SNAPSHOT.jar,myfaces-impl-1.1.4-SNAPSHOT.jar, tomahawk-1.1.3-SNAPSHOT.jar thanks alvaro

Re: I installed MyFace-core-1.1.5 and Tomahaka-1.1.3 but Listener does not work.

2007-02-19 Thread alvaro tovar
hello all look http://people.apache.org/builds/myfaces/nightly/ http://archive.apache.org/dist/myfaces/ , i have this problem but i have myfaces1.1.4 and tomahawk-1.1.3.jar and tomahawk-sandbox-1.1.2-SNAPSHOT.jar, and run but some few pages not run the action for example of commandbutton i don't k

Re: Visibility of t:column

2007-02-02 Thread alvaro tovar
i have the same problem, the header is always rendered. the body is possible hidden but the header not. if some know thanks On 2/2/07, Gerald Müllan <[EMAIL PROTECTED]> wrote: Hi, t:column has also a rendered attribute! But to my mind, don`t render a complete column is not a nice solution..

how hidden header column on datatable

2007-01-26 Thread alvaro tovar
hello thanks for your help, i have a datatable but i need to hide some columns if the user want to hidde some column, my bean is of session, when the user click in a button the button change the boolean variable of the rendered of the column tag to false, the content of the column is no displayed

strange error in data table and commandButton

2006-12-27 Thread alvaro tovar
thanks for your time, i have this problem this is the method of posibleEvaluador public String editar() { setDetalle(!getDetalle()); return ""; } all run perfect, until y click in "asociar evaluadores" button, after of t