Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Luka Surija
for org.apache.myfaces.trinidadbuild:maven-xrts-plugin:jar:2.0.6: Could not find artifact org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.6 in central (http://repo1.maven.org/maven2) - [Help 1] Do you have any idea how to solve this? Tnx and regards, Luka Surija On 19.07.2011 20:51, Max Starets wrote

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Luka Surija
Same story with maven 3 and maven 2. Luka Surija On 20.07.2011 16:19, Max Starets wrote: Luka, What version of maven are using? I am on 3.0.3. Max On 7/20/2011 8:35 AM, Luka Surija wrote: Hi Max, I'll try it as soon i get some spare time. P.S. Last couple of months I have problems

Re: Trinidad2/JSF2/Facelets

2011-07-17 Thread Luka Surija
application without big success. My heavy and painful decision (now I have to rewrite all existing apps in something other - Vaadin) was to finally give up from Trinidad and JSF2 technology because it's a joke in terms of stability. And in other hand, Java 5 EE reached some time ago EOL!? Luka

Re: What is wrong with Trinidad's download example?

2011-06-20 Thread Luka Surija
Hi Max, yes I have logged a JIRA issue. https://issues.apache.org/jira/browse/TRINIDAD-2107 Regards, Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr On 06/19/2011 02:41 AM, Max Starets wrote: Luka

Re: What is wrong with Trinidad's download example?

2011-06-18 Thread Luka Surija
from the bottom of my heart. Regards, Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr On 06/18/2011 07:22 PM, jitechno wrote: Ok. This is a full Netbean project. Please add trinidad-api-2.0.0.jar and trinidad

Re: [Trinidad] NPE on returnFromDialog

2011-05-20 Thread Luka Surija
partialTrigger on this component but no code for IFrame. I hope it helps to narrow this problem. Luka Surija On 05/05/2011 10:35 AM, Luka Surija wrote: Any hint? Should I blame Mojarra or Trinidad? With which version of Mojarra you tested Trinidad? Regards, Luka Surija +385 1 61 99 140 +385 91 61 99

Re: f:setPropertyActionListener executed after action

2011-05-15 Thread Luka Surija
f:setPropertyActionListener after ActionListener method. My env: Glassfish 2.1.1. Trinidad 1.2.14 Luka Surija +385 1 61 99 140 +385 91 61 99 140 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr On 05/14/2011 04:48 PM, Joachim Schrod wrote: Could you please elaborate

Re: [Trinidad] NPE on returnFromDialog

2011-05-05 Thread Luka Surija
Any hint? Should I blame Mojarra or Trinidad? With which version of Mojarra you tested Trinidad? Regards, Luka Surija +385 1 61 99 140 +385 91 61 99 140 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr On 05/03/2011 02:26 PM, Luka Surija wrote

Re: f:setPropertyActionListener executed after action

2011-05-05 Thread Luka Surija
f:setPropertyActionListener is executed before action, but If you are using facelets depending on version it is executed before or after actionListener Luka Surija +385 1 61 99 140 +385 91 61 99 140 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr

[Trinidad] NPE on returnFromDialog

2011-05-04 Thread Luka Surija
/administration/frm.group.xhtml/to-view-id /navigation-case . Regards, -- Luka Surija +385 1 61 99 140 +385 91 61 99 140 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr

Re: Long transactions

2010-07-06 Thread Luka Surija
Why don't you use EJB SessionBeans with TransactionManagement BEAN, and inject (@EJB) this session bean in session scoped managed bean. This way you can preserve transaction along multiple requests. And yes, use Eclipselink (it has lazy loading ;) ). On 07/02/2010 08:07 PM, Mike Kienenberger

Re: [Trinidad] : Lightweight dialog issue with Firefox

2010-04-28 Thread Luka Surija
Firefox 3.6 changed/dropped some proprietary JavaScript functions. I know there was a patch for this issue, but don't remember the version. On 04/28/2010 12:32 PM, Venkat Ramanan Viswanathan wrote: When trying to open a lightweight dialog in Firefox, the calling page reloads over and over

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Luka Surija
from previous state Environment: Glassfish v2.1.1. Trinidad 1.2.14-snapshot Facelets 1.1.13 Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr Andrew Robinson wrote: Sorry, not sure then, anyone else have

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Luka Surija
No, i don't use any iterator beside tr:table. Next time I'll try with tr:form. Luka Surija Rene van Wijk wrote: Do you use any iterator components which you coupled to a bean in the scope session? Maybe another option is to use tr:form from trinidad and see how that works out

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Luka Surija
Hi, i'm not using any other components beside Trinidad Luka Surija Bart Kummel wrote: Hi, I know Trinidad components use a special way of client side state saving. Maybe the problem is that the Tomahawk components do not support this Trinidad-specific solution. So it could be related

Re: [Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-30 Thread Luka Surija
I've used trinidad 1.0.7 with facelets without problems on glassfish v2, but didn't use myfaces. Migration to 1.2.x was to replace libraries and recompile. Luka Surija Walter Mourão wrote: I would like to know if somebody is using Trinidad + Glassfish successfully... Walter Mourão http

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
+facelets 1.1.14 or IceFaces 1.8.x and now JSF 2.0 (mojarra) behavior changed to scenario case #1. What is the proper behavior according to specification ? Best regards, Luka Surija

Re: pop up for delete confirmation

2009-12-09 Thread Luka Surija
onclick=return(confirm('#{msg.AreYouSure}')); Luka Surija On 12/03/2009 12:02 PM, Anton Gavazuk wrote: I'm using the basic javascript... 2009/11/30pbr...@johnson.ca I am using the Tomahawk set of tags for this project. I need a pop to confirm the deletion of a record. There doesn't

[Trinidad] Custom table column sorting

2009-11-19 Thread Luka Surija
umlauts for example (Matthias how did you solve this problem?), but also all other language characters). How to custom sort columns in trinidad? Many thanks -- Luka Surija

Re: [trinidad] wap: response more than 250K

2009-07-06 Thread Luka Surija
Maybe this setting should be configurable in trinidad-config and not hard coded? Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Mamallan Uthaman wrote: Hi Dave, With respect to mobile browsers, Trinidad sends

Re: Trinidad vs Tobago

2009-06-09 Thread Luka Surija
unfortunately this will be and still is a big pain . Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Andrew Robinson wrote: Yes I agree with you. The architecture needs more documentation, especially

Re: Trinidad vs Tobago

2009-06-05 Thread Luka Surija
attractive. I'm sure that many trinidad users (developers) are willing to contribute to the community starting from my self if they knew how to do it in some easier way. Best regards, Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-18 Thread Luka Surija
noJavaScript = request.getParameter(XhtmlConstants.NON_JS_BROWSER); request is probably called too early, so the JSF (Majorra) can't set proper CharacterEncoding, and that's why server reported the error message and messed up non-US characters. Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-18 Thread Luka Surija
https://issues.apache.org/jira/browse/TRINIDAD-1430 Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Matthias Wessendorf wrote: Hi Luka, thanks for following up here. Do you mind to create an issue

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-18 Thread Luka Surija
I'll try your suggestion and post the results. Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Matthias Wessendorf wrote: in here: ExternalContext externalContext = new ServletExternalContext(_servletContext

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-18 Thread Luka Surija
initialization. on the other hand putting fix 1272 after ExternalContext creation looks like has no meaning, but I can't test it. Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Luka Surija wrote: I'll try your

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-18 Thread Luka Surija
Thank you Matthias! Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Matthias Wessendorf wrote: On Wed, Mar 18, 2009 at 2:52 PM, Luka Surija luka.sur...@iytim.hr wrote: Putting ExternalContext externalContext

[TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-17 Thread Luka Surija
context /YP, because request parameters have already been read, or ServletRequest.getReader() has already been called Glassfish 9.1 Trinidad 1.2.11 Facelets 1.1.13 Majorra 1.2_04-b18-p03 -- Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-17 Thread Luka Surija
of trinidad. So it's not problem with browser encoding. Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Matthias Wessendorf wrote: Are you using some custom filter, that accesses the request map ? -Matthias On Tue, Mar

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-17 Thread Luka Surija
The strange thing is that this problem persist in all my applications built with this combination of frameworks. Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Matthias Wessendorf wrote: Hrm, I was able

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-17 Thread Luka Surija
of trinidad that handles in different order request parameters? Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Matthias Wessendorf wrote: Or perhaps, can you go with a more recent version of this? Majorra

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-17 Thread Luka Surija
I have to correct myself. Now this problem appears only with 1.2.11 version of trinidad. All versions prior 1.2.11 in 1.2.x trunk are working fine. Maybe this can narrow possible problems and incompatibility. Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3

Wierd bug!?

2008-11-14 Thread Luka Surija
lately. Any ideas? -- Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED]

Re: Wierd bug!?

2008-11-14 Thread Luka Surija
Also with trinidad 1.2.x no luck. I'll try with JSF 1.2_09. But still this is a pretty ugly bug. tnx, Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED] Scott O'Bryan wrote: Luka, if you are using JSF 1.2

Re: [TRINIDAD] Page includes extra breaks br tags with PPR in Internet Explorer

2008-11-14 Thread Luka Surija
I've noticed that if you have some plain HTML tags (like BR/) inside re-rendered component, then this tag is duplicated on every re-render. Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED] Amaris Nieves

Re: Wierd bug!?

2008-11-14 Thread Luka Surija
code is ok. I made typo in this mail. Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED] Richard Yee wrote: Check your code. tr:panelHorizontalLayout rendered={MyBean.display} {MyBean.display} isn't an EL

Re: UIColumns component must be a child of a UIData component

2008-08-18 Thread Luka Surija
Did you remove JSF RI from glassfish? Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi list I am willing to use apache myfaces in order to render a dynamic set of columns

Re: [Trinidad] Myfaces/Trinidad application integration with Robohelp - using tr:navigationPane and commandNavigationItem to open help window

2008-08-02 Thread Luka Surija
useWindow is used only for Trinidad Dialog framework. Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED] Richard Yee wrote: I figured out the answer to my own question. I found that if I don't set

Re: [myfaces 1.2.2] session timeout issue

2008-04-18 Thread Luka Surija
From time to time (random on deployment or app server restart), I have the same problem but I'm using RI jsf 1.2, trinidad 1.0.7 and facelets 1.1.13. So it looks like some kind of problem in facelets?? And yes, the problem appears to be related with params in url. For example:

Re: general question: assigning/copying variables in view?

2008-03-09 Thread Luka Surija
Try with f:setPropertyActionListener from=#{myvalue} to=#{myNewValue} / Luka Surija +385 1 61 99 140 +385 98 434 061 [EMAIL PROTECTED] I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr [EMAIL PROTECTED] Łukasz Budnik wrote: Hi All! I have a problem with redundancy in my web

Re: [Trinidad] How to delete a selected node from tr:tree

2007-12-21 Thread Luka Surija
And what is the procedure to select node of in tree trough managed bean, without selectionListener, knowing only selected person from the list? Matthias Wessendorf wrote: You can construct a tree by: Person john = new Person(John Smith); Person kim = new Person(Kim Smith); Person tom =

Re: [Trinidad] selectOneChoice: Make unselectedLabel item go awayafter selection?

2007-12-12 Thread Luka Surija
I think that this is a good behavior. If there is no unselectedLabel, then component works as you expected. Why do you think that isn't an expected behavior? Regards, Luka Matthias Wessendorf wrote: this sounds odd to me as well. I would expect, the unselectedLabel goes away, once there was

Re: Facelet Question

2007-12-06 Thread Luka Surija
Kito D. Mann wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, December 06, 2007 3:01 PM To: MyFaces Discussion Subject: Re: Facelet Question On a related note, the JBoss plugins for Eclipse now provide

Re: loadBundle

2007-12-05 Thread Luka Surija
Malakis wrote: Hello. I want use some stuff, which is stored in some file in mine application. I had seen some example in demo: with .properties files and tc:loadBundle tag. But I can not make it works in mine application. So i wanted to ask about all the things that i have to do about

Re: [Trinidad] tr:selectOneChoice and autoSubmit

2007-11-19 Thread Luka Surija
immediate=true causes lot of troubles. David Heffelfinger wrote: Hello, Before describing my problem, I need to disclose that I am new to Trinidad, therefore it is entirely possible I am missing something obvious. Not sure if it matters, I am using Trinidad 1.2.3, deploying on GlassFish

Re: [Trinidad] serious tr:chooseDate bug

2007-11-14 Thread Luka Surija
The same error is also on http://www.irian.at/trinidad-demo/faces/components/inputDate.jspx Luka Surija wrote: Hi, I've found a serious bug in tr:chooseDate bug. It has something to do with day light saving. 1. scenario: tr:inputDate value=#{myBean.date} tr:convertDateTime pattern

[Trinidad] serious tr:chooseDate bug

2007-11-13 Thread Luka Surija
Hi, I've found a serious bug in tr:chooseDate bug. It has something to do with day light saving. 1. scenario: tr:inputDate value=#{myBean.date} tr:convertDateTime pattern=dd.MM. HH:mm / tr:chooseDate / /tr:inputDate time-zone in trinidad-config.xml doesn't matter. inital value for

Re: help ! trinidad + facelets : dialog always displays as a light weight window

2007-10-18 Thread Luka Surija
In your version of Trinidad you should use org.apache.myfaces.trinidadinternal.renderkit.USE_DIALOG_POPUP instead of org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS. org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS is introduced in trinidad 1.0.3. Edmond B. Mulemangabo wrote:

Re: [Trinidad] display dialog programmatically.

2007-10-04 Thread Luka Surija
. So I'm a little bit confused why is working in one project and doesn't working on the other. Environment is the same: trinidad 1.0.3 facelets 1.1.12 glassfish v2 - JSF RI 1.2 Thanks, Darren. -Original Message- From: Luka Surija [mailto:[EMAIL PROTECTED] Sent: 03 October 2007 21:58

[Trinidad] possible bug in tr:inputListOfValues

2007-10-03 Thread Luka Surija
I've found that tr:inputListOfValues doesn't handle with decimal separator defined in trinidad-config.xml, but only in case of receving value from dialog. For example: I have defined , for decimal-separator. Value of 7.5 is correctly displayed in tr:inputListOfValues after showing the page,

Re: [Trinidad] display dialog programmatically.

2007-10-03 Thread Luka Surija
I have the same problem. It looks like some thing happend with Dialog Framework, because it worked couple months ago. I don't remember any more the version, but I know that worked. Now I must write action=dialog:somedialog if I want to use Dialog Framework. Use window parameter has no

Re: How to support back-button with either Javascript turn-off or on in the browser

2007-09-24 Thread Luka Surija
body onload=window.history.forward(1); works for me Luka Bryan Sevilla wrote: Any help pls… -Original Message- *From:* Bryan Sevilla *Sent**:* Saturday, September 22, 2007 10:43 AM *To:* 'users@myfaces.apache.org' *Subject:* How to support back-button with either Javascript

Re: Intercepting the request

2007-09-24 Thread Luka Surija
h:panelGroup rendered=#{bean1.displayPageData} ...your input page data /h:panelGroup h:panelGroup rendered=#{bean1.displayAuditData} ...your Audit page data /h:panelGroup Sushma Sharma wrote: how do I show a section in the same view after the data has been validated? */David Delbecq [EMAIL

Re: Intercepting the request

2007-09-24 Thread Luka Surija
Yes, and If you use any ajax technology than you don't have to do full round-trip. Sushma Sharma wrote: that means, It would go to the backed bean and then I set a variable and come back to the same page... */Luka Surija [EMAIL PROTECTED]/* wrote: ...your input page data ...your

Re: [TRINIDAD] facelets - accessing the value of a backing bean fails

2007-09-20 Thread Luka Surija
I have exactly the same problems, and no clue what is wrong?! This is started to happening since trinidad 1.0.3 (in my case). I'm using facelets 1.1.12. Luka David Uebelacker wrote: Hi, the value binding works, was my mistake it was really null. Anyway the passed entity object is always

Re: [Trinidad] Double-Rendering-Problem

2007-09-20 Thread Luka Surija
Björn Thalheim wrote: Hi, thanks for your reply. Judged by the log, you are using sjsas or glassfish, It's Glassfish Version 9.1 (build b58g-fcs). which have jsf-ri 1.2 bundled. That might be just a severe lack in my knowledge. I should probably read more about getting Trinidad to work

Re: [Trinidad] tr:selectOneChoice bug

2007-09-06 Thread Luka Surija
Hi Simon, I'm an idiot. The problem was in my equals method. I did a wrong Class cast. Sorry once more. Tnx. Luka Simon Lessard wrote: Stripped part the mail because it was getting quite hard to read. On 9/5/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yes

[Trinidad] tr:selectOneChoice bug

2007-09-05 Thread Luka Surija
I've found out that tr:selectOneChoice isn't working properly in some cases (probably German characters): org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleSelectOneRenderer Hypo-Leasing Kärnten GmbH Co KG;CoreSelectOneChoice[UIXEditableFacesBeanImpl,

Re: [Trinidad] tr:selectOneChoice bug

2007-09-05 Thread Luka Surija
wrote: Hello Luka, Is the method isInserting() stable? Is it possible that it returns false on postback? Also, you cna try setting the valuePassThru attribute of the selectOneMenu to true to see if it helps. Regards, ~ Simon On 9/5/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [Trinidad] tr:selectOneChoice bug

2007-09-05 Thread Luka Surija
could cache the list of values for the length of the request (or clear it at some point if you know it changed) to improve performance a bit, as the method might be called more than once, but that shouldn't fix your issue though. Regards, ~ Simon On 9/5/07, *Luka Surija* [EMAIL PROTECTED

Re: [Trinidad] tr:selectOneChoice bug

2007-09-05 Thread Luka Surija
Comments are bellow. I appreciate all what are you doing guys. Tnx Luka Simon Lessard wrote: On 9/5/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: How do you mean see if the value Hypo-Leasing Kärnten GmbH Co KG exists in it? I mean if you log all calls

Re: [Trinidad] tr:selectOneChoice bug

2007-09-05 Thread Luka Surija
Simon Lessard wrote: Stripped part the mail because it was getting quite hard to read. On 9/5/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yes it does display everytime as you can see here is the output: .. listcut Vinkulant: Hypo Leasing d.o.o

Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-30 Thread Luka Surija
Last time I've tried to use a4j with trinidad there was problem with tr:inputText and number validators and couldn't resolve this issue. Thai Dang Vu wrote: Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and facelets. This

Re: [Trinidad] XMLMenuModel bug

2007-08-27 Thread Luka Surija
Any idea? Luka Surija wrote: Actually nothing happens, I've found that Firebug is displaying this error message: validatorArray has no properties: _multiValidate(form#j_id1 index.xhtml, j_id5:0:j_id6, [j_id28, 0, undefined, 17 more...])Common1_0_3.js (line 5248) _validateInline(form#j_id1

Re: [Fwd: Re: [Fwd: Re: [Trinidad] XMLMenuModel bug]]

2007-08-27 Thread Luka Surija
:03:54 +0200 From: Luka Surija [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Reply-To: MyFaces Discussion users@myfaces.apache.org mailto:users@myfaces.apache.org To: MyFaces Discussion users@myfaces.apache.org mailto:users@myfaces.apache.org References: [EMAIL PROTECTED] mailto:[EMAIL

[Trinidad] XMLMenuModel bug

2007-08-24 Thread Luka Surija
If found pretty dummy bug in XMLMenuModel. If I call an action method trough XMLMenuModel then the method is executed, but no navigation is executed. WorkingTaskAdmin: public String addNewWorkingTask(){ sessionBean.addNewWorkingTask(); return service:workingTaskWizard; --

Re: [Trinidad] XMLMenuModel bug

2007-08-24 Thread Luka Surija
)Common1_0_3.js (line 4765) onclick(click clientX=0, clientY=0)index.xhtml (line 1) for(var j=0;jvalidatorArray.length;j=j+1) Luka Surija wrote: If found pretty dummy bug in XMLMenuModel. If I call an action method trough XMLMenuModel then the method is executed, but no navigation is executed

Re: [Trinidad] iframe popup skinning

2007-08-22 Thread Luka Surija
The same problem I have with 1.0.3 trunk. Simon Lessard wrote: Hello all, Using latest 1.2.2 branch, I have a problem with iframe popup skinning where the style class does not get converted. The markup looks like: div style=padding: 0px; overflow: auto; position: absolute; z-index: 201;

[Trinidad] MenuModel locale

2007-08-18 Thread Luka Surija
Can someone explain me why MenuModel isn't working with locale as any other JSF component? code snippet from org.apache.myfaces.trinidadinternal.menu.MenuUtils: ... static void loadBundle(String resBundle, ThreadLocalString key) { FacesContext facesContext = FacesContext.getCurrentInstance();

Re: [Trinidad] creating tr:table using binding

2007-08-13 Thread Luka Surija
Exactly, it should display xxx, but it doesn't. Martin Marinschek wrote: But his expression is ok as well - #{'xxx'} should work, it should display xxx... regards, Martin On 8/10/07, Adam Winer [EMAIL PROTECTED] wrote: On 8/10/07, Luka Surija [EMAIL PROTECTED] wrote: Hi, I'm

[Trinidad] creating tr:table using binding

2007-08-10 Thread Luka Surija
Hi, I'm trying to create a tr:table using binging, and almost everything works fine except, getting row values in table. I've created in index.xhtml this: tr:table binding=bean.table / and in backing bean crating columns, and outputText inside columns. This is working well, but I can't

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Luka Surija
Daniel Niklas wrote: Hi Adam, Alright, fixed on trunk. I'll try to make sure this gets into the official 1.0.2 release. Thanks a lot for fixing this so fast! I can definitely say that I STRONGLY recommend web developers use UTF-8, and abandon all the old character sets.

Re: [Trinidad] Multiple dialogs

2007-08-09 Thread Luka Surija
and 1.0.2.? Luka Surija wrote: Is there any chance to use multiple popup dialogs? For example, i 1. dialog, I want to open 2. dialog, but 2. dialog opens when I close 1. dialog? I'm calling always the same dialog, because I use facelets ui:include in popup.xhtml. If this is cousing problems

Re: [Trinidad] Multiple dialogs

2007-08-09 Thread Luka Surija
is happening? It works only if I call this method in a popup window, but the new popup is shown when I close the first popup window. Adam Winer wrote: I agree, that doesn't make any sense... are you sure your action is really getting called at all? -- Adam On 8/9/07, Luka Surija [EMAIL

[Trinidad] Multiple dialogs

2007-08-08 Thread Luka Surija
Is there any chance to use multiple popup dialogs? For example, i 1. dialog, I want to open 2. dialog, but 2. dialog opens when I close 1. dialog? I'm calling always the same dialog, because I use facelets ui:include in popup.xhtml. If this is cousing problems, what I have to do, to open 2.

Re: JSF Authentication

2007-08-08 Thread Luka Surija
Perhaps, with PhaseListener: public class AuthenticationPhaseListener implements PhaseListener { /** Creates a new instance of AuthenticationPhaseListener */ public AuthenticationPhaseListener() { } public void afterPhase(PhaseEvent phaseEvent) { FacesContext

Re: Browser Back Button

2007-08-07 Thread Luka Surija
Escalada Sergio wrote: Hello. I am using MyFaces 1.1.5, Tomahawk 1.1.6 in my WEB Aplication, and i have a requirement mandatory to disable the browser back button while the user is interacting with the aplication. The requirement is really serious and compromise the usability of the

Re: Browser Back Button

2007-08-07 Thread Luka Surija
But avoiding session scoped beans makes much harder to develop an application, and application will be slower then using session scoped beans (especially in combination with EJB3 session beans). Rene Guenther wrote: The disabling of JavaScript is no problem for our intranet application,

[Trinidad] setActionListener and resource bundle

2007-08-06 Thread Luka Surija
I've found some strange feature with tr:setActionListener. if I try this: f:loadBundle basename=#{mypackage.resource} var=msg / tr:setActionListener from=#{msg.someLabel} to=MyManagedBean.label / it doesn't work (it works but MyManagedBean.label is empty string), but if I put

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread Luka Surija
Couple months ago, I've also tried to integrate Trinidad and Ajax4Jsf and never solved this problem. Appears that it has to do something with tr:convertDate or tr:convertNumber. If you use a4j only with tr:inputText for string entry, then it worked. There is also a plug-in class a4j-trinidad.jar

Re: [Trinidad] GWT Integration

2007-05-30 Thread Luka Surija
and, all fixed issues in 1.0.1 are also fixed in 1.2? Adam Winer wrote: If you're using JSF 1.2, it is more stable. -- Adam On 5/29/07, Luka Surija [EMAIL PROTECTED] wrote: How stable is Trinidad 1.2 comparing with 1.0.1? Luka Adam Winer wrote: The Trinidad 1.2 code sends

Re: [Trinidad] GWT Integration

2007-05-30 Thread Luka Surija
, Luka Surija [EMAIL PROTECTED] wrote: and, all fixed issues in 1.0.1 are also fixed in 1.2? Adam Winer wrote: If you're using JSF 1.2, it is more stable. -- Adam On 5/29/07, Luka Surija [EMAIL PROTECTED] wrote: How stable is Trinidad 1.2 comparing with 1.0.1? Luka Adam Winer wrote

Re: [Trinidad] GWT Integration

2007-05-29 Thread Luka Surija
How stable is Trinidad 1.2 comparing with 1.0.1? Luka Adam Winer wrote: The Trinidad 1.2 code sends javax.faces.ViewState (the 1.2 spec requires this), but the trunk doesn't, instead sending org.apache.myfaces.trinidad.faces.STATE. If you're using JSF 1.2, you could (and should) use the

Re: [Trinidad] m1-incubating - 1.0.1 SNAPSHOT changes

2007-05-29 Thread Luka Surija
implementation? Luka Adam Winer wrote: What problems? Do you see any Javascript errors in the JS console? -- Adam On 5/25/07, Luka Surija [EMAIL PROTECTED] wrote: After clearing my browser cache the javascript errors are gone, but there is still a problem with navigation, links and buttons

Re: [Trinidad] _validateAlert is not defined

2007-05-26 Thread Luka Surija
Just clear the browser cache. jimDolinski wrote: I am experiencing the same problem, has there been a fix? Michael Trompertz wrote: Hello After switching from trinidad-1.0.1-incubating-SNAPSHOT to trinidad-1.0.1-SNAPSHOT I got the message _validateAlert is not defined after pressing the

Re: [Trinidad] m1-incubating - 1.0.1 SNAPSHOT changes

2007-05-25 Thread Luka Surija
After clearing my browser cache the javascript errors are gone, but there is still a problem with navigation, links and buttons. Danny Robinson wrote: _validateAlert is not defined Clear your browser cache. On 5/24/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

Re: [Trinidad] PPR - getting full page refresh instead of partialrefresh

2007-05-24 Thread Luka Surija
your partial trigger is set to refresh the tr:panelBox, that means, only components inside tr:panelBox and the tr:panelBox will be updated. If you put partialTriggers=preview in tr:form, then the text will be also updated. noah wrote: Maybe I just don't understand how PPR is supposed to

Re: [Trinidad] PPR - getting full page refresh instead of partialrefresh

2007-05-24 Thread Luka Surija
than the Dialog Framework to work. I am thinking there must be something wrong with my configuration or some other issue going on. Thanks for any help. -Brian ps If needed I can post my web.xml and faces-config On 5/24/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[Trinidad] m1-incubating - 1.0.1 SNAPSHOT changes

2007-05-24 Thread Luka Surija
I've just tryed to switch from trinidad-xxx-incubator-m1-SNAPSHOT.jar to trinidad-xxx-1.0.1-SNAPSHOT.jar but my web app doesn't working any more (clicking on links nothing happends). I use also facelets 1.1.11, but till now everything worked fine. Now, all I've changed was replacing

Re: [Trinidad] PPR Wait Indicator

2007-05-11 Thread Luka Surija
This would be a nice feature. -- Luka Šurija [EMAIL PROTECTED] +385 98 434 061 I.Y. tim d.o.o. www.iytim.hr [EMAIL PROTECTED] Chris Hane wrote: Is there way to let the user know that a PPR request is occurring and the UI will be updated momentarily? For example, we open (new window) a

Re: opening a new window using tr:commandLink

2007-05-10 Thread Luka Surija
action has to be dialog:something. It must start with dialog:. Nikhil Smotra wrote: Hi, I am trying to open a link in a new window using tr:commandLink by setting 'useWindow' attribute to 'true'. The link opens in the very same same window and not a new window. The code I am using is as

[Trinidad] PPR and Dialog

2007-05-02 Thread Luka Surija
How to partialy refresh a page after returning from a Dialog (called from tr:commandLink )? Regards -- Luka Surija [EMAIL PROTECTED] +385 98 434 061 I.Y. tim d.o.o. www.iytim.hr [EMAIL PROTECTED]

Re: [Trinidad] PPR and Dialog

2007-05-02 Thread Luka Surija
that I don't understand?! Best regards Luka Srinath Reddy Komatireddy wrote: Try adding the viewroot to the partialTargets in your returnListener by RequestContext.getCurrentInstance().addPartialTarget(viewRoot); -Thanks, Srinath K. On 5/2/07, *Luka Surija* [EMAIL PROTECTED] mailto:[EMAIL

Re: [Trinidad] PPR and Dialog

2007-05-02 Thread Luka Surija
binding=#{DialogMB.panel} .. /tr:panelGroupLayout in your managed bean CorePanelGroupLayout panel; and a getter and setter for the same. -Thanks, Srinath K On 5/2/07, *Luka Surija * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, tnx for the tip, but it doesn't work. here