Trinidad inputDate popup

2010-11-19 Thread Dj Apal [GR]
Hello all. Does anyone know if we can have a popup near the date icon and not in the middle of the page? The nearest i could get was this tr:panelHorizontalLayout tr:inputDate value=#{aBean.dateTo} chooseId=pickerToApproval label=#{resour.to} inlineStyle=padding-left:1px

Possible trinidad ui bug?

2010-03-18 Thread Dj Apal [GR]
Hello all. I use a tr:table with rowBandingInterval=1. If i choose to align=right the column, it always stays white and although the other columns set correctly the background color, due to rowBandingInterval=1, these right-aligned column don't. Is this a bug? Thnx! -- __o _\._ (_)/ (_)

Re: Is there a way to close the tr:panelPopup component

2010-03-09 Thread Dj Apal [GR]
TrPanelPopup.hidePopup(event); maybe? 2010/3/8 Eisenträger, Tobias tobias.eisentrae...@arag.de Hello, I've been using the tr:panelPopup Component and it worked great so far. Now I got the problem if I click on a tr:commandLink inside the popup, which only performs PPR - the panelPopup

Re: Trinidad panelFormLayout align question

2010-03-03 Thread Dj Apal [GR]
/tr:panelFormLayout Thanks Mamallan On 3/2/2010 6:21 AM, Dj Apal [GR] wrote: 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

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

Unable to find a default provider

2010-02-02 Thread Dj Apal [GR]
Hello all. I'm trying to port a project of mine from jsf 1.1 to jsf 2. I also changed Hibernate to use annotations instead of xml files. I use myfaces 2 beta and trinidad 2 alpha. Still haven;t changed anything at my web configuration. I get this error. Anyone knows sth about that? Thnx!

Trunk and MyFaces 2.0

2010-01-20 Thread Dj Apal [GR]
Hello all. Does anyone know if trunk has the latest changes for first-steps support of jsf 2.0 or the changes are commited to equivalent branch and trunk points to 1.2.X versions? I suppose the same thing happens to other stuff like tomahawk,trinidad etc. Thnx in advance!

text-align in inputText

2009-09-04 Thread Dj Apal [GR]
I'm trying to declare 2 classes. One with the default skin for inputText and one with text-align:right for numeric input text only. af|inputText.numericText::content { font-weight: bold; border-style:solid; border-color:gray; border-width:1px; font-family:

Bundle keys for skinning

2009-08-24 Thread Dj Apal [GR]
Hello all. Can somebody tell me where I can find the list of all the keys for bundle names to use with trinidad or can they be posted as a reply? Also, if I declare English as default locale and Greek as a supported one, the default class should be SkinBundle let's say, and the Greek one

Trinidad detailstamp and panelpopup

2009-08-18 Thread Dj Apal [GR]
Hello all. I have 2 questions concerning trinidad: 1. Can we avoid PPR while showing/hiding details? Can we just use simple javascript for that? 2. Is there a way to add a close button to panelpopup? I want to have a confirmation panelpopup with Yes as action button and No as a simple gobutton.

Re: Trinidad regexp validation

2009-07-16 Thread Dj Apal [GR]
Mamallan Dj Apal [GR] wrote: Hello all. I'm trying to use this tag for validating integers but even the example from the site doesn't work. The value must match this pattern: [9]* I get the same message all over again. Anyone has same probs? Using Trinidad 1.0.10 (for jsf 1.1) TIA -- --

Re: Trinidad regexp validation

2009-07-16 Thread Dj Apal [GR]
. -Matthias On Thu, Jul 16, 2009 at 8:44 AM, Dj Apal [GR]dja...@gmail.com wrote: Yes same issue. :( Thnx for the info 2009/7/15 Mamallan Uthaman mamallan.utha...@oracle.com Hi Dj Apal, Do you have this problem only during client-side validations? Not sure if it is the same

Trinidad regexp validation

2009-07-15 Thread Dj Apal [GR]
Hello all. I'm trying to use this tag for validating integers but even the example from the site doesn't work. The value must match this pattern: [9]* I get the same message all over again. Anyone has same probs? Using Trinidad 1.0.10 (for jsf 1.1) TIA --

Re: Trying to put my pages in subfolders (Absolute Beginner Talk)

2009-07-08 Thread Dj Apal [GR]
h:outputLink value=*/*register/ClientRegister.jsf link/h:outputLink 2009/7/8 Marcelo Lotif mlotifj...@gmail.com Hi all, Fir. I'm new to MyFaces and I'm stating to build a new application. I'm using MyFaces + Facelets + RichFaces, and It's all already up and running on Eclipse, but I'm

Re: Trying to put my pages in subfolders (Absolute Beginner Talk)

2009-07-08 Thread Dj Apal [GR]
:8080/appname/register/ClientRegister.jsf;. This second way appears when I put the way I wrote first, which I presume is correct, but this also gives me the same 404 page. On Wed, Jul 8, 2009 at 4:40 PM, Dj Apal [GR]dja...@gmail.com wrote: h:outputLink value=/register/ ClientRegister.jsf

Jscookmenu and trinidad rendering

2009-07-06 Thread Dj Apal [GR]
Hello. I'm developing a trinidad-facelets-tomahawk application and I want to use jscookmenu but it cannot be rendered. I cannot see a thing. I use tomahawk 1.1.9 and trinidad 1.0.10 due to the fact that this project has to be deployed to WAS 6.1 (meaning JSF 1.1 :( ) I have searched for it and i