Re: getting information about caller-url

2009-07-14 Thread Georg Füchsle
Hallo Mamallan! Thank You! I tried your proposal. In my example the RequestHeaderMap contains the following keys: 1.: User-Agent 2.: Host 3.: Connection 4.: Accept-Encoding 5.: Cookie 6.: Accept 7.: Accept-Language The key "referer" doesnot exist. Is it possible that this key does not exist, b

[rinidad] Bug in !?

2009-07-14 Thread Daniel Niklas
Hi, i think, that i've found a nasty bug in . When you use with "autosubmit="true", enter invalid data (eg. "bug") and then click somewhere else. After that you will get an hourglass. This only happens in IE (6+7), in FF everything works correct. You can try it out here: http://myfaces.apache.o

Re: getting information about caller-url

2009-07-14 Thread Matthias Wessendorf
On Tue, Jul 14, 2009 at 9:54 AM, Georg Füchsle wrote: > Hallo Mamallan! > > Thank You! > > I tried your proposal. > In my example the RequestHeaderMap contains the following keys: > > 1.: User-Agent > 2.: Host > 3.: Connection > 4.: Accept-Encoding > 5.: Cookie > 6.: Accept > 7.: Accept-Language >

Re: [trinidad] Bug in !?

2009-07-14 Thread Daniel Niklas
Hi again, there is a similar problem with . When you Click on the link within , you will get a hourglass, too! Daniel -- View this message in context: http://www.nabble.com/-trinidad--Bug-in-%3CinputDate%3E%21--tp24475291p24476753.html Sent from the MyFaces - Users mailing list archive at Na

Re: problems with dataScroller

2009-07-14 Thread Werner Punz
David Gampe schrieb: i have a t:dataList and a t:dataScroller for it. but if i click my > link, he skips one page. i.e. i'm on page 1 - i click next - and i'm on page 3 then... the displayed number of pages and the included links are working... any ideas about that? greetings david Hello Da

AW: problems with dataScroller

2009-07-14 Thread David Gampe
Hello Werner, i worked yesterday on it and solved it. I had to modify an existing dataScroller. After i created it from scratch it worked NEARLY good... ..but now i have another problem. I have some category sites, which use my dataScroller. If i got to page 3 (for example) in one category and i

Re: How to create style classes for tr:table headers

2009-07-14 Thread efellows
I solved my problem by putting the following in my stylesheet: .inner th{ padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-family: "Tahoma"; font-size: 14px; color: #FF; background-color: red; } -- View this message in

[MyFaces][Core]

2009-07-14 Thread Guy Bashan
Hi, It seems like it is impossible to catch the "ViewExpiredException". I have a filter with "try" and "catch". When there is "ViewExpiredException", the exception is being printed even though I catch it. Is there a way of catching this exception? Thanks, Guy.

Re: [rinidad] Bug in !?

2009-07-14 Thread Richard Yee
I tried it on tr:inputDate on the demo site and could not reproduce the problem you describe. http://www.irian.at/trinidad-demo/faces/components/inputDate.jspx What version are you using? -Richard On Tue, Jul 14, 2009 at 1:04 AM, Daniel Niklas wrote: > > Hi, > > i think, that i've found a nasty

Re: [rinidad] Bug in !?

2009-07-14 Thread Richard Yee
I have attached a screenshot of the results of the test I did on the irian site. I used IE 6 without any problems. -Richard On Tue, Jul 14, 2009 at 9:35 AM, Richard Yee wrote: > I tried it on tr:inputDate on the demo site and could not reproduce > the problem you describe. > http://www.irian.at/

Re: AW: problems with dataScroller

2009-07-14 Thread Werner Punz
David Gampe schrieb: Hello Werner, i worked yesterday on it and solved it. I had to modify an existing dataScroller. After i created it from scratch it worked NEARLY good... ..but now i have another problem. I have some category sites, which use my dataScroller. If i got to page 3 (for example)

Re: AW: problems with dataScroller

2009-07-14 Thread Werner Punz
Werner Punz schrieb: David Gampe schrieb: Hello Werner, i worked yesterday on it and solved it. I had to modify an existing dataScroller. After i created it from scratch it worked NEARLY good... ..but now i have another problem. I have some category sites, which use my dataScroller. If i got t