[Trinidad] Richfaces-Myfaces-Trinidad h:commandLink BUG

2012-02-17 Thread Luiz Sérgio Araújo de Andrade viana
in the operation of performing an action h:commandLink actionListener, shown below: h:commandLink actionListener = # {abastecimentoBean.imprimir} value = id = buttonVisualizar f:attribute name=idabastecimento value=#{var.id} / h:graphicImage

h:commandLink without surrounding form tag?

2008-10-20 Thread Andreas Niemeyer
Hi, Is there a more `html' friendly way to create a faces link without the surrounding form tag? form jsfc=h:form a href=# jsfc=h:commandLink value=back action=back/ /form The parser doesn't like this: a href=# jsfc=h:commandLink value=back action=back/ Regards, Andreas

Re: h:commandLink without surrounding form tag?

2008-10-20 Thread Paul Spencer
the surrounding form tag? form jsfc=h:form a href=# jsfc=h:commandLink value=back action=back/ /form The parser doesn't like this: a href=# jsfc=h:commandLink value=back action=back/ Regards, Andreas

Re: h:commandLink without surrounding form tag?

2008-10-20 Thread Jan-Kees van Andel
If you want GET behavior, use an h:outputLink or plain a tag. h:commandLink is for POSTing forms. Regards, Jan-Kees 2008/10/20 Paul Spencer [EMAIL PROTECTED] Andreas, As I understand it, the h:form tag is required by the JSF 1.x spec. Prior versions of Tomahawk did support command buttons

Re: h:commandLink without surrounding form tag?

2008-10-20 Thread Jan-Kees van Andel
Btw. With plain a tag, I mean a plain a / tag. :) 2008/10/20 Jan-Kees van Andel [EMAIL PROTECTED] If you want GET behavior, use an h:outputLink or plain a tag. h:commandLink is for POSTing forms. Regards, Jan-Kees 2008/10/20 Paul Spencer [EMAIL PROTECTED] Andreas, As I understand

Problem with h:commandLink in t:dataTable

2008-09-09 Thread m4rkuz
Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page, everything works fine, until I try to go to the next page *h:commandLink action=#{backingBean.edit

RE: Problem with h:commandLink in t:dataTable

2008-09-09 Thread Vinaya Tirikkovalluru
, September 09, 2008 10:25 AM To: MyFaces Discussion Subject: Problem with h:commandLink in t:dataTable Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page

h:commandLink in form not working

2008-08-14 Thread jvnk
Hello Friends, I have problems using commandLink. Below is the code!! I tried all the possible ways but none works, expect when I changed commandLink to commandButton In the below code h:commandLink did not work, so I tried t:commandLink. But that did not work. I am using IE 6.x Firefox 3

Re: h:commandLink in form not working

2008-08-14 Thread Leonardo Uribe
On Thu, Aug 14, 2008 at 2:58 PM, jvnk [EMAIL PROTECTED] wrote: Hello Friends, I have problems using commandLink. Below is the code!! I tried all the possible ways but none works, expect when I changed commandLink to commandButton In the below code h:commandLink did not work, so I tried

RE: h:commandLink in form not working

2008-08-14 Thread Jalapati, Nagendra
, August 14, 2008 4:13 PM To: MyFaces Discussion Subject: Re: h:commandLink in form not working On Thu, Aug 14, 2008 at 2:58 PM, jvnk [EMAIL PROTECTED] wrote: Hello Friends, I have problems using commandLink. Below is the code!! I tried all the possible ways but none works, expect when I

Re: h:commandLink in form not working

2008-08-14 Thread jvnk
tried all the possible ways but none works, expect when I changed commandLink to commandButton In the below code h:commandLink did not work, so I tried t:commandLink. But that did not work. I am using IE 6.x Firefox 3 .x for testing. I am using JSF1.1 (MyFaces). Any help will be appreciated

Re: Cross-browser problem with h:commandLink and f:param [core]

2007-09-12 Thread Ognjen Blagojevic
script debugger. On 9/11/07, Ognjen Blagojevic [EMAIL PROTECTED] wrote: Any thoughts on this one? Is the way I'm using f:param wrong? Regards, Ognjen Ognjen Blagojevic wrote: Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have

Re: Cross-browser problem with h:commandLink and f:param [core]

2007-09-11 Thread Ognjen Blagojevic
Any thoughts on this one? Is the way I'm using f:param wrong? Regards, Ognjen Ognjen Blagojevic wrote: Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have: h:dataTable value=#{myBean1.findAll} var=row ... h:commandLink action

Re: Cross-browser problem with h:commandLink and f:param [core]

2007-09-11 Thread Andrew Robinson
? Regards, Ognjen Ognjen Blagojevic wrote: Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have: h:dataTable value=#{myBean1.findAll} var=row ... h:commandLink action=#{myBean.edit} f:param name=id value=#{row.id

h:commandLink

2007-09-10 Thread Wolfgang
Hi, can I use the commandLink to link to a new xhtml file? If so, how does this work? Cheers!

Re: h:commandLink

2007-09-10 Thread Simon Kitching
Wolfgang [EMAIL PROTECTED] schrieb: can I use the commandLink to link to a new xhtml file? If so, how does this work? All the command components cause a postback to the original view so it can handle any changes to input fields on the screen and decide where to take the user to next,

Cross-browser problem with h:commandLink and f:param

2007-08-31 Thread Ognjen Blagojevic
Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have: h:dataTable value=#{myBean1.findAll} var=row ... h:commandLink action=#{myBean.edit} f:param name=id value=#{row.id}/ h:outputText value=edit / /h:commandLink Which

h:CommandLink Action Event not triggered after cluster restart

2007-07-25 Thread Duncan Simpson
. The user clicks on a h:CommandLink bound to an action that does some work, and should then navigate to a different page. The backing bean in questions has request scope. In the normal course of events MyFaces 1.1.1 appears to queue the action event during the processDecodes step of the Apply

Re: problem with h:commandLink

2007-02-18 Thread Srinivas V
Thankyou Bohmann, I will try that and let you know. Regards, Srinivas On 2/18/07, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello Srinivas, I think this is fixed in myfaces core 1.1.5. Can you try it, please? Regards Bernd Srinivas V wrote: Hi , I am using h:commandLink to generate a pdf

Re: problem with h:commandLink

2007-02-17 Thread Bernd Bohmann
Hello Srinivas, I think this is fixed in myfaces core 1.1.5. Can you try it, please? Regards Bernd Srinivas V wrote: Hi , I am using h:commandLink to generate a pdf in a new window. On pageA I have this link.First time I click on the link,it shows the pdf in new window,but after I close

problem with h:commandLink

2007-02-16 Thread Srinivas V
Hi , I am using h:commandLink to generate a pdf in a new window. On pageA I have this link.First time I click on the link,it shows the pdf in new window,but after I close the pdf and click again on the link it shows the same pageA in the new window. To avoid this I may have to refresh the parent

h:dataTable and h:commandLink: once again :-(

2006-12-18 Thread Behrang Saeedzadeh
Hi all, What is the best practice to show h:commandLinks inside a h:dataTable whose data are fetched from a database (say, bound to #{TableBean.rows})? As you know, when I click on a commandLink inside a h:dataTable, the TableBean's getRows is invoked again and this causes some serious

Re: h:dataTable and h:commandLink: once again :-(

2006-12-18 Thread David Delbecq
My suggestions: 1) with a bit of javascript form inputfield selectedRowId/ button for action/ datatable commandlink onclick=setSelectedRowId('#{dbrow.Id}');call_submit_on_button_action();return false;/ /datatable/form 2) Create you own datatable component for showing datas, a

Re: h:dataTable and h:commandLink: once again :-(

2006-12-18 Thread Behrang Saeedzadeh
David, Thanks for the response. Actually I am using (evaluating) Quipukit's TreeTable component which behaves like the standard DataTable in this regard. The component is damn very cool and elegant but so far it has left me with no solution for the problem I am facing. I will search the 'net

Examples with h:commandLink opening a page in another frame of a frameset

2006-11-03 Thread Mick Knutson
I have a frameset I want to keep mostly static, but there are a couple operations I want to have a h:commandLink redirect the other frame to a differnt URL.login/logout is an example of this.How do I have: frame1: h:commandLink target=frame2-- ThanksDJ MICKhttp://www.djmick.comhttp

h:commandLink Without the Underline

2006-09-26 Thread Alex . Trusler
Hello all, Does anyone know how to display a link using the h:commandLink tag without displaying the underline? Thanks in advance... This message (including any files transmitted with it) may contain confidential and/or proprietary information, is the property of Interactive Data

Re: h:commandLink Without the Underline

2006-09-26 Thread Martin Marinschek
] wrote: Hello all, Does anyone know how to display a link using the h:commandLink tag without displaying the underline? Thanks in advance... This message (including any files transmitted with it) may contain confidential and/or proprietary information

does h:commandLink need a h:form

2006-05-25 Thread Kevin Hale Boyes
I have the following findex.jsp file %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % htmlheadtitletitle/title/headbody f:view h:commandLink action=navoutcome value=Go / /f:view /body/html but when I click Go I get an error

Re: does h:commandLink need a h:form

2006-05-25 Thread Craig McClanahan
On 5/24/06, Kevin Hale Boyes [EMAIL PROTECTED] wrote: I have the following findex.jsp file%@ taglib uri=http://java.sun.com/jsf/html prefix=h %%@ taglib uri= http://java.sun.com/jsf/core prefix=f %htmlheadtitletitle/title/headbodyf:viewh:commandLink action="" value=Go / /f:view/body/htmlbut when I

h:commandLink does not work with tomahawk

2006-05-22 Thread Susumu Majima
Hello I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Without tomawark,I mean I don't use filter in web.xml,h:commandLink works propery. With tomawark,I mean I use filter for tomahawk

Re: h:commandLink does not work with tomahawk

2006-05-22 Thread Mario Ivankovits
Hi! I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Could you please try the latest tomahawk head? Or, as a workaround, unpack the file faces-config.xml from your tomahawk jar and remove

Re: h:commandLink does not work with tomahawk

2006-05-22 Thread Susumu Majima
Thank you for your quick response I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Could you please try the latest tomahawk head? I'm sorry but I don't understand what head means. Does it mean

Re: h:commandLink does not work with tomahawk

2006-05-22 Thread Susumu Majima
I'm terribly sorry. It works propery. Thank you. Thank you for your quick response I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Could you please try the latest tomahawk head? I'm sorry

h:commandLink - href=# - border around images

2006-04-20 Thread Michael Baranov
Hello! I have a little  trouble with this sort of code: ... h:commandLink id="myid" action=""    h:graphicImage value="image.gif"/ /h:commandLink ... It produces: a href="" img src=""/a The problem is with href="" attribu

Re: h:commandLink - href=# - border around images

2006-04-20 Thread Matthias Wessendorf
hi use t:graphicImage value=image.gif border=0/ On 4/20/06, Michael Baranov [EMAIL PROTECTED] wrote: Hello! I have a little trouble with this sort of code: ... h:commandLink id=myid action=#{bean.action} h:graphicImage value=image.gif/ /h:commandLink ... It produces

Re: h:commandLink - href=# - border around images

2006-04-20 Thread Gerald Müllan
PROTECTED] wrote: Hello! I have a little trouble with this sort of code: ... h:commandLink id=myid action=#{bean.action} h:graphicImage value=image.gif/ /h:commandLink ... It produces: a href=# onClick=lots_of_JSimg src=expanded.gif/a The problem is with href

Re: h:commandLink and h:form submit problem

2006-03-11 Thread Mikhail Grushinskiy
. The only way to get to jsf page is via this set of URLs which do internal forward. Now I've started using jsf form h:form and h:commandLink and hit a major roadblock. h:commandLink submits only to JSF which contains parent h:form and it does it by direct reffering to JSF. It simply ignores current URL

h:commandLink and h:form submit problem

2006-03-10 Thread Mikhail Grushinskiy
will be different. The only way to get to jsf is via this set of URLs which do internal forward. Now I've started using jsf form h:form and h:commandLink and hit a major roadblock.h:commandLink submits only to JSF which contains parent h:form and it does it by direct reffering to JSF. It simply

h:commandLink and h:form submit problem

2006-03-09 Thread Mikhail Grushinskiy
in the context will be different. The only way to get to jsf page is via this set of URLs which do internal forward. Now I've started using jsf form h:form and h:commandLink and hit a major roadblock. h:commandLink submits only to JSF which contains parent h:form and it does it by direct reffering

Re: h:commandButton , h:commandLink , f:subView question

2006-01-03 Thread William Crose
PROTECTED] Hi guys , first of all merry christmas. I'm having the following problem, I have an h:commandLink with an action defined and when clicked, nothing happens, this commandLink is inserted to the main jsp via de f:subview jsp:include tags. I don't see anything wrong in the example you

h:commandButton , h:commandLink , f:subView question

2005-12-27 Thread Matias Gomez Carabias
Hi guys , first of all merry christmas. I'm having the following problem, I have an h:commandLink with an action defined and when clicked, nothing happens, this commandLink is inserted to the main jsp via de f:subview jsp:include tags. Here's the code: In the documents.jsp h:outputText value

Re: h:commandButton , h:commandLink , f:subView question

2005-12-27 Thread Gary VanMatre
From: "Matias Gomez Carabias" [EMAIL PROTECTED] Hi guys , first of all merry christmas. I'm having the following problem, I have an h:commandLink with an action defined and when clicked, nothing happens, this commandLink is inserted to the main jsp via de f:subview jsp:include

RE: h:commandButton , h:commandLink , f:subView question

2005-12-27 Thread Matias Gomez Carabias
Discussion Subject: Re: h:commandButton , h:commandLink , f:subView question From: Matias Gomez Carabias [EMAIL PROTECTED] Hi guys , first of all merry christmas. I'm having the following problem, I have an h:commandLink with an action defined and when clicked, nothing happens

RE: Submit and h:commandLink question

2005-12-19 Thread Matias Gomez Carabias
, 2005 2:32 AM To: MyFaces Discussion Subject: Re: Submit and h:commandLink question Yeah, that was it. Thank you very much!! One more question, if I put that SelectOneRadio template into an include file as f:view h:form %@ include file=myTemp.jspf

RE: Submit and h:commandLink question

2005-12-18 Thread Balaji Kalyansundaram
2. Have the bean in session scope and make sure the collection does not loose teh value. HIH Balaji -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Saturday, 17 December 2005 6:15 AM To: MyFaces Discussion Subject: Re: Submit and h:commandLink question Hi

Re: Submit and h:commandLink question

2005-12-18 Thread Emily Gu
teh value.HIHBalaji-Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED]]Sent: Saturday, 17 December 2005 6:15 AMTo: MyFaces DiscussionSubject: Re: Submit and h:commandLink questionHi! I use myfaces-1.1.1 and it looks like I have a similar problem when I place a inputHtml

Re: Submit and h:commandLink question

2005-12-18 Thread Emily Gu
DiscussionSubject: Re: Submit and h:commandLink question Hi, I don't know whether my is the similar issue. When I click the CommandLink, the value selection changes in SelectOneRadio never get changed in the backing bean. Any idea? Thanks!! On 12/18/05, Balaji Kalyansundaram [EMAIL PROTECTED] wrote: HiI had

Re: Submit and h:commandLink question

2005-12-18 Thread Emily Gu
Here is my code: jsp page: f:view h:form h:selectOneRadio value= #{choice.choiceEntry} f:selectItems value=#{choiceList.choiceMap} / /h:selectOneRadio h:commandLink immediate= true value=Create action=#{choice.createEntry} / /h:form /f:view Bean: public class Choice { private String

Re: Submit and h:commandLink question

2005-12-18 Thread Simon Kitching
Emily Gu wrote: Here is my code: jsp page: f:view h:form h:selectOneRadio value= #{choice.choiceEntry} f:selectItems value=#{choiceList.choiceMap} / /h:selectOneRadio h:commandLink immediate= true value=Create action=#{choice.createEntry

Re: Submit and h:commandLink question

2005-12-18 Thread Emily Gu
} / /h:selectOneRadio h:commandLink immediate= true value=Create action="" //h:form /f:view Bean: public class Choice {private String choiceEntry; public Choice () { }public void getChoiceEntry () { return choiceEntry;}public String getChoiceEntry (String e) ( choiceEntry = e;}public void c

Re: Submit and h:commandLink question

2005-12-18 Thread Emily Gu
Yeah, that was it. Thank you very much!! One more question, if I put that SelectOneRadio template into an include file as f:view h:form %@ include file=myTemp.jspf % h:commandLink immediate= false action=#{choice.createEntry} h:outputText value= Create / /h:commandLink /h:form /f:view

Submit and h:commandLink question

2005-12-16 Thread Matias Gomez Carabias
Guys, I have the following question, is it possible to call several h:commandLink component inside the same h:form? I'm asking this because nothing is done when the button (or link in this case) is pressed. I have several h:commandLink components and they all call different methods of the same

RE: Submit and h:commandLink question

2005-12-16 Thread Matias Gomez Carabias
Subject: Submit and h:commandLink question Guys, I have the following question, is it possible to call several h:commandLink component inside the same h:form? I'm asking this because nothing is done when the button (or link in this case) is pressed. I have several h:commandLink components

Re: Submit and h:commandLink question

2005-12-16 Thread Mike Kienenberger
of the raw html source, and we might be able to comment further. On 12/16/05, Matias Gomez Carabias [EMAIL PROTECTED] wrote: Guys, I have the following question, is it possible to call several h:commandLink component inside the same h:form? I'm asking this because nothing is done when

RE: Submit and h:commandLink question

2005-12-16 Thread Matias Gomez Carabias
with an h:commandLink. When this link is pressed I call another method of the same backingBean. This is the code : This is the one in the tree2 h:commandLink immediate=true action=#{mainWindowBeanHandler.fillDocuments} h:outputText value=#{node.description} styleClass=nodeFolder/ h:outputText

Re: Submit and h:commandLink question

2005-12-16 Thread Mike Kienenberger
. (this commandLink is not inside a form, because I only send a parameter from it) On the right part of the jsp I define a dataTable in a form and an inputText with an h:commandLink. When this link is pressed I call another method of the same backingBean. This is the code : This is the one

RE: Submit and h:commandLink question

2005-12-16 Thread Matias Gomez Carabias
I've tried with both request and session scope for the mainWindowBeanHandler, but it's still doing nothing :( -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 4:22 PM To: MyFaces Discussion Subject: Re: Submit and h:commandLink

Re: Submit and h:commandLink question

2005-12-16 Thread Mario Ivankovits
Hi! I've tried with both request and session scope for the mainWindowBeanHandler, but it's still doing nothing :( If you say you press the link and nothing happens, do you mean no http request will be sent to the server? To you see any browser action? If not, it might be a javascript

Re: Submit and h:commandLink question

2005-12-16 Thread Mario Ivankovits
Hi! I use myfaces-1.1.1 and it looks like I have a similar problem when I place a inputHtml component in my form ... currently investigating it. I dont know what was the problem, but using the lates nightly fixed it. --- Mario

panelTabbedPane h:commandLink problem

2005-11-04 Thread Sloan, Noah M
I believe that it is a known problem that panelTabbedPane will break any commandLinks found inside the tabs. It's because that bloody 'autoform' gets generated around the tabs AND their content. What I want to know is, has anyone modified panelTabbedPane to only wrap the form around the

javascript in onclick for h:commandLink

2005-10-21 Thread Rafael Nami
Hi everyone. I was trying to use a simple confirm _javascript_ in the h:commandLink, like this: h:commandLink action=""> value=Atender Chamado confirm('Deseja atender este chamado?'); rendered=#{pc_DetalhesChamado.renderedAtenderChamado}/ But a strange behavior is happen

help with h:commandLink

2005-10-17 Thread rosalba bochicchio
=images/kcmdf_22.png /h:graphicImage /td td style= font-family: 'Georgia'; font-size: 12px; h:form id=userpage h:commandLinkid=services value=Servizi actionListener=#{userPageBean.goToServices} action=go_tabbedPane /h:commandLink

Re: help with h:commandLink

2005-10-17 Thread Andrew robinson
d td style= font-family: 'Georgia'; font-size: 12px;h:form id=userpage h:commandLinkid=servicesvalue=ServiziactionListener=#{userPageBean.goToServices} action="" /h:commandLink /h:form/tdtd align=left width=50% style=font-family: 'Georgia'; font-size: 12px; Ultima Modifica:b style=font-famil

Re: h:commandLink with h:dataTable problem

2005-09-07 Thread Mike Kienenberger
, Lou Morin [EMAIL PROTECTED] wrote: Hi, Does anybody know if the following is valid : h:form h:dataTable value=#{teamsManager.scheduleList} var=mySchedule rows=0 width=100% h:column h:commandLink action=TeamHome actionListener=#{teamsManager.teamHomeEvent

Re: h:commandLink with h:dataTable problem

2005-09-07 Thread Mike Kienenberger
Map paramMap = FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap(); String mode = (String)paramMap.get(PARAMETER_NAME); However, the standard JSF way to get the current dataTable row data is using dataTable.getRowData(), so you don't need parameters.

h:commandLink with h:dataTable problem

2005-09-06 Thread Lou Morin
Hi, Does anybody know if the following is valid : h:form h:dataTable value=#{teamsManager.scheduleList} var=mySchedule rows=0 width=100% h:column h:commandLink action=TeamHome actionListener=#{teamsManager.teamHomeEvent} h:outputText value=#{mySchedule.opponent} escape

Re: h:commandLink with h:dataTable problem

2005-09-06 Thread Ken
escape=false/ f:param name=myTeamId value=#{mySchedule.opponentId}//h:commandLink/h:column/h:dataTable/h:form The backing bean teamsManager is in request scope ... the actionListenerin the commandLink within the dataTable does not get invoked. The samecommandLink outside of a dataTable works fine.I am

Re: h:commandLink with h:dataTable problem

2005-09-06 Thread javaone9
er.teamHomeEvent}"h:outputText value="#{mySchedule.opponent}" escape="false"/ f:param name="myTeamId" value="#{mySchedule.opponentId}"//h:commandLink/h:column/h:dataTable/h:formThe backing bean "teamsManager" is in request scope ... the actionL

Re: h:commandLink with f:param not working with expired session.

2005-08-26 Thread Ken
FYI, Looks like there's a bug in JSF. See http://forum.java.sun.com/thread.jspa?threadID=549675tstart=0 Hope this helps anyone else who may be running into this problem. On 8/24/05, Ken [EMAIL PROTECTED] wrote: I'm attempting to convert working Sun JSF RI application to MyFaces containing

Using h:commandLink inside t:column

2005-08-15 Thread CONNER, BRENDAN \(SBCSI\)
Has anyone had any trouble using h:commandLink inside t:column? I'm still trying to figure out what's going wrong, but the symptom is that the page with the table gets displayed fine, and then, when I click on the link, the same page gets displayed, but this time with all the data missing

Re: Using h:commandLink inside t:column

2005-08-15 Thread Mike Kienenberger
] wrote: Has anyone had any trouble using h:commandLink inside t:column? I'm still trying to figure out what's going wrong, but the symptom is that the page with the table gets displayed fine, and then, when I click on the link, the same page gets displayed, but this time with all the data missing

RE: Using h:commandLink inside t:column

2005-08-15 Thread CONNER, BRENDAN \(SBCSI\)
the bean's data was released)? Any ideas anyone? - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Monday, August 15, 2005 2:55 PM To: 'MyFaces Discussion' Subject: RE: Using h:commandLink inside t:column The main problem is that it's not going to the next page; it's

Re: Using h:commandLink inside t:column

2005-08-15 Thread Mike Kienenberger
Message- From: CONNER, BRENDAN (SBCSI) Sent: Monday, August 15, 2005 2:55 PM To: 'MyFaces Discussion' Subject: RE: Using h:commandLink inside t:column The main problem is that it's not going to the next page; it's displaying the original page. The next page doesn't need the bean

RE: Using h:commandLink inside t:column

2005-08-15 Thread CONNER, BRENDAN \(SBCSI\)
using Sun RI to see if it exhibits the same behavior. Interesting - Brendan -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 4:06 PM To: MyFaces Discussion Subject: Re: Using h:commandLink inside t:column Here's my guess

Re: Using h:commandLink inside t:column

2005-08-15 Thread Mike Kienenberger
h:commandLink inside t:column Here's my guess (and it only came to me after your email, not early enough to avoid your pain). The link component doesn't exist or isn't rendered in the component tree because there are no rows in the datatable. The action handler throws away actions

Re: Using h:commandLink inside t:column

2005-08-15 Thread Dennis_Byrne
Mike Kienenberger [EMAIL PROTECTED] wrote on 08/15/2005 01:05:36 PM: The link component doesn't exist or isn't rendered in the component tree because there are no rows in the datatable. The action handler throws away actions if the action source isn't rendered or doesn't exist. I have been

h:commandLink - onclick duplicate

2005-07-13 Thread Paul Klaer
Hi, I'm just wondering about the h:commandLink. I added my own onclick tag and its working well... - h:commandLink action=#{formPage.cancel} onclick=if (!checkFormCancel()) return false - But checking the source code I see the following: - a href

h:commandLink and onsubmit

2005-07-05 Thread Aruna Kumaraswamy
(){ if (..){ }else{ alert('Validation Error'); return false; } return true; } FORM: h:form id="frmSave" h:commandLink action="" h:outputText value="Save" styleClass="button-text"//h:commandLink /h:form Thanks, Aruna_

Re: h:commandLink and h:dataTable multiple calls

2005-07-05 Thread Zarar Siddiqi
] To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, July 05, 2005 9:41 AM Subject: h:commandLink and h:dataTable multiple calls Hi I'm using a commandLink in a dataTable. My command links are like these : h:column h:panelGroup id=disable_enable_group h:commandLink id

Re: h:commandLink and onsubmit

2005-07-05 Thread Slawek
i dont know why your form is submited and if it should be or not, but try do it another way h:commandLink action=#{mBean.save} onclick=return validate() return is very importand! Slawek Hi, I have a javascript validation onsubmit of my form. When I click the commandLink the js gets called

Re: h:commandLink and onsubmit

2005-07-05 Thread Zarar Siddiqi
Post the generated form code. - Original Message - From: Aruna Kumaraswamy To: users@myfaces.apache.org Sent: Monday, July 04, 2005 12:03 PM Subject: h:commandLink and onsubmit Hi, I have a _javascript_ validation onsubmit of my form. When I click

h:commandLink doesn't invoked

2005-05-24 Thread Anatol Pomozov
I am a newcomer in myfaces also as in JSF and probably this question has RTFM answer. But i have been fighting with my problem during several days and can't find solution. So I have jspx file which has h:commandLink. As action it has managed-bean method. But when I click generated link method

Re: escape attribute for h:commandLink

2005-01-29 Thread Bruno Aranda - Ebiointel
Hi Allin, Of course you can do that with the existing implementation, just put your h:outputText inside the h:commandLink h:commandLink action=someAction h:outputText value=a bbold/b String escape=false/ /h:commandLink Regards, Bruno Hello, I need the same functionality of escape

escape attribute for h:commandLink

2005-01-28 Thread Alin Dosoniu
Hello, I need the same functionality of escape attribute from h:outputText for h:commandLink. I know that this should be in JSF specification, but it is possible that this to be added to MyFaces? Or, is thereanother way to get the same functionality with existing implementation? Thanks

Re: escape attribute for h:commandLink

2005-01-28 Thread Bruno Aranda - Dev
Hi Alin, Of course you can do that with the existing implementation, just put your h:outputText inside the h:commandLink h:commandLink action=someAction h:outputText value=a bbold/b String escape=false/ /h:commandLink Regards, Bruno Hello, I need the same functionality of escape