Re: Re: Custom tag

2012-07-13 Thread José Luis Cetina
Ursprüngliche Nachricht Betreff: Re: Custom tag Von: José Luis Cetina maxtorz...@gmail.com An: MyFaces Discussion users@myfaces.apache.org,Rafael Pestano rmpest...@yahoo.com.br CC: -- --- SCJA. José Luis Cetina

Re: Re: Custom tag

2012-07-06 Thread Leonardo Uribe
. Is that an myfaces issue or primefaces related ? Websphere 8.0.0.1 Myfaces 2.1.1 (i guess ) Primefaces 3.1 Send via Samsung Galaxy S2 Ursprüngliche Nachricht Betreff: Re: Custom tag Von: José Luis Cetina maxtorz...@gmail.com An: MyFaces Discussion users

Re: Re: Custom tag

2012-07-06 Thread José Luis Cetina
Betreff: Re: Custom tag Von: José Luis Cetina maxtorz...@gmail.com An: MyFaces Discussion users@myfaces.apache.org,Rafael Pestano rmpest...@yahoo.com.br CC: -- --- SCJA. José Luis Cetina ---

Re: Re: Custom tag

2012-07-06 Thread José Luis Cetina
Betreff: Re: Custom tag Von: José Luis Cetina maxtorz...@gmail.com An: MyFaces Discussion users@myfaces.apache.org,Rafael Pestano rmpest...@yahoo.com.br CC: -- --- SCJA. José Luis Cetina

Re: Custom tag

2012-07-05 Thread José Luis Cetina
/realpestano De: José Luis Cetina maxtorz...@gmail.com Para: MyFaces Discussion users@myfaces.apache.org Enviadas: Sexta-feira, 29 de Junho de 2012 12:02 Assunto: Re: Custom tag Thanks Rafael and Leonardo. Its very easy with target, this solution is best

WG: Re: Custom tag

2012-07-05 Thread Thomas Herzog
or primefaces related ? Websphere 8.0.0.1 Myfaces 2.1.1 (i guess ) Primefaces 3.1 Send via Samsung Galaxy S2 Ursprüngliche Nachricht Betreff: Re: Custom tag Von: José Luis Cetina maxtorz...@gmail.com An: MyFaces Discussion users@myfaces.apache.org,Rafael Pestano rmpest

Re: Custom tag

2012-06-29 Thread Leonardo Uribe
, 28 de Junho de 2012 23:12 Assunto: Re: Custom tag you can try: cc:implementation     h:commandButton                 value=Ok rendered=#{not empty cc.attrs.action and empty cc.attrs.actionListener}                 action=#{cc.attrs.action}     /   h:commandButton

Re: Custom tag

2012-06-29 Thread José Luis Cetina
://twitter.com/realpestano - Mensagem original - De: Rafael Pestano rmpest...@yahoo.com.br Para: MyFaces Discussion users@myfaces.apache.org Cc: Enviadas: Quinta-feira, 28 de Junho de 2012 23:12 Assunto: Re: Custom tag you can try: cc:implementation     h:commandButton

Re: Custom tag

2012-06-29 Thread Rafael Pestano
/ http://rpestano.wordpress.com http://twitter.com/realpestano De: José Luis Cetina maxtorz...@gmail.com Para: MyFaces Discussion users@myfaces.apache.org Enviadas: Sexta-feira, 29 de Junho de 2012 12:02 Assunto: Re: Custom tag Thanks Rafael and Leonardo. Its very

Custom tag

2012-06-28 Thread José Luis Cetina
Hi i have this: Simple custom tag: cc: interface componentType=my_button   cc:attribute name=action method-signature=java.lang.String action()/   cc:attribute name=actionListener method-signature=void actionListener(javax.faces.event.ActionEvent event)/ / cc:interface cc:implementation

Re: Custom tag

2012-06-28 Thread Rafael Pestano
://rpestano.wordpress.com http://twitter.com/realpestano De: José Luis Cetina maxtorz...@gmail.com Para: MyFaces Discussion users@myfaces.apache.org Enviadas: Quinta-feira, 28 de Junho de 2012 18:28 Assunto: Custom tag Hi i have this: Simple custom tag: cc: interface

Re: Custom tag

2012-06-28 Thread Rafael Pestano
http://twitter.com/realpestano - Mensagem original - De: Rafael Pestano rmpest...@yahoo.com.br Para: MyFaces Discussion users@myfaces.apache.org Cc: Enviadas: Quinta-feira, 28 de Junho de 2012 23:12 Assunto: Re: Custom tag you can try: cc:implementation     h:commandButton

Re: [Tobago] Using validator in custom tag

2010-03-31 Thread Helmut Swaczinna
Hi, there's no '{' in #validator.validate}); Regards Helmut Am 30.03.2010 18:53, schrieb Alf Felis: Hi all, I try to use a validator dependent on a property within a custom tag class. My class extends TagSupport and overwrites the doStartTag() method. In this method I add a validator

Re: [Tobago] Using validator in custom tag

2010-03-31 Thread Now I find myself in question
, I try to use a validator dependent on a property within a custom tag class. My class extends TagSupport and overwrites the doStartTag() method. In this method I add a validator depending on a property (see below). First the property is false and no validator will be added

Re: [Tobago] Using validator in custom tag

2010-03-31 Thread Alf Felis
:03 An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: [Tobago] Using validator in custom tag yes it should be like.. inExtensionTag.setValidator(#*{*validator.validate*}*); Thanks, Vinod On Wed, Mar 31, 2010 at 12:55 PM, Helmut Swaczinna myfa...@wlp-systems.dewrote: Hi, there's

Re: [Tobago] Using validator in custom tag

2010-03-31 Thread Alf Felis
Hi all, I found a problem with the page reloading. It seems that the page didn't relaod correctly. Now it works :) However... many thanks for your help. Regards, Alf -- GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.! http://portal.gmx.net/de/go/dsl02

[Tobago] Using validator in custom tag

2010-03-30 Thread Alf Felis
Hi all, I try to use a validator dependent on a property within a custom tag class. My class extends TagSupport and overwrites the doStartTag() method. In this method I add a validator depending on a property (see below). First the property is false and no validator will be added

Re: binding property in my custom tag is not working

2007-11-23 Thread Cagatay Civici
Try removing anything related to binding in your custom tag, since it extends HtmlPanelGridTag which eventually extends UIComponentTag, binding property should be taken caren of in super class. On Nov 23, 2007 9:04 AM, Rajeshekar S [EMAIL PROTECTED] wrote: Hi , I want to create

binding property in my custom tag is not working

2007-11-22 Thread Rajeshekar S
Hi , I want to create a custom tag with binding attribute.In the customTagClass i put property binding . The Tag class is: public class CustomPanelGridTag extends HtmlPanelGridTag{ private String paginator; private String binding; public void setBinding(String binding

Re: Help with included jsp file Illegal to flush within a custom tag

2007-01-25 Thread Mike Kienenberger
Myfaces api 1.1.4 and impl 1.1.3 are incompatible. You must use the same version for both api and impl at all times. This is possibly the cause of your problem. Use of tomahawk 1.1.3 with Myfaces core (api+impl) 1.1.4 should work. On 1/19/07, Todd Nine [EMAIL PROTECTED] wrote: Hi all, I am

Help with included jsp file Illegal to flush within a custom tag

2007-01-19 Thread Todd Nine
Hi all, I am constantly receiving this error message. and I can't figure it out. My parent page is index.jsp, my jsp include page is include/header.jsp. My index.jsp is as follows. %@ taglib uri=http://java.sun.com/jsf/html; prefix=h% %@ taglib uri=http://java.sun.com/jsf/core; prefix=f%

Re: [newbie] - simple custom tag problems

2006-05-11 Thread JSFSter Smith
Hi Volker, Thanks for your response! I attempted the forcing of the ValueBinding in the setProperties() since setting value of the tag attribute was not passed on to the Component Class. In a case like this: my:testTag value=My message (or) my:testTag value=#{datapanel.description} where

Re: [newbie] - simple custom tag problems

2006-05-11 Thread Volker Weber
Hi, see inline JSFSter Smith wrote: Hi Volker, Thanks for your response! I attempted the forcing of the ValueBinding in the setProperties() since setting value of the tag attribute was not passed on to the Component Class. In a case like this: my:testTag value=My message (or)

Re: [newbie] - simple custom tag problems

2006-05-11 Thread JSFSter Smith
Hi Volker, Thanks! yes that was the problem. I am getting a better hang of the JSF rendering framework now and it is pretty powerful! Thanks again. -RajivOn 11/05/06, Volker Weber [EMAIL PROTECTED] wrote: Hi,see inlineJSFSter Smith wrote: Hi Volker, Thanks for your response! I attempted the

[newbie] - simple custom tag problems

2006-05-10 Thread JSFSter Smith
Firstly, kudos to the MyFaces team for the recent releases of myfaces 1.1.3 and tomahawk 1.1.2! I am just a few weeks old with JSF and am using it for a current project. So far its been great but I am still getting to know the deatils. I attempted to create a simple custom JSP tag and was able

issue with tabbedpane -Illegal to flush within a custom tag

2006-05-03 Thread Desigachari, Rajkumar \(Cognizant\)
an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: javax.servlet.jsp.JspException: Illegal to flush within a custom tag javax.faces.webapp.FacesServlet.service(FacesServlet.java:125

Re: issue with tabbedpane -Illegal to flush within a custom tag

2006-05-03 Thread Mike Kienenberger
On 5/3/06, Desigachari, Rajkumar (Cognizant) [EMAIL PROTECTED] wrote: This Exception is because the f:view tag is not allowed inside the paneltab tag. Is there is any way to use the same. If that's the only cause of the error (and it may not be), then use f:subview wherever you are currently

Illegal to flush within a custom tag

2006-03-28 Thread Ramazan VARLIKLI
Why this error occurred? javax.faces.FacesException: javax.servlet.jsp.JspException: ServletException in '/page/index.jsp': Illegal to flush within a custom tag at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(S ervletExternalContextImpl.java:422

myFaces Tiles - Illegal to flush within a custom tag

2005-11-04 Thread Jeffrey Porter
within a custom tag This works %@ taglib uri=http://struts.apache.org/tags-tiles prefix=tiles % html body tiles:insert page=/test.jsp flush=true/ f:view // cant place tiles: in here /f:view /body /html This doesnt %@ taglib uri=http://struts.apache.org/tags-tiles prefix=tiles

RE: myFaces Tiles - Illegal to flush within a custom tag

2005-11-04 Thread Jeffrey Porter
: myFaces Tiles - Illegal to flush within a custom tag Hello all again, This may not be the right place to ask, but I will anyway. Ive got some pages that are JSF/MyFaces pages I want to use some Tiles insert statements. When I do I get the error javax.servlet.ServletException