Re: ExtVal BV question

2012-03-08 Thread Gerald Turner
Gerhard Petracek gerhard.petra...@gmail.com writes: please also describe the use-case for this feature. I guess my Widget with option1 and option2 fields wasn't a very good example. I could conjure up a typical password + passwordVerify validation combo, but that wouldn't be realistic for JPA

Re: ExtVal BV question

2012-03-08 Thread Gerald Turner
Rudy De Busscher rdebussc...@gmail.com writes: first, welcome to the mailing list. Thanks! a) about the multifield ConstraintValidator. You see the messages twice since you set 2 ConstraintViolation on the context. And to my knowledge there is no link between the propertyPath and the

Re: ExtVal BV question

2012-03-08 Thread Gerhard Petracek
hi gerald, we could refactor [1] to support it. this add-on also performs the whole validation in the validation-phase (similar to the cross-validation module of extval itself). regards, gerhard [1] http://os890.blogspot.com/2010/06/multi-field-form-validation-with-jsr.html http://www.irian.at

Re: ExtVal BV question

2012-03-08 Thread Gerald Turner
? Sorry but my exposure to ExtVal and MyFaces for that matter is very limited. The other day I ran across a stackoverflow¹ question that succinctly asks the same thing I am looking for. Somebody commented that ExtVal handles this use-case. Trying to figure out how to activate ModelValidation wasn't

Re: ExtVal BV question

2012-03-08 Thread Gerhard Petracek
in the validation-phase (similar to the cross-validation module of extval itself). I'm confused. What does this add-on do that isn't builtin to bean-val? Sorry but my exposure to ExtVal and MyFaces for that matter is very limited. The other day I ran across a stackoverflow¹ question that succinctly

Re: ExtVal BV question

2012-03-07 Thread Gerhard Petracek
to email you a question directly — I'm having a hard time deciphering what sort of support is available to the MyFaces project. I have a quick question: Should the ExtVal BV framework be able to inspect javax.validation.ConstraintViolationT getPropertyPath and getRootBean methods and affix

Re: ExtVal BV question

2012-03-07 Thread Rudy De Busscher
before opening a JIRA ticket. Gerald Turner gtur...@unzane.com writes: Hello Gerhard, I apologize in advance if this is inappropriate to email you a question directly — I'm having a hard time deciphering what sort of support is available to the MyFaces project. I have a quick question

Re: ExtVal BV question

2012-03-06 Thread Gerald Turner
if this is inappropriate to email you a question directly — I'm having a hard time deciphering what sort of support is available to the MyFaces project. I have a quick question: Should the ExtVal BV framework be able to inspect javax.validation.ConstraintViolationT getPropertyPath and getRootBean methods and affix

Question about annotation and sessionscoped

2012-02-22 Thread pelican5699
it is called from the page each time. I assumed that there will be one time creating thoughout the session. Is there something that I should check? Thanking in advance, -- View this message in context: http://old.nabble.com/Question-about-annotation-and-sessionscoped-tp33369560p33369560.html Sent

Question about annotation and sessionscoped

2012-02-22 Thread pelican5699
it is called from the page each time. I assumed that there will be one time creating thoughout the session. Is there something that I should check? Thanking in advance, -- View this message in context: http://old.nabble.com/Question-about-annotation-and-sessionscoped-tp33369588p33369588.html Sent

Re: Question using rendered attribute within fixed rows

2011-08-21 Thread Alf Felis
and org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer in production environment. Regards, Volker 2011/8/17 Alf Felisalf.fe...@gmx.de: Hi all, I have a question using the rendered attribute within a fixed row. The test page below always shows 2 warnings: WARN

Question about pie chart with only one yValue 0.0

2011-07-14 Thread Christian Valentin (FlexSecure)
Hello all. I have a problem with a pie chart, that contains 2 yValues. If one of the values is zero, the rendered result is not a pie, its a small bar, representing the non zero value. What can i do to receive a regular pie, showing the correct result ? regards cv smime.p7s Description:

Question about tr:fileDownloadActionListener

2011-04-20 Thread Cédric Durmont
Hello, I've been using tr:fileDownloadActionListener for quite some time now, but I have to rework my code to handle large files (that is, 1000s-page long PDF generated on the fly with jasperreports) I made jasperreports send the output directly to the outputstream provided in the listener, but

a question about redirect

2011-02-13 Thread נינה נפטולייב משה
Hello, We have a jspx page that includes a panel that has a binding to a managed bean. The get function calls redirect. When the application runs we get the exception, java.lang.IllegalStateException: Response already committed That is coming from Trinidad filter. When we run an application

Re: a question about redirect

2011-02-13 Thread Anton Gavazuk
Nina, 1) as for me the decision to send redirect looks very ...strange. Please review your design 2) This error basically means that response is already flushed, there is no possibility to make another redirect/forward 2011/2/13 נינה נפטולייב משה nin...@malam-payroll.com Hello, We have a

Re: a question about redirect

2011-02-13 Thread Scott O'Bryan
I agree with this. Now that said, Trinidad should not be committing the response until the render phases of the lifecycle. Can you let me knew what version of Trinidad you're running? Typically though, your redirect should happen in response to an event, though, like an action event. Scott On

t:dataScroller question

2011-02-10 Thread vale_java_dev
. Sothere is a work around to solve this problem? Thanks in advance for suggestions! Cheers, Valentina -- View this message in context: http://old.nabble.com/%3Ct%3AdataScroller%3E-question-tp30892417p30892417.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: t:dataScroller question

2011-02-10 Thread Rudy De Busscher
! Cheers, Valentina -- View this message in context: http://old.nabble.com/%3Ct%3AdataScroller%3E-question-tp30892417p30892417.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: t:dataScroller question

2011-02-10 Thread vale_java_dev
resultSet, I suppose. Sothere is a work around to solve this problem? Thanks in advance for suggestions! Cheers, Valentina -- View this message in context: http://old.nabble.com/%3Ct%3AdataScroller%3E-question-tp30892417p30892417.html Sent from the MyFaces - Users mailing list archive

Re: Fw:a question for facelets validate

2010-09-02 Thread Mike Kienenberger
You need MyFaces Tomahawk 1.1.9 for JSF 1.2, not simply 1.1.9. Using 1.1.9 for JSF 1.1 with 1.2.7 will cause this error. tomahawk12-1.1.9-bin.tar.gz http://myfaces.apache.org/tomahawk/download.html 2010/9/1 loshamo losh...@163.com: ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC

question about configuring the inputDate element

2010-04-28 Thread lunarb01
I have a question regarding the inputDate element. In the default implementation, the datepicker popup shows about 30 different years. However I want to use it to pick a birth date. Therefore I would like it to show about a hundred years. Is there a way to configure the inputDate element

Re: question about configuring the inputDate element

2010-04-28 Thread Leonardo Uribe
in popcalendar.js. regards, Leonardo Uribe 2010/4/28 lunar...@vuurwerk.nl I have a question regarding the inputDate element. In the default implementation, the datepicker popup shows about 30 different years. However I want to use it to pick a birth date. Therefore I would like it to show about

Re: tobago partial rendering question

2010-04-14 Thread Michael Kakuschky
Hello Volker, thanks for the response. Yes I target the panel. I use now actionListener and return null as return value. I also preset the value of string1 so that the value is always already initialized. But nervertheless the string2 is set to the new value (I debug that) but after rendering

Re: tobago partial rendering question

2010-04-14 Thread Volker Weber
Hi Michael, after a more closer view to your jsp i found the problem. The tc:form arround the box is the probem, using subforms you are reduce the validation and modelUpdate only to the subform where the command is in, the other content is not processed and therfore the submitted values are

Re: tobago partial rendering question

2010-04-14 Thread Michael Kakuschky
Hello Volker, I think I need the forms. I have an application which use tabs with different formulars. If I don't use subforms and set the required attribute on some elements on one tab and I want to submit a fomular on another tab it does not work because the element on the other tab is not

Re: tobago partial rendering question

2010-04-14 Thread Volker Weber
Hi Michael, not a common way, but there is always something you can do :-) But how exact depends on the concrete situation. You can put a tc:command with action 1 as facet eg. inside the box2 and use the onclick attribute of the button: On the button in box 1 remove the actionListner and add

Re: [TOBAGO] tobago partial rendering question

2010-04-14 Thread Volker Weber
btw: please prefix the subject with [TOBAGO] for tobago related messages. 2010/4/14 Volker Weber v.we...@inexso.de: Hi  Michael, not a common way, but there is always something you can do :-) But how exact depends on the concrete situation. You can put a tc:command  with action 1 as

Re: tobago partial rendering question

2010-04-13 Thread Volker Weber
Hi Michael, for actions used in partial rendering you should always return null! I the action returns a string than a full reload is made! I suggest using actionListener for partial actions. When rendering partially only the requested subview (plus the action component if outside) is processed

tobago partial rendering question

2010-04-12 Thread kakuschky
Hello, I'm trying to execute an action and partial rendering the result in an tx:in field. The tx:button which calls the action and the tx:in elements are in different forms. For some reasons after the new value is set to the underlaying value of the tx:in field the setter of this value is called

Re: tobago partial rendering question

2010-04-12 Thread Helmut Swaczinna
Hi, I haven't used more than one form so far, but I think both forms (or boxes) must be reloaded (rendered partially). Try to enclose both forms in a extra panel and reload this panel (tc:attribute name=renderedPartially value=:page:panel/) Regards Helmut Am 12.04.2010 13:10, schrieb

Re: tobago partial rendering question

2010-04-12 Thread kakuschky
Thanks for the tip, but the panel around did not help. Even with the panel around the forms the value I set in the action method is overwritten with the prior content of the UI Component. Any other ideas? Regards Michael Hi, I haven't used more than one form so far, but I think both forms (or

Re: Trinidad panelFormLayout align question

2010-03-03 Thread Dj Apal [GR]
Thnx m8 for your help! It worked :) 2010/3/2 mamallan.utha...@oracle.com May be you can try considering below: tr:panelLabelAndMessage label=Date Range tr:panelHorizontalLayout tr:inputDate simple=true shortDesc=Start date/ tr:inputDate simple=true shortDesc=End date/

Trinidad panelFormLayout align question

2010-03-02 Thread Dj Apal [GR]
Hello all. I want to add two tr:inputDate fields (from, to) to a panelFormLayout tag but i don't want to place them one below the other. I used a panelhorizontal layout to do this, but it breaks the alignment with the labels of other input texts that I have. Is there a way to align them one at the

Re: Trinidad panelFormLayout align question

2010-03-02 Thread mamallan . uthaman
May be you can try considering below: tr:panelLabelAndMessage label=Date Range tr:panelHorizontalLayout tr:inputDate simple=true shortDesc=Start date/ tr:inputDate simple=true shortDesc=End date/ /tr:panelHorizontalLayout /tr:panelLabelAndMessage Or else you can try to fiddle

Re: SelectItem containing Integer question

2010-01-13 Thread Mark Struberg
question To: MyFaces Discussion users@myfaces.apache.org Date: Saturday, January 9, 2010, 2:18 PM Puh. Good question. I'm not sure, but I think no. Feel free to submit one! Thanks, Jakob 2010/1/9 Mark Struberg strub...@yahoo.de Thanks! Has a bug being submitted to sun already

SelectItem containing Integer question

2010-01-09 Thread Mark Struberg
Hi! I'm currently using Mojarra-2.0.1 and MyFaces-2.0.0-SNAPSHOT in parallel, testing out a few things. One of the compatibility problems I got was with using in my backing bean: public SelectItem[] getRooms() { .. item[i] = new SelectItem( roomIntegerId, roomName ); .. } for MyFaces,

Re: SelectItem containing Integer question

2010-01-09 Thread Jakob Korherr
Hi Mark, I implemented this feature for MyFaces and I ran into the same bug on Mojarra. After some blackbox tests I figured out that they are not using a converter when setting the value in the managed bean, thus the values are of type String. On my point of view, MyFaces is doing right!

Re: SelectItem containing Integer question

2010-01-09 Thread Mark Struberg
Thanks! Has a bug being submitted to sun already, or should I drop it? LieGrue, strub --- On Sat, 1/9/10, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: Re: SelectItem containing Integer question To: MyFaces Discussion users

Re: SelectItem containing Integer question

2010-01-09 Thread Jakob Korherr
Puh. Good question. I'm not sure, but I think no. Feel free to submit one! Thanks, Jakob 2010/1/9 Mark Struberg strub...@yahoo.de Thanks! Has a bug being submitted to sun already, or should I drop it? LieGrue, strub --- On Sat, 1/9/10, Jakob Korherr jakob.korh...@gmail.com wrote

Re: General JSF 1.2 + Facelets question

2009-12-23 Thread Bart Kummel
Hi Surija, Am I getting you right? Are you using Facelets 1.1.14 with a JSF 2.0 implementation? That's weird, as JSF 2.0 includes a newer version of Facelets. You shouldn't use a separate Facelets lib when using JSF 2.0. Regards, Bart Kummel On Fri, Dec 18, 2009 at 16:22, Luka Surija

Re: General JSF 1.2 + Facelets question

2009-12-23 Thread Jakob Korherr
Hi Bart, Actually he uses JSF 1.2. I just looked that part up in the newest doc (JSF 2.0). Regards, Jakob 2009/12/23 Bart Kummel bkum...@gmail.com Hi Surija, Am I getting you right? Are you using Facelets 1.1.14 with a JSF 2.0 implementation? That's weird, as JSF 2.0 includes a newer

Re: General JSF 1.2 + Facelets question

2009-12-19 Thread Luka Surija
Yeah, it works. Thank you. I'm just wondering the behavior is changed between facelets 1.1.13 and 1.1.14? Luka Surija Jakob Korherr wrote: Hi Luka, The JSF 2.0 specification only explains that when attaching a f:setPropertyActionListener, an ActionListener (with specific behavior) should

General JSF 1.2 + Facelets question

2009-12-16 Thread Luka Surija
It looks like i'm not familiar with JSF as much as I've thought. What is the expected behavior in JSF 1.2 + Facelets for f:setPropertyActionListener? code: h:panelGroup rendered=#{PersonMB.person == null} h:dataTable value=#{PersonMB.allPersons} var=item h:column f:facet

Re: General JSF 1.2 + Facelets question

2009-12-16 Thread Jakob Korherr
Hi Luka, The JSF 2.0 specification only explains that when attaching a f:setPropertyActionListener, an ActionListener (with specific behavior) should be created and added to the nesting UIComponent (which has to implement ActionSource) with addActionListener(). From my point of view it is not

Re: [Trinidad] another tr:selectOneChoice + autoSubmit + PPR type question

2009-10-10 Thread Andrew Robinson
select a value in the first select box, and so the second select box is never rendered. Does anyone know why the value is not being persisted into the model? -- View this message in context: http://www.nabble.com/-Trinidad--another-tr%3AselectOneChoice-%2B-autoSubmit-%2B-PPR-type-question

[Trinidad] another tr:selectOneChoice + autoSubmit + PPR type question

2009-10-09 Thread japher
/-Trinidad--another-tr%3AselectOneChoice-%2B-autoSubmit-%2B-PPR-type-question-tp25822917p25822917.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

[ Myfaces ] Newbie question..

2009-09-23 Thread Ioannis Deligiannis
Hi, This should be a quite trivial question but I have run out of search:google ideas. My application is not deployed in the root context. So any references of the type: /faces/blah will go to root/faces/blah instead of root/myapp/faces/blah I did manage to find a workaround by using

RE: [ Myfaces ] Newbie question..

2009-09-23 Thread Ioannis Deligiannis
| Beijing From: Ioannis Deligiannis [mailto:ideligian...@velti.com] Sent: Wednesday, September 23, 2009 2:36 PM To: users@myfaces.apache.org Subject: [ Myfaces ] Newbie question.. Hi, This should be a quite trivial question but I have run out

Re: [ Myfaces ] Newbie question..

2009-09-23 Thread Anton Gavazuk
, 2009 2:36 PM To: users@myfaces.apache.org Subject: [ Myfaces ] Newbie question.. Hi, This should be a quite trivial question but I have run out of search:google ideas. My application is not deployed in the root context. So any references of the type: /faces/blah will go to root/faces/blah

Question regarding t:panelTabbedPane/t:panelTab and tab change

2009-09-16 Thread Torger Kielland
Hi! I have a t:panelTabbedPane with several tabs (t:panelTab) in one of my pages, and when you open one (or any) of them I want to run a little JavaScript snippet. The problem is that the onclick-attribute (and it's likes) on t:panelTabbedPane is triggered not only when a tab is opened, but

architectural question

2009-09-06 Thread measwel
something else? What other technologies would you use to ease development work? What technologies would you not use? Thanks. -- View this message in context: http://www.nabble.com/architectural-question-tp25319841p25319841.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Question regarding combination of t:inputText and t:dataTable

2009-08-29 Thread Dvora
with the submit button should do in order to launch the process of calling the db (starting from row number 1), and displaying the results in the jsp? Thanks! -- View this message in context: http://www.nabble.com/Question-regarding-combination-of-t%3AinputText-and-t%3AdataTable-tp25206526p25206526.html Sent

[Trinidad] A question regarding text translations

2009-07-29 Thread Silva, Luiz
Hello all. I'm trying to change the translations used by Trinidad components (like table Next, Previous messages, the WARNING and ERROR header messages, etc.) I tried the steps here: http://marc.info/?l=myfaces-userm=119375075319737w=2 but it didn't work. We are currently using the default

Re: [Trinidad] A question regarding text translations

2009-07-29 Thread Glauco P. Gomes
Trinidad nativelly supports pt_BR, but you need to configure JSF to use it, put this in your faces-config.xml: locale-config default-localept_BR/default-locale supported-localept_BR/supported-locale /locale-config Se você for brasileiro entra no grupo JavaSF[1], é o grupo

Expression Language question

2009-07-17 Thread mitroiasi
/Expression-Language-question-tp24535406p24535406.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

RE: Expression Language question

2009-07-17 Thread Michael Heinen
Try #{useGun useRifle} -Original Message- From: mitroiasi [mailto:mitroi...@yahoo.com] Sent: Freitag, 17. Juli 2009 16:22 To: users@myfaces.apache.org Subject: Expression Language question Hi, I have a problem concerning the EL syntax. I want that a componennt to be rendered when 2

RE: Expression Language question

2009-07-17 Thread mitroiasi
Hi Michael, Thank you very much for your fast reply. In fact I am so tired and I did't see that the error is in the other place. It works in both ways. -- View this message in context: http://www.nabble.com/Expression-Language-question-tp24535406p24535927.html Sent from the MyFaces - Users

question about t:commandSortHeader

2009-07-06 Thread Ruiter, Jan de
I have a question about t:commandSortHeader. According to the documentation it has an attribute action, with an 'action outcome, that identifies the next view displayed'. In case of the commandSortHeader, all you want is to sort the table on the value of the key you just clicked on. So

Question about t:saveState and performance

2009-05-19 Thread Matt.Rossner-prest
Hi, I have a JSP page (let's call it page1.jsp) that's used from two different parts of the application. The two different parts use two different beans (bean1, bean2) on my page (page1.jsp) I have a saveState for both bean1 and bean2. Now at any given usage of page1, only bean1 or bean2 will

Question about convertNumber

2009-04-28 Thread mitroiasi
://www.nabble.com/Question-about-convertNumber-tp23274542p23274542.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Trinidad Launch Dialog question on IE7

2009-02-25 Thread pdt_p
-- View this message in context: http://www.nabble.com/Trinidad-Launch-Dialog-question-on-IE7-tp22217198p22217198.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Two question about t:schedule (tomahawk).

2009-02-16 Thread ernest210
Hello I have two question about t:schedule (this one “http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_schedule.html”) so: 1. Value which is displayable is a link type, so my question is do there is any away to change this on text (joust text no link)? 2. Can I somehow add break line

AW: Two question about t:schedule (tomahawk).

2009-02-16 Thread Stephan Frai
Hi, Regarding Question 2: You can try to extend org.apache.myfaces.custom.schedule.renderer.DefaultScheduleEntryRenderer and overwrite the methods, that render the content. In your jsp-Site you pass your EntryRenderer via entryRenderer attribute of t:schedule Tag. Regards, Stephan

Resources Servlet security question

2009-01-28 Thread Felix.Becker
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 the only page usable without authentication is the login page. These settings are blocking the resources servlet. That causes

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 felix.bec...@t-systems.com: Hey Guys, I implemented a phase listener based security handler which knows which pages are public viewable and which pages require a special

MyFaces shared version question

2008-09-25 Thread Simon Lessard
Hi all, How does shared version numbering works? Is it 2.0.x for 1.1 and 3.0.x for 1.2 or something completely different? Also, as a related question should 2.0 branch use its own version of shared? Regards, ~ Simon

Re: MyFaces shared version question

2008-09-25 Thread Simon Kitching
Simon Lessard schrieb: Hi all, How does shared version numbering works? Is it 2.0.x for 1.1 and 3.0.x for 1.2 or something completely different? Also, as a related question should 2.0 branch use its own version of shared? Yep. 2.0.x for JSF-1.1, kept here: http://svn.apache.org/repos/asf

Re: Global error page question

2008-09-12 Thread laredotornado
, Leonardo Uribe [EMAIL PROTECTED] wrote: On Thu, Sep 11, 2008 at 5:03 PM, laredotornado [EMAIL PROTECTED]wrote: Thanks for your reply. So am I reading that I should not be following the JSF instructions on the wiki page? Since I already embarked on that path, I'll ask another question

Global error page question

2008-09-11 Thread laredotornado
in context: http://www.nabble.com/Global-error-page-question-tp19445165p19445165.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Global error page question

2008-09-11 Thread Leonardo Uribe
it. Thanks, - Dave -- View this message in context: http://www.nabble.com/Global-error-page-question-tp19445165p19445165.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Global error page question

2008-09-11 Thread laredotornado
Thanks for your reply. So am I reading that I should not be following the JSF instructions on the wiki page? Since I already embarked on that path, I'll ask another question. Right now, when the error page is getting invoked, the JSF is not getting rendered -- i.e what is sent to my browser

Re: Global error page question

2008-09-11 Thread Leonardo Uribe
On Thu, Sep 11, 2008 at 5:03 PM, laredotornado [EMAIL PROTECTED]wrote: Thanks for your reply. So am I reading that I should not be following the JSF instructions on the wiki page? Since I already embarked on that path, I'll ask another question. Right now, when the error page is getting

Re: Global error page question

2008-09-11 Thread Leonardo Uribe
on that path, I'll ask another question. Right now, when the error page is getting invoked, the JSF is not getting rendered -- i.e what is sent to my browser is exactly the JSF code: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

Beginner question: facelets and selectManyPicklist

2008-09-04 Thread mbazs123
this message in context: http://www.nabble.com/Beginner-question%3A-facelets-and-selectManyPicklist-tp19309015p19309015.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Beginner question: facelets and selectManyPicklist

2008-09-04 Thread Hazem Saleh
-1.1.6 TLD. (it is listed between the tags in this URL: http://myfaces.apache.org/tomahawk-project/tomahawk12/tagdoc.html) sorry I'm newbie. Thanks in advance. MB -- View this message in context: http://www.nabble.com/Beginner-question%3A-facelets-and-selectManyPicklist-tp19309015p19309015

Re: Beginner question: facelets and selectManyPicklist

2008-09-04 Thread Simon Kitching
Yes, this confuses a few people. The myfaces websites all show information about the current trunk code, NOT about the most recent release. So newly-created components can be present on the website but not available except when using a nightly snapshot. Ideally we would have two websites, one

Re: jsf-comp Onload Question

2008-08-01 Thread rsf
I never maven'd the project. I have no idea if anyone ever uploaded the jars to central. I may look into it, but it could be a while I'm not a Maven guru by any means, but I would be willing to help. If you are interested, we can take that conversation offline. That is odd. Looking at

[Trinidad]tr:poll question

2008-08-01 Thread mgehrung
to that included chat page? Thanks, Mathias -- View this message in context: http://www.nabble.com/-Trinidad-tr%3Apoll-question-tp18779081p18779081.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: jsf-comp Onload Question

2008-08-01 Thread Andrew Robinson
On Fri, Aug 1, 2008 at 9:04 AM, [EMAIL PROTECTED] wrote: I never maven'd the project. I have no idea if anyone ever uploaded the jars to central. I may look into it, but it could be a while I'm not a Maven guru by any means, but I would be willing to help. If you are interested, we can

Re: jsf-comp Onload Question

2008-08-01 Thread rsf
Here are the log results if I return false Starting page: /page3.jspx 09:49:20 DEBUG GC Processing on load of view /index.jspx 09:49:20 DEBUG GC Looking for rule for view /index.jspx 09:49:20 DEBUG GC Checking for exact match. Rule view: /index.jspx 09:49:20 INFO GC

Re: jsf-comp Onload Question

2008-08-01 Thread Andrew Robinson
Shouldn't the viewId be /index.jspx if that is the page I'm trying to load? I thought OnLoad executed during the loading of the target page? If I'm on page3.jspx, then I click the link to go to index.jspx shouldn't the onload rules for index.jspx be executed? Yes, but you need to intercept

Re: jsf-comp Onload Question

2008-08-01 Thread rsf
For example: 1) user visits page1.jspx 2) onload called 3) page1.jspx rendered 4) user clicks an action button 5) action on button triggers navigation to page2.jspx 6) onload called Ah, I understand the page change sequencing now, and I see how returning false can only bypass navigation

jsf-comp Onload Question

2008-07-31 Thread rsf
Hello, I have been looking for a solution that will allow me to check if a user has been logged in before I load a page. If the user is not logged in, or the session has timed out, I want to send the user to the login page. In my searching if found the jsf-comp onload project. From the

Re: jsf-comp Onload Question

2008-07-31 Thread Andrew Robinson
What are your navigation rules in your faces-config for outcomes 1 and 9? On Thu, Jul 31, 2008 at 9:35 AM, [EMAIL PROTECTED] wrote: Hello, I have been looking for a solution that will allow me to check if a user has been logged in before I load a page. If the user is not logged in, or the

Re: jsf-comp Onload Question

2008-07-31 Thread Richard Yee
Have you considered using a servlet filter? You have have it check for a session variable or cookie. -R On 7/31/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I have been looking for a solution that will allow me to check if a user has been logged in before I load a page. If the user

Re: jsf-comp Onload Question

2008-07-31 Thread rsf
Thanks for replying so quickly. Here is my Trinidad menu.xml. As you can see, I'm not using any actions here; instead I'm using the destination attribute, which I believe works similar to a hyperlink. menu xmlns=http://myfaces.apache.org/trinidad/menu; itemNode id=in1 label=Index Page

Re: jsf-comp Onload Question

2008-07-31 Thread Andrew Robinson
If this is true, do I put the navigation-rule in for the page I'm loading or the one I'm leaving? Yes. It uses the current view ID. Since the phase listener is hooked to before render, the requested view's viewId has already be established. So you use the navigation rules just as if someone is

Re: jsf-comp Onload Question

2008-07-31 Thread rsf
Excellent! It is working now. I added the following navigation rule to onload-config.xml: navigation-rule view-id/index.jspx/view-id action#{scoreController.getScore1}/action success-resultuserokay/success-result /navigation-rule and to faces-config.xml: navigation-rule

Re: jsf-comp Onload Question

2008-07-31 Thread Andrew Robinson
1. Andrew: Back in 2007 there was a posting between you and mraible about getting the OnLoad components built with maven so they would be available on the maven repo. Did this occur? I looked in the repo but only found http://repo1.maven.org/maven2/net/sourceforge/jsf-comp/acegi-jsf/. I

Re: RestFaces question

2008-07-29 Thread [EMAIL PROTECTED]
My problem is as follows: I want my restfaces httpAction's pattern to change according to the locale so say if the locale is fr I will have: http://www. mywebsite.com/langue/fr/etc and if my locale is en I will have: http://www. mywebsite.com/language/en/etc. Is that possible? Please advise.

Restfaces question

2008-07-27 Thread Julien Martin
Hello, My problem is as follows: I want my restfaces httpAction's pattern to change according to the locale so say if the locale is fr I will have: http://www.mywebsite.com/langue/fr/etc and if my locale is en I will have: http://www.mywebsite.com/language/en/etc. Is that possible? Please advise.

[Trinidad] question about the binding attribute when a parent copmonent is setting rendered to false

2008-07-22 Thread Justin mcKay
I have a question about the binding attribute when a parent copmonent is setting rendered to false. Say I have a panelGroupLayout tag that has the rendered attribute set to false. Then a child to that panelGroupLayout is an inputText tag that has the attribute binding set to a backing bean

Re: [Trinidad] question about the binding attribute when a parent copmonent is setting rendered to false

2008-07-22 Thread Andrew Robinson
the component 2b) set the binding expression using the component (you setter called here) -Andrew On Tue, Jul 22, 2008 at 4:43 PM, Justin mcKay [EMAIL PROTECTED] wrote: I have a question about the binding attribute when a parent copmonent is setting rendered to false. Say I have

[Trinidad] PPR related question

2008-07-03 Thread Justin Mckay
I have a page where I have a check box if it is unchecked first name appears as an inputtextfield if checked we ppr the page hiding the first name and showing the last name as an inputtext field. Below is a submit button. If I check the check box and enter a last name when I submit and get to

Re: [Trinidad] PPR related question

2008-07-03 Thread Simon Lessard
Hi, Yes, you need to use a larger scope than request for your use case. What happen more specifically is the following: 1. Click the checkbox; 2. PPR launches and set the request managed bean's check property to true; 3. The inputTexts are rerendered; 4. The managed bean is destroyed as the

Re: [Trinidad] PPR related question

2008-07-03 Thread Matthias Wessendorf
Hi, here is a little bit on the same topic: http://matthiaswessendorf.wordpress.com/2008/03/11/dynamic-tables-and-orchestras-conversation-scope/ it also explains, why you want larger than request, but short than session. Trinidad's processScope fixes that (so does the conversation scope that is

[Trinidad] PPR related question

2008-07-02 Thread Justin mcKay
I have a page where I have a check box if it is unchecked first name appears as an inputtextfield if checked we ppr the page hiding the first name and showing the last name as an inputtext field. Below is a submit button. If I check the check box and enter a last name when I submit and get

Datatable usage best practice question.

2008-06-19 Thread techie_techie
-question.-tp17998175p17998175.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Trinidad] Question regarding client-side validation and tr:form defaultCommand

2008-06-19 Thread Stephen Friedrich
Can you raise an JIRA bug and we'll get this fixed asap. Any volunteer for a bug fix (bug is now 9 month old)? Vadim Dmitriev wrote: Thanks, I filed TRINIDAD-695 http://issues.apache.org/jira/browse/TRINIDAD-695 for that issue. Strange, though, _submitOnEnter calls submitForm with

Re: [trinidad] paneltabbed newbie question

2008-06-09 Thread Halil Ağın
Hello, I solve the problem. I looked trinidad demo, i exactly copy the web.xml and some parts in face-config.xml related to paneltabbed component. But it did not work. Then i find a manageg-bean source code on net, (

  1   2   3   4   5   6   7   8   9   10   >