Re: t:inputDate off by one day!

2006-05-10 Thread Volker Weber
}/ this two lines renders the same text with (if your servers default timezone is != GMT) different times. Regards, Volker Thank you again Cosma On 5/10/06, Volker Weber [EMAIL PROTECTED] wrote: Hi, see http://issues.apache.org/jira/browse/MYFACES-506 and this thread http

Re: [newbie] - simple custom tag problems

2006-05-11 Thread Volker Weber
)); } } Regards, Volker writer.endElement(p); writer.flush(); } Any help is greatly appreciated. Thanks! -Rajiv On 11/05/06, Volker Weber [EMAIL PROTECTED] wrote: Hi Rajiv, JSFSter Smith wrote: Firstly, kudos to the MyFaces team

Re: Where to find sandbox.jar ?

2006-05-12 Thread Volker Weber
Hi, we have made the war file of the tobago-example-demo at http://tobago.atanion.net/tobago-example-demo downloadable just by adding the '.war' extension: http://tobago.atanion.net/tobago-example-demo.war This is just a link from www root to tomcat/webapps/tobago-example-demo.war so is garanted

Re: [jira] Commented: (TOBAGO-69) t:image does not support a png image with a transparent background - displays background as mid-grey

2006-05-21 Thread Volker Weber
Hi John, you can use tobagos script tag to embed javacript into the page. The body of the tag is included as javascript section into the html head tag. Regards, Volker John wrote: Oh yes I have Javascript code which when embedded within a page, permits IE to display PNGs with

Re: Does anyone have the IE png fix working with Tobago/myFaces?

2006-05-21 Thread Volker Weber
Hi John, wrote my first mail to fast, youre already use t:script :-). as i wrote in th first mail the body of t:script is rendered inside hrml script tags, and !--[if lt IE 7.] script defer type=text/javascript src=js/pngfix.js/script ![endif]-- is no valid javascript :-(. try this:

Re: Does anyone have the IE png fix working with Tobago/myFaces?

2006-05-21 Thread Volker Weber
changes are being overwritten by the Tobabgo onLoad js functions? John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 2:09 AM To: MyFaces Discussion Subject: Re: Does anyone have the IE png fix working with Tobago/myFaces? Hi John

Re: Does anyone have the IE png fix working with Tobago/myFaces?

2006-05-21 Thread Volker Weber
If the f:verbatim not works, pleas send me one of your images, i can try it out tomorrow. see the footer how to build my email. John wrote: Not within menuItems but they are the image of a ToolBarCommand... -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent

Re: (Resolved) -Does anyone have the IE png fix working with Tobago/myFaces?

2006-05-22 Thread Volker Weber
Hi John, for style you don't need f:verbatim, you can use tc:style img { behavior: url(pngbehavior.htc); } /tc:style the content of tc:style is rendered into style tags inside of html head regards Volker 2006/5/22, John [EMAIL PROTECTED]: This works! Thank you. The trick is: 1) making

Re: datatable and selecting a row event

2006-05-23 Thread Volker Weber
Hi Alex, we do this by using h:commandlink, with parameter, for displaying the row data. But you need to hit the text when clicking on a row. regards, Volker 2006/5/23, Alex Burton [EMAIL PROTECTED]: Hi all, I'm trying to use a datagrid as a way to quickly find and select a particular

Re: forceId not supported in Tobago?

2006-05-25 Thread Volker Weber
Hi John, yes, thats correct. And i still can't see any good reason to need it. What is the problem having fully-qualified ids in generated html? You have still full controll over the generated ids by assigning a id to each namingContainer component tag. Tobago tags with UIComponents

Re: forceId not supported in Tobago?

2006-05-25 Thread Volker Weber
. Volker Weber wrote: Hi John, yes, thats correct. And i still can't see any good reason to need it. What is the problem having fully-qualified ids in generated html? You have still full controll over the generated ids by assigning a id to each namingContainer component tag. Tobago tags

Re: forceId not supported in Tobago?

2006-05-25 Thread Volker Weber
-existing javascript methods that need to be passed an id, since the html Ids are dynamically generated and fully qualified. -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 8:28 AM To: MyFaces Discussion Subject: Re: forceId

Re: forceId not supported in Tobago?

2006-05-25 Thread Volker Weber
On 5/25/06, John [EMAIL PROTECTED] wrote: Then if forceId is not supported, how do you use pre-existing javascript methods that need to be passed an id, since the html Ids are dynamically generated and fully qualified. -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED

Re: Tobago sheets don't gridLayout with other components?

2006-05-27 Thread Volker Weber
Hi John, i never observed such a problem, but i can't try it out before Monday. Can you post some example code? Regards, Volker John wrote: It seems that sheets don't participate in a gridLayout like normal components. When a sheet is involved (even when wrapped in a cell), it seems to

Re: Tobago sheets don't gridLayout with other components?

2006-05-29 Thread Volker Weber
Hi John, just tested it out, layouting works well for sheet. you have two errors and one problem on your page: see inline John wrote: This is the code that exhibits the behavior: It should layout like: X X X X (both Xs are the sheets span) But it lays out like: X X X With both

Re: Can tobago and tomahawk layout rendering work together?

2006-06-04 Thread Volker Weber
No, it's not (yet) possible, maybe (but not sure) in the future. http://myfaces.apache.org/tobago/faq.html#tobago/myfaces%20extension The error below is because tobago did not find a renderer for org.apache.myfaces.JSCookMenuRenderer in the resourcePath. Regards, Volker Cory Showers wrote:

Re: Can I use a div component in between two sets of tc:page tags in one tobago jsp page?

2006-06-08 Thread Volker Weber
Hi Cory, no, you can't use two tc:page in the same page. tc:page is the outher container which renders the start and end of a page and do all initialization eg. in html the html head link ... script ... /head body and /body /html you can

Re: Anything for tobago like Simple for tomahawk

2006-06-08 Thread Volker Weber
Hi, you can fetch the war file for the demo at http://tobago.atanion.net/tobago-example-demo/ from http://tobago.atanion.net/tobago-example-demo.war regards, Volker 2006/6/8, sumanta [EMAIL PROTECTED]: Can anyone please provide me with the location of the war file that contains the demo

Re: How can I display radio buttons in 2 columns?

2006-06-14 Thread Volker Weber
Hi, see http://myfaces.apache.org/tomahawk/tlddoc/t/radio.html there should be an example in simple.war regards, Volker 2006/6/14, Paul Spencer [EMAIL PROTECTED]: Fintan, Visually is it is the same concept, but how do I implement it with with radio buttons? I have seen references to

Re: f:converterDateTime doesn't convert properly

2006-06-20 Thread Volker Weber
Hi, see this thread for more info: http://www.mail-archive.com/users%40myfaces.apache.org/msg21412.html regards, Volker 2006/6/20, Susumu Majima [EMAIL PROTECTED]: I use JBOSS/Seam that includes Myface1.1.1. When I try to show time it isn't shown properly. the code snipped is below

Re: selectonemenuitem problems Value is not a valid option

2006-07-10 Thread Volker Weber
Hi, the value of f:selectItems must be a array of SelectItem. you shoud have: public SelectItem[] getHosts() { ... } regards, Volker 2006/7/10, sarma [EMAIL PROTECTED]: Hi, I am working with two selectOneListBox in jsf If I selected one item in first list box the corresponding

Re: [ myFaces - Tobago ] - Some instances of IE just don't work

2006-07-13 Thread Volker Weber
Hi John, just a quick guess: in IE 7.x you need ActiveX enabled to make AJAX work. regards, Volker 2006/7/12, John [EMAIL PROTECTED]: I have our application running fine in Firefox - it includes Tobago server side tabbing Thought it worked in IE... We deployed our application to

Re: [tobago] - how to change label values dynamically?

2006-07-18 Thread Volker Weber
Hi Cory, the label element has no value property, try innerHTML instead. document.getElementById(selform:val1).innerHTML = myDataKeys[0].childNodes[0].nodeValue; regards, Volker 2006/7/17, Showers, Cory R [EMAIL PROTECTED]: I am trying to change Tobago tc:label value while the web app

Re: [Tobago] Image resizing

2013-11-20 Thread Volker Weber
Hi, the content of the column gets the width from the sheets column attribute. You should wrap the image into a panel: tc:column id=barChart sortable=false align=left tc:panel f:facet name =layout tc:gridlayout rows=16px columns=#{item.gauge.width} /f:facet tc:image

Re: [Tobago] Image resizing

2013-11-20 Thread Volker Weber
, thanks for the hint. I tried this way already, but it doesn't work. The image could be displayed with fixed width. Any ideas? Regards, Hani -Ursprüngliche Nachricht- Von: weber..com [mailto:weber..com] Im Auftrag von Volker Weber Gesendet: Mittwoch, 20. November

Re: [Tobago] Image resizing

2013-11-21 Thread Volker Weber
} height=16 / tc:panel /tc:column this works in the demo. Regards, Volker 2013/11/21 Volker Weber v.we...@inexso.de Hi Hani, i see the problem. The valueBinding for the width is evaluated only once, and this value is used for all rows. I think Udo should have a look at this. Please

Re: [Tobago] Image resizing

2013-11-21 Thread Volker Weber
Volker, try to get the image width from the bean or from the var object. The image will not be displayed. Regards, Hani Von: weber.vol...@googlemail.com [mailto:weber.vol...@googlemail.com] Im Auftrag von Volker Weber Gesendet: Mittwoch, 20. November 2013 18:14 An: MyFaces Discussion

Re: [TOBAGO] Problem with building a UISheet

2014-04-23 Thread Volker Weber
Hi Michael, the sheet iterates over a collection of objects. You need to set the sheets value with this collection. regards, Volker 2014-04-23 10:36 GMT+02:00 Michael Linke michaelli...@me.com: Hello! I'm have some problems with creating a Table. I want to create a dynamic table with

Re: Distinguish if parameters are sent by POST or GET

2015-03-18 Thread Volker Weber
Hi Georg, in ServletContext you can use HttpServletRequest.getMethod(): ((HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest()).getMethod() regards, Volker 2015-03-18 15:46 GMT+01:00 Georg Füchsle giofy...@googlemail.com: Hallo Max, Thanks for

Re: TRINIDAD Api/Impl release date

2016-03-31 Thread Volker Weber
Hi, 2016-03-31 6:07 GMT+02:00 Keertipati, Gopichand < gopichand.keertip...@in.pega.com>: > Hi, > > > I am interested in Trinindad updates , I need information for some > questions > > 1. What is the latest version of trinidad api / impl ? > 2. From where can i download the latest version of

Re: [Tobago] f:ajax inside tc:in event="keyup"

2018-08-21 Thread Volker Weber
Hi Dennis, Am Mo., 20. Aug. 2018 um 18:50 Uhr schrieb Dennis Kieselhorst < d...@apache.org>: > > I see, I'm not sure if this is really the intended behaviour. > > @Udo, Henning what do you think? > > Cheers > Dennis > I'm not sure about your question, is it about the behavior of the "onchange"

[ANNOUNCE] Apache Tobago 2.4.2 released

2020-02-17 Thread Volker Weber
The Apache MyFaces team is pleased to announce the release of Apache Tobago 2.4.1. Apache Tobago is a component library for JavaServer Faces (JSF) that allows to write web-applications without the need of coding HTML, CSS and JavaScript Main features Tobago 2.4.2 * Bugfixes

<    4   5   6   7   8   9