Re: Issue with javax.faces.SEPARATOR_CHAR and commandLink

2014-08-20 Thread William Lucy
ion > Date: 08/20/2014 01:15 PM > Subject: Re: Issue with javax.faces.SEPARATOR_CHAR and commandLink > > Hi > > 2014-08-20 6:36 GMT-05:00 William Lucy : > > > > > > Hello all, > > > > We've come across an issue while trying to modify the > > j

Re: Issue with javax.faces.SEPARATOR_CHAR and commandLink

2014-08-20 Thread Leonardo Uribe
Hi 2014-08-20 6:36 GMT-05:00 William Lucy : > > > Hello all, > > We've come across an issue while trying to modify the > javax.faces.SEPARATOR_CHAR - changing it to a non-colon character seems to > break h:commandLink actions. For example, with the separator character set > to a hyphen "-", the f

Issue with javax.faces.SEPARATOR_CHAR and commandLink

2014-08-20 Thread William Lucy
Hello all, We've come across an issue while trying to modify the javax.faces.SEPARATOR_CHAR - changing it to a non-colon character seems to break h:commandLink actions. For example, with the separator character set to a hyphen "-", the following navigation does not work (the output link just tr

Re: commandlink not working in panelgrid

2012-05-10 Thread Mike Kienenberger
rade, priceless... > > > > -Original Message- > From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] > Sent: Wednesday, May 09, 2012 3:36 PM > To: MyFaces Discussion > Subject: RE: commandlink not working in panelgrid > > Finally got it to work inside p

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
tricks-of-the-trade, priceless... -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Wednesday, May 09, 2012 3:36 PM To: MyFaces Discussion Subject: RE: commandlink not working in panelgrid Finally got it to work inside panelgrid. I don't understa

Re: commandlink not working in panelgrid

2012-05-09 Thread Thomas Andraschko
it output value of MA > correctly. Not sure why I can't use it to perform the rendered test. > > I tried below and non of them work. But I don't know why: > > > > > > > > -Original Message- > From: Lim Hock-Chai [mailto:lim.hock-c...@usamobil

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
se it to perform the rendered test. I tried below and non of them work. But I don't know why: -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Wednesday, May 09, 2012 1:52 PM To: MyFaces Discussion Subject: RE: commandlink not working in pane

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
I added an onclick="alert(#{not empty sessionScope.MyAccountLoginType and sessionScope.MyAccountLoginType==resources.LOGIN_TYPE_MY_ACCOUNT })" on the commandlink element and the alert showing value of true when I click on

Re: commandlink not working in panelgrid

2012-05-09 Thread Shasi Mitra
n the rendered attribute and check. Sent from my iPhone On May 9, 2012, at 11:59 PM, Lim Hock-Chai wrote: > I tried both session and request scopes. Both failed to work. The thing is > that the commandlink is showing on the page, which would mean that the > rendered condition in the

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
I tried both session and request scopes. Both failed to work. The thing is that the commandlink is showing on the page, which would mean that the rendered condition in the panelGroup or panelgrid is ok. It just that when I click on the link that is inside the panelgroup/panelgrid, it does

Re: commandlink not working in panelgrid

2012-05-09 Thread Shasi Mitra
ock-Chai wrote: > I'm currently using myfaces 1.1.9 for my web app. I'm having some problems > with commandlink not working correctly for me. It appears that when > commandlink is inside of the panelgrid, it is not calling the method > specified in the action attr. But it

commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
I'm currently using myfaces 1.1.9 for my web app. I'm having some problems with commandlink not working correctly for me. It appears that when commandlink is inside of the panelgrid, it is not calling the method specified in the action attr. But it works fine if I put it outs

Trouble with commandLink POSTing a form

2010-02-18 Thread laredotornado
ringReport:tamperingTable:0:_idJsp6:_idcl'].value=''; f.target=''; } clearFormHiddenParams_tamperingReport_tamperingTable_0__idJsp6(); //--> -- View this message in context: http://old.nabble.com/Trouble-with-commandLink-POSTing-a-form-tp27637839p27637839.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-14 Thread Jakob Korherr
> Hi Michael, > > > > Unfortunately I don't think it is possible to refer to the clicked link > > inside the function definition. The only way I know is to use > > document.getElementById('...'). > > > > »How is the id of the commandLink placed in

Re: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-14 Thread Mike Kienenberger
inside the function definition. The only way I know is to use > document.getElementById('...'). > > »How is the id of the commandLink placed into oamSubmitForm as parameter?« > The renderer of the command link generates this javascript and so it puts > the id there. >

RE: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-04 Thread Michael Heinen
ubject: Re: javascript problem with commandlink and onclick after update to JSF 1.2 Hi Michael, I'll write a mail to the dev list and ask for opinions. On my opinion we surely can implement this in tomahawk, because the spec does not define the behavior of the tomahawk components and it certainly is a

Re: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-04 Thread Jakob Korherr
n > Behalf Of Jakob Korherr > Sent: Montag, 4. Januar 2010 16:05 > To: MyFaces Discussion > Subject: Re: javascript problem with commandlink and onclick after update > to JSF 1.2 > > Hi Michael, > > Unfortunately I don't think it is possible to refer to the clicked link

RE: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-04 Thread Michael Heinen
nId')« automatically." This would be a great improvement! +1 from my side. Michael -Original Message- From: sethfromaust...@gmail.com [mailto:sethfromaust...@gmail.com] On Behalf Of Jakob Korherr Sent: Montag, 4. Januar 2010 16:05 To: MyFaces Discussion Subject: Re: javascrip

Re: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-04 Thread Jakob Korherr
Hi Michael, Unfortunately I don't think it is possible to refer to the clicked link inside the function definition. The only way I know is to use document.getElementById('...'). »How is the id of the commandLink placed into oamSubmitForm as parameter?« The renderer of the command

javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-04 Thread Michael Heinen
other workaround or trick to access the clicked link in the onclick attribute via javascript inside a function definition? How is the id of the commandLink placed into oamSubmitForm as parameter? Michael

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

Re: Unexpected Phases with CommandLink using immediate attrib

2009-01-26 Thread OrlandoJim
tion(...), which does > nothing because my action method returned a null. Then, the > ActionListenerImpl calls renderResponse()! > > navigationHandler.handleNavigation(facesContext, fromAction, > outcome); > //Render Response if needed > facesContext.renderResponse(); > > Any idea why? > > > -- View this message in context: http://www.nabble.com/Unexpected-Phases-with-CommandLink-using-immediate-attrib-tp21673991p21678256.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Unexpected Phases with CommandLink using immediate attrib

2009-01-26 Thread OrlandoJim
ponse()! navigationHandler.handleNavigation(facesContext, fromAction, outcome); //Render Response if needed facesContext.renderResponse(); Any idea why? -- View this message in context: http://www.nabble.com/Unexpected-Phases-with-CommandLink-using-immediate-attrib-tp21673991p21673991.html

Re: commandLink in table not launching dialog

2008-08-13 Thread Simon Kitching
les works at all; I think the critical infrastructure to make this work was only added in JSF1.2. Anyway, it's still a bug, but not so "weird" :-). Regards, Simon Anthony Ryan schrieb: Hi all, I removed the partialSubmit="true" from the commandLink and it seems to wor

Re: commandLink in table not launching dialog

2008-08-13 Thread Anthony Ryan
Hi all, I removed the partialSubmit="true" from the commandLink and it seems to work fine now. Very strange. Anyway thanks to all who replied, hopefully I can return the favour at some point in the future. Regards, Tony Anthony Ryan wrote: > > Hi Matthias, > > Yeah

Re: commandLink in table not launching dialog

2008-08-13 Thread Anthony Ryan
#x27;s a strange one, it looks like it should be working but it's not... >> The >> only non-"tr" element I am using is a f:view around pretty much >> everything >> on the page. >> >> Cheers, >> >> Tony >> >> >> >>

Re: commandLink in table not launching dialog

2008-08-13 Thread Matthias Wessendorf
lement I am using is a f:view around pretty much everything > on the page. > > Cheers, > > Tony > > > > Matthias Wessendorf-4 wrote: >> >> On Wed, Aug 13, 2008 at 12:27 PM, Anthony Ryan <[EMAIL PROTECTED]> >> wrote: >>> >>&g

Re: commandLink in table not launching dialog

2008-08-13 Thread Anthony Ryan
uot;tr" element I am using is a f:view around pretty much everything on the page. Cheers, Tony Matthias Wessendorf-4 wrote: > > On Wed, Aug 13, 2008 at 12:27 PM, Anthony Ryan <[EMAIL PROTECTED]> > wrote: >> >> Hi all, >> >> I use a commandLink to de

Re: commandLink in table not launching dialog

2008-08-13 Thread Matthias Wessendorf
On Wed, Aug 13, 2008 at 12:27 PM, Anthony Ryan <[EMAIL PROTECTED]> wrote: > > Hi all, > > I use a commandLink to delete a row in a table but we need to have a warning > pop-up first. I have it made as a pop-up using the dialog: method but > the pop-up window never d

RE: CommandLink

2008-08-11 Thread Vinaya Tirikkovalluru
Thanks Bill. I have a question though. Why is it not working just with a:hover, a:visited ? Thanks Vinaya -Original Message- From: Zigc Junk [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 2:56 PM To: MyFaces Discussion Subject: Re: CommandLink You can specify those via skining

Re: CommandLink

2008-08-11 Thread Zigc Junk
You can specify those via skining. For details, read the docs at http://myfaces.apache.org/trinidad/skin-selectors.html regard Bill On Mon, Aug 11, 2008 at 9:44 AM, Vinaya Tirikkovalluru <[EMAIL PROTECTED]> wrote: > Hello EveryOne, > Did anyone try to change the color of the command Link after

CommandLink

2008-08-11 Thread Vinaya Tirikkovalluru
Hello EveryOne, Did anyone try to change the color of the command Link after visiting the Link? I am able to do it but when I come back to the page and click on the page (anywhere) the color changes to unvisited. Any ideas? Thanks Vinaya This electronic message is intended only for the use of

Blocking attribute on commandButton and commandLink

2008-07-31 Thread Dhaliwal, Balvindar
Hello, To follow-up on TRINIDAD-1157 (Blocking attribute of commandButton does not work), is there any update available? When the commandButton is clicked, I would expect subsequent clicks to be synchronised (ie wait until previous requests have completed). This is not happening and I am geeting

Re: How to layout the page with commandLink?

2008-07-09 Thread Richard Yee
graph? It would look very cumbersome to put a long paragraph > inside the value attribute of the component. > > > Best Regards, > Henry Chang > > -Original Message- > From: Richard Yee [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2008 7:21 PM > To: MyFace

RE: How to layout the page with commandLink?

2008-07-09 Thread Henry Chang
7:21 PM To: MyFaces Discussion Subject: Re: How to layout the page with commandLink? Are you using the .jspx or .jsp extension to your page? Try this: It works in my .jspx page I don't think that you can have text in your page that aren'

Re: How to layout the page with commandLink?

2008-07-09 Thread Richard Yee
ease login />. > > > > > > Guy. > > > > From: Henry Chang [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2008 5:26 AM > To: MyFaces Discussion > Subject: How to layout the page with commandLink? > > > > Hi, I have a very simple question si

RE: How to layout the page with commandLink?

2008-07-09 Thread Guy Bashan
to layout the page with commandLink? Hi, I have a very simple question since it is my first time to use Trinidad components. I would like to have a and other text messages to appear on the same line of a page. I use the following: Please login . However, the effect of this is

Re: How to layout the page with commandLink?

2008-07-09 Thread Ido Tamir
t know if is necessary around text. best wishes, ido -- View this message in context: http://www.nabble.com/How-to-layout-the-page-with-commandLink--tp18353181p18356642.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

How to layout the page with commandLink?

2008-07-08 Thread Henry Chang
Hi, I have a very simple question since it is my first time to use Trinidad components. I would like to have a and other text messages to appear on the same line of a page. I use the following: Please login . However, the effect of this is that the link appear on the second line wh

commandLink navigation issue

2008-05-06 Thread Mick Knutson
I have an issue selecting a row from a dataTable. I have use html, and tomahawk but no luck:

Re: [tomahawk] commandLink accesskey not working ?

2008-03-25 Thread Andrew Robinson
ie puts the focus on the link, but does not click it to my knowledge. You have to still hit enter On 3/25/08, Michael Heinen <[EMAIL PROTECTED]> wrote: > Has anybody the accesskey with tomahawk commandlink working? > > > > I have following link in jsp: > > >

[tomahawk] commandLink accesskey not working ?

2008-03-25 Thread Michael Heinen
Has anybody the accesskey with tomahawk commandlink working? I have following link in jsp: It is rendered as: mylink If I click now ALT + b then the status bar of IE changes to "shortcut to bla.jsp#" but nothing happens. I use myFaces 1.1.5 and toma

Re: [Trinidad] CommandLink not working inside dialog

2008-01-29 Thread Andrew Robinson
I thought you were using a dialog component. I have to punt on this as I have no idea on the dialog action framework code. On Jan 29, 2008 11:10 AM, Walter Mourão <[EMAIL PROTECTED]> wrote: > Yes, actually tr:form and tr:subform as follows: > > ... > partialTriggers="manageCategoriaPessoa

Re: [Trinidad] CommandLink not working inside dialog

2008-01-29 Thread Walter Mourão
Yes, actually tr:form and tr:subform as follows: ... ... ... 2008/1/29, Andrew Robinson <[EMAIL PROTECTED]>: > > Is the popup trigger inside a tr:form? > > On Jan 29, 2008 9:40 AM, Walter Mourão <[EMAIL PROTECTED]> wrote: > > > Hi folks, > > the following code works fine outside

Re: [Trinidad] CommandLink not working inside dialog

2008-01-29 Thread Andrew Robinson
Is the popup trigger inside a tr:form? On Jan 29, 2008 9:40 AM, Walter Mourão <[EMAIL PROTECTED]> wrote: > Hi folks, > the following code works fine outside dialogs. Inside dialogs the action > and actionListener are not executed: > ... > rowBandingInterval="1" ... > > >

[Trinidad] CommandLink not working inside dialog

2008-01-29 Thread Walter Mourão
Hi folks, the following code works fine outside dialogs. Inside dialogs the action and actionListener are not executed: ... ... Hints ? Thanks

Re: commandLink, onclick, and the JSF 1.2 spec

2008-01-18 Thread Bruno Aranda
; I'm not sure whether that page documents Sun's implementation of JSF > 1.2 or whether it documents the JSF 1.2 spec (i.e. whether the > behaviour is something that users may rely on with any JSF 1.2 > compatible implementation); the page title is "commandLink > (jsf-ri-1.2)

commandLink, onclick, and the JSF 1.2 spec

2008-01-18 Thread Philip Newton
.2 spec (i.e. whether the behaviour is something that users may rely on with any JSF 1.2 compatible implementation); the page title is "commandLink (jsf-ri-1.2)" which implies that it documents the RI, but that page is part of the frameset http://java.sun.com/javaee/javaserverfaces/1.2/do

Re: JavaServer Faces - ActionMethod in CommandLink is not called when adding Components dynamically

2007-11-21 Thread Simon Kitching
The lack of an ID may be the problem; on postback each component is asked to check the submitted data and respond appropriately. If the commandlink component cannot find a submitted value in the received data matching its id then it will think it was not clicked. The setting of the onclick attr

Re: commandLink commandButton differences in file download behaviour problem

2007-11-21 Thread Carl Howarth
re as there will be other downloads required within the app. - I added the rest faces taglib to the calling page: <%@ taglib uri="http://restfaces.dev.java.net"; prefix="rest" %> - I replaced the troublesome commandlink with the following: - Note that the E

Re: commandLink commandButton differences in file download behaviour problem

2007-11-20 Thread Carl Howarth
ct prompts me to download the file again. I have trawled the web in order to find an answer but am still stumped. As before the download works without an issue in Firefox. I am now using MyFaces 1.2.0, Tomahawk 1.1.6 and also have Richfaces 3.1.2. I am running on Tomcat 6.0.14. Here is my commandlin

Re: [Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Adam Winer
ight direction as > I'm (unashamedly!) new to the open source game. > > thanks. > > > On 24/09/2007, Adam Winer <[EMAIL PROTECTED]> wrote: > > It's a bug - the assertion is catching a faulty assumption, > > which is what they're supposed to do.

Re: [Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Paolo Fragapane
bug - the assertion is catching a faulty assumption, > which is what they're supposed to do. I think it'll repro > any time you put a commandLink inside of a > panelLabelAndMessage. > > -- Adam > > > On 9/24/07, Fred Davis <[EMAIL PROTECTED]> wrote: > >

Re: [Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Adam Winer
It's a bug - the assertion is catching a faulty assumption, which is what they're supposed to do. I think it'll repro any time you put a commandLink inside of a panelLabelAndMessage. -- Adam On 9/24/07, Fred Davis <[EMAIL PROTECTED]> wrote: > I'm using JSF 1.2, Fa

[Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Fred Davis
I'm using JSF 1.2, Facelets 1.1.12, Trinidad 1.2.1 and am trying to include a commandLink within a panelLabelAndMessage component, but am getting an AssertionError. Is this a bug or am I doing something wrong? The JSF snippet in questi

Re: [Trinidad] commandLink and targetFrame?

2007-09-12 Thread Okan Cetin
the left frame that will open in center > frame. goLink component has such attribute but it has no action attribute. > So how can I do that? Why commandLink component does not have targetFrame > attribute? > > > > -- > ~ > otomatik oluşturuldu: > http://ocetin.net/log -- ~ otomatik oluşturuldu: http://ocetin.net/log

[Trinidad] commandLink and targetFrame?

2007-09-12 Thread Okan Cetin
Hi; My page is like that : RIGHT.FRAME | CENTER.FRAME| LEFT.FRAME I want to insert a link into the left frame that will open in center frame. goLink component has such attribute but it has no action attribute. So how can I do that? Why commandLink component does not have

Re: CommandLink in dataTabl

2007-09-04 Thread radu_milos
dn't get them working. >> >> >> >> Radu >> >> >> >> >> >> Martin Marinschek wrote: >> >> > >> >> > Hi Radu, >> >> > >> >> > you've run into a compatibility problem betwee

Re: CommandLink in dataTabl

2007-09-04 Thread radu_milos
> >> I've tryed the other versions of tomahawk (from 1.1.2 to 1.1.6) and I >> >> couldn't get them working. >> >> >> >> Radu >> >> >> >> >> >> Martin Marinschek wrote: >> >> > >> >>

Re: CommandLink in dataTabl

2007-09-03 Thread Martin Marinschek
ility problem between Sun RI 1.1 and > >> > Tomahawk, both in earlier versions. An upgrade to the latest 1.1 > >> > version of both libraries should help! > >> > > >> > regards, > >> > > >> > Martin > >> > > >

Re: CommandLink in dataTabl

2007-09-03 Thread radu_milos
on of both libraries should help! >> > >> > regards, >> > >> > Martin >> > >> > On 9/3/07, radu_milos <[EMAIL PROTECTED]> wrote: >> >> >> >> Hello, >> >> I am a newbie learning JSF while trying

Re: CommandLink in dataTabl

2007-09-03 Thread Martin Marinschek
, > >> I am a newbie learning JSF while trying to meet deadlines on a JSF > >> refactoring project. > >> The docs & forums have helped me quite a lot untill now when I seem > >> to > >> be facing > >> a wierd problem. Here is the context

RE: CommandLink in dataTabl

2007-09-03 Thread sandeep gururaj
[mailto:[EMAIL PROTECTED] Sent: Monday, September 03, 2007 2:55 PM To: users@myfaces.apache.org Subject: Re: CommandLink in dataTabl First, thanks for the interest. Problem is that with WebLogic 8.1(this is my constrain) I am stuck to sun RI 1.1 and tomahawk 1.1.1 I've tryed the

Re: CommandLink in dataTabl

2007-09-03 Thread radu_milos
t; >> Hello, >> I am a newbie learning JSF while trying to meet deadlines on a JSF >> refactoring project. >> The docs & forums have helped me quite a lot untill now when I seem >> to >> be facing >> a wierd problem. Here is the context : I have a d

Re: CommandLink in dataTabl

2007-09-03 Thread Martin Marinschek
ing JSF while trying to meet deadlines on a JSF > refactoring project. > The docs & forums have helped me quite a lot untill now when I seem to > be facing > a wierd problem. Here is the context : I have a dataTable and a commandLink > on every > line. The actionListener as

CommandLink in dataTabl

2007-09-03 Thread radu_milos
Hello, I am a newbie learning JSF while trying to meet deadlines on a JSF refactoring project. The docs & forums have helped me quite a lot untill now when I seem to be facing a wierd problem. Here is the context : I have a dataTable and a commandLink on every line. The actionList

Re: commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-17 Thread Mike Kienenberger
as suggested elsewhere, but I didn't manage to have my commandlink working; > so I'd like to have your workaround, if possible. > > Thanks in Advance, > Niccolò Francini. > > Christopher Cudennec wrote: > > > > Hi Mike and thanks for the suggestions. Indeed yo

Re: commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-17 Thread [EMAIL PROTECTED]
I really thought it would work). Anyway I'm going to try, and then I will let you have news about the question. Thank you again -- View this message in context: http://www.nabble.com/commandLink-not-working-inside-dataList--%28TOMAHAWK-272%29-tf4242725.html#a12196102 Sent from the MyFaces - U

Re: commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-17 Thread Christopher Cudennec
ble - Bean binding in the bean itself, as suggested elsewhere, but I didn't manage to have my commandlink working; so I'd like to have your workaround, if possible. Thanks in Advance, Niccolò Francini. Christopher Cudennec wrote: Hi Mike and thanks for the suggestions. Indeed you are

Re: commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-17 Thread [EMAIL PROTECTED]
Hi Christopher, I've got the same problem, and I couldn't solve it even session-scopin my backing bean. I even tried to create the HTMLDataTable - Bean binding in the bean itself, as suggested elsewhere, but I didn't manage to have my commandlink working; so I'd like to have

Re: [JSF] Custom component - commandLink

2007-08-10 Thread Pawel . Czerwinski
Thanks for your help, everything works now! -- regards Paweł Czerwiński "Andrew Robinson" <[EMAIL PROTECTED]> wrote on 2007-08-09 17:04:25: > You have a few problems with that code. > > 1) You should set the parent of the component, this causes issues with > many components > 2) You should

Re: commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-09 Thread Christopher Cudennec
caused because the developer made the backing list for the t:dataTable request-scoped, or made the rendered attribute value for the commandList request-scoped. On 8/9/07, Christopher Cudennec <[EMAIL PROTECTED]> wrote: Hi everybody, I can't get the commandLink to work inside the da

Re: [JSF] Custom component - commandLink

2007-08-09 Thread Gary VanMatre
It sounds like you need to add the nested component to the component tree. Try something like this: HtmlCommandButton b = (HtmlCommandButton) this.getChildren().get(0); if (b == null) { HtmlCommandButton b = (HtmlCommandButton) context.getApplication().createComponent (HtmlCommandButton.

Re: commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-09 Thread Mike Kienenberger
A lot of times this is caused because the developer made the backing list for the t:dataTable request-scoped, or made the rendered attribute value for the commandList request-scoped. On 8/9/07, Christopher Cudennec <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I can't get the

Re: [JSF] Custom component - commandLink

2007-08-09 Thread Andrew Robinson
You have a few problems with that code. 1) You should set the parent of the component, this causes issues with many components 2) You should mark the component as transient, which should be done for components that will not be saved into the component tree 3) You should set an ID of the component,

[JSF] Custom component - commandLink

2007-08-09 Thread Pawel . Czerwinski
Hi, I'm developing some simple custom component, and I'm facing a problem I cannot resolve and understand, so I will really appreciate any help. I have this piece of code: public void encodeBegin(FacesContext c) throws IOException { HtmlCommandButton b = (HtmlCommandButton) context.get

commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-09 Thread Christopher Cudennec
Hi everybody, I can't get the commandLink to work inside the dataList. The event is not processed and therefore the actionListener never gets called. This sounds like the above bug ticket that is supposed to be solved. I use MyFaces 1.1.5 and Tomahawk 1.1.6. Can anybody confirm or co

commandLink not working inside dataList? (TOMAHAWK-272)

2007-08-09 Thread Christopher Cudennec
Hi everybody, I can't get the commandLink to work inside the dataList. The event is not processed and therefore the actionListener never gets called. This sounds like the above bug ticket that is supposed to be solved. I use MyFaces 1.1.5 and Tomahawk 1.1.6. Can anybody confirm or co

server side commandLink component problems

2007-07-26 Thread Rich Schramm
Hello, I am trying to build a set of links from a configuration file. I don't know what is going to be in the file until run time. Therefore, I am using server side code to create a panelGrid and dynamically add links to the grid. The problem I am having is the commandLink component

Re: HTML inside commandLink or -button

2007-07-25 Thread Andrew Robinson
Yes, that is why my example used commandLink On 7/25/07, phelix01 <[EMAIL PROTECTED]> wrote: With that the outputText is rendered outside. Seems that it is not supposed to work :) Andrew Robinson-5 wrote: > > > > This works just fine. But, note that what you are trying

Re: HTML inside commandLink or -button

2007-07-25 Thread phelix01
ML to have a DIV tag inside of an INPUT >>> element. >>> >>> If you want an HTML element that fires an action onclick, use the >>> sandbox submit on event component: >>> >>> http://wiki.apache.org/myfaces/SubmitOnEvent >>&

Re: HTML inside commandLink or -button

2007-07-25 Thread Sochor Zdeněk
losing tag of a commandLink or -button? I tried: But the markup is rendered outside of the link/button i know it's hard to think of something that this is useful for. I also know that t

Re: HTML inside commandLink or -button

2007-07-25 Thread phelix01
gt; > If you want an HTML element that fires an action onclick, use the > sandbox submit on event component: > > http://wiki.apache.org/myfaces/SubmitOnEvent > > On 7/24/07, phelix01 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> is it possible to have ma

Re: HTML inside commandLink or -button

2007-07-24 Thread Andrew Robinson
/24/07, phelix01 <[EMAIL PROTECTED]> wrote: Hello, is it possible to have markup between the opening and closing tag of a commandLink or -button? I tried: But the markup is rendered outs

HTML inside commandLink or -button

2007-07-24 Thread phelix01
Hello, is it possible to have markup between the opening and closing tag of a commandLink or -button? I tried: But the markup is rendered outside of the link/button i know it's ha

Re: how to avoid server hit on click of a commandLink

2007-07-20 Thread David Delbecq
En l'instant précis du 20/07/07 11:22, Arvind Pandey s'exprimait en ces termes: > Hi All >I want avoid server hit on click of a commandLink. > For that i have written a javascript which returns false on click of that > link. > But again it is hitting the server.. &g

how to avoid server hit on click of a commandLink

2007-07-20 Thread Arvind Pandey
Hi All I want avoid server hit on click of a commandLink. For that i have written a javascript which returns false on click of that link. But again it is hitting the server.. Any idea? regards Arvind Disclaimer: The information contained in this e-mail and attachments if any are

Re: pprPanelGroup - commandLink vs. commandButton

2007-07-14 Thread Michał 'Gandalf' Stawicki
Wrong again :( It works like this: when I first open the page, and press the button, the page is submitted. Then, after submitting page using this button, PPR works fine. On 14/07/07, Michał 'Gandalf' Stawicki <[EMAIL PROTECTED]> wrote: This works as expected: clicking co

pprPanelGroup - commandLink vs. commandButton

2007-07-14 Thread Michał 'Gandalf' Stawicki
This works as expected: clicking commandLink couses partial refresh However if I substitute commandLink with commandButton, it doesn't work anymore: whole page is submitted. regards, -- Michał Stawicki [EMAIL PROTECTED] http://stawicki.jasliska.pl

unicode paramters problem with commandlink and f:param

2007-07-14 Thread javadiahad
bean when those are submitted . I don't know how use them or decode them if that's not a bug. please help me any help appreciated thanks -- View this message in context: http://www.nabble.com/unicode-paramters-problem-with-commandlink-and-f%3Aparam-tf4078887.html#a11593272 Sent from t

Re: commandLink do not work properly after some time

2007-07-10 Thread David Delbecq
and > of course, if you are logged, "system knows" if you have enough rights > to view some informations, unimportant, how you wants to get them > - and the last one, if you are stubborn, you can do something like > that with usual commandLink by Javascript (am I right?) >

Re: commandLink do not work properly after some time

2007-07-10 Thread Tomasz Grobel
formations, unimportant, how you wants to get them - and the last one, if you are stubborn, you can do something like that with usual commandLink by Javascript (am I right?) David Delbecq napisał(a): En l'instant précis du 10/07/07 09:48, Tomasz Grobel s'exprimait en ces termes: Hi

Re: commandLink do not work properly after some time

2007-07-10 Thread David Delbecq
t;>>re 3) I can not redesign it (it's a long story ;) ) >>>re 4) yes, I tried do that but as you wrote it only delays problem >>> >>> I think that solution number one is the best, but I have a little >>> problem whit that. >>> I have on

Re: commandLink do not work properly after some time

2007-07-10 Thread Tomasz Grobel
lution number one is the best, but I have a little problem whit that. I have one session backing bean. Each time I clicked menu (by commandLink), I run method that refreshed some backing bean content (from DB). How can I refresh my backing bean now? How can I run specific backing bean method using such

Re: commandLink do not work properly after some time

2007-07-09 Thread David Delbecq
, I tried do that but as you wrote it only delays problem > > I think that solution number one is the best, but I have a little > problem whit that. > I have one session backing bean. Each time I clicked menu (by > commandLink), > I run method that refreshed some backing bean conte

Re: commandLink do not work properly after some time

2007-07-08 Thread Tomasz Grobel
oblem whit that. I have one session backing bean. Each time I clicked menu (by commandLink), I run method that refreshed some backing bean content (from DB). How can I refresh my backing bean now? How can I run specific backing bean method using such link? Is it possible? Hi commandlinks works i

Re: commandLink do not work properly after some time

2007-07-06 Thread David Delbecq
Hi commandlinks works is based on the view they are in. However, because you use frames for navigation, it may be that the view, associated with your commandlink, was generated, for example, 25 requests in the past, all subsequent view request made in other frames. As a result, after some time

commandLink do not work properly after some time

2007-07-06 Thread Tomasz Grobel
Hello I have problem (just like this one http://www.mail-archive.com/users@myfaces.apache.org/msg04434.html) with commandLink: I am using frames, left and right. In the left frame I have menu (commandLinks with target to right frame). After some time commandLinks stop invoke action on server

RE: Make commandLink open in a new window

2007-07-02 Thread Hannum, Daniel
ge was printable. Anybody know if Trinidad popups can be made to have a menu and toolbar, OR to automatically call javascript window.print() when they load? Thanks Dan -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 11:11 PM To: MyFaces Disc

  1   2   3   4   5   6   7   >