RE: [TOBAGO] How to change the layout in the following dialouge

2008-10-07 Thread Arvid Hülsebus
> Positioning popups > Do you use the same layout form ? The address book example contains 3 examples for popups: column selector, about dialog and file upload. Currently you need to specify all positioning attributes of a popup. Then this popup has a concrete size, which the layout manager can

RE: [TOBAGO] How to change the layout in the following dialouge

2008-10-07 Thread Arvid Hülsebus
color: yellow; } Best regards Arvid -Original Message- From: Arvid Hülsebus [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 10:54 AM To: 'MyFaces Discussion' Subject: RE: [TOBAGO] How to change the layout in the following dialouge Hello (1) Layouting the height of rows

RE: [TOBAGO] How to change the layout in the following dialouge

2008-10-06 Thread Arvid Hülsebus
Hello (1) Layouting the height of rows You can assign values for the height of each row -- for example as relative sizes: rows="1*;5*" See http://myfaces.apache.org/tobago/guide.html#Layout for more information. (2) How to position a popup The popup has respective positioning attributes: widt

RE: [TOBAGO] CLOSED serious problems with managed-bean's

2008-09-30 Thread Arvid Hülsebus
The DebugPhaseListener just prints out debug information in the log file -- for example timing information about the phases in the JSF life cycle and messages found in the Faces Context. The TobagoMultipartFormdataFilter is used to handle file upload and is more or less transparent in other occ

RE: [TOBAGO] serious problems with managed-bean's

2008-09-29 Thread Arvid Hülsebus
Hello The log message in ViewHandlerImpl:101 has the wrong level. It's just debug info, not an error. I fixed that in the code. I think we need more info to determine, what goes wrong: Java and JSP snippets of the relevant areas. Perhaps a bigger chunk of the log file could help, too. Best reg

RE: Togabo Docs ... where ?? What happened to the tobago-tutorial.html page

2008-09-25 Thread Arvid Hülsebus
Hello We had to put the tutorial down, because finally the book "The Definitive Guide to Apache MyFaces and Facelets" was released. There were some misunderstandings regarding the release process and it took pretty long until the book reached the printer, therefore we decided to put the content

Re: tobago problems with Websphere 6.1

2008-05-08 Thread Arvid Hülsebus
Hello I know of 2 productive Tobago applications running on WebSphere 6.1. WebSphere 6.1 provides its own JSF implementation -- a variant of the Sun RI. Can you check if the WAR you are deploying contains a JSF implementation (myfaces-impl + myfaces-api or jsf-impl + jsf-api) and remove it?

Re: [Tobago] Problem migrating to 1.0.15

2008-02-14 Thread Arvid Hülsebus
Hello Like Udo I tried to reproduce the problem, but I failed, too. On my test page the tc:selectOneChoice gets rendered without any problem. Perhaps you can set up a small page, where this problem occurs. It shouldn't be necessary to add a tc:cell just to get the tc:selectOneChoice appear i

Re: tc:in required sign and JS value update

2007-08-08 Thread Arvid Hülsebus
Evil... updating tc:in controls via JS. Perhaps partial rendering would be the way to go. Did you try to call blur() on the input field? This should trigger the necessary event. Best regards, Arvid Michał 'Gandalf' Stawicki wrote: This might sound lame, but if I have an empty required fie

Re: [tobago]

2007-06-21 Thread Arvid Hülsebus
Hello! I think that images for select items which are implemented by OPTION elements are currently not supported. For Firefox we could fix this by styling the OPTION element via a background image. But I didn't found a way to achieve this for IE. Regards, Arvid Zied Hamdi wrote: Hi, I ha

Re: [Tobago] How to make tobago pages printable

2007-05-31 Thread Arvid Hülsebus
Hello, I think we need to enhance the page renderer to allow themes to specifiy the media attribute of a stylesheet. If have your own theme you could overwrite the stylesheet inclusion mechanism in the page renderer yourself as workaround. Regards, Arvid H. Swaczinna wrote: Hi, nobody had

Re: [Tobago] tc:message for tx:date solution

2007-05-25 Thread Arvid Hülsebus
I checked in a small page in the test example. If the id ("page:validityEnd") is specified correctly (absolute id path from view root through all naming containers), the message gets displayed. See: http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test/src/main/webapp/messages.jsp h

Re: [ Tobago ] Help Regarding custom message for Conversion Errors

2007-05-23 Thread Arvid Hülsebus
For more information on the XML file format see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html#loadFromXML(java.io.InputStream) and http://java.sun.com/dtd/properties.dtd Specifying string resources in XML -- though being a little bit more verbose -- has the advantage that yo

Re: rich text box component...

2007-05-11 Thread Arvid Hülsebus
Did you have a look at the Tomahawk component http://www.irian.at/myfaces/inputHtml.jsf Regards, Arvid Alexander Wallace wrote: Hi there! Anyone know of a rich text component we can use with my faces? This is in portlets, i just want the basic B/I/U and text justification buttons... nothing

Re: [Tobago] Custom theme with favicon.ico

2007-05-10 Thread Arvid Hülsebus
I checked in a first, preliminary version for favicon support. You can now specify an application icon on the page: Regards, Arvid Cort, Tom wrote: Arvid Hülsebus wrote: This is a fairly easy change and could be added to the next release. Can you please add a feature request to JIRA

Re: [Tobago] Custom theme with favicon.ico

2007-05-10 Thread Arvid Hülsebus
Hello, We were thinking about adding a favIcon attribute to tc:page, which would in turn render a element into the HTML header. Additionally the ResourceServlet has to be extended to support the .ico extension and map it to the content type "image/vnd.microsoft.icon" or "image/x-icon". Becau

Re: [Tobago] File-upload doesn't work anymore with myFaces 1.1.5

2007-05-10 Thread Arvid Hülsebus
27;m using TobagoMultipartFormdataFilter but I tried the other way also with no success. Hm, then I have to have a look at the address demo. But do you aggree with me that code that worked with 1.1.4 should work with 1.1.5 also? Regards Helmut - Original Message - From: "Arvid Hülsebus&quo

Re: [Tobago] File-upload doesn't work anymore with myFaces 1.1.5

2007-05-10 Thread Arvid Hülsebus
In the address demo the file upload works with MyFaces 1.1.5 and a popup. Are you using the TobagoMultipartFormdataFilter servlet filter or the tobago-fileupload.jar? The preferred way is adding tobago-fileupload.jar to the classpath. Regards, Arvid Helmut Swaczinna wrote: Please help, this i

Re: [Tobago] validator error message as tooltip?

2007-05-03 Thread Arvid Hülsebus
Hello, If you press 'Submit' on the demo:   http://tobago.atanion.net/tobago-example-demo/faces/overview/validation.jsp you get: The error message is displayed as a tooltip for the red framed input box. If you provide a speaking id, it becomes somewhat readable. Is this sufficient? Regar

Re: [Tobago] Skip a row while displaying

2007-05-02 Thread Arvid Hülsebus
Hello, Currently empty rows are not dropped form the sheet and I don't think we should go into that direction. IMO you need to wrap your data object into a kind of proxy, which hides the rows on the model level. Regards, Arvid

Re: [Tobago] Issue with Label Text alignment btw IE and Firefox

2007-03-15 Thread Arvid Hülsebus
Do you have the same problem with the life demo? http://tobago.atanion.net/tobago-example-demo/faces/overview/layout.jsp Perhaps you can send the JSP page (or whatever view technology you are using). Regards, Arvid Vinay Konanki wrote: Hi all, I have an issue with label text alignments bet

Re: [Tobago] Popups background not disabled

2007-03-15 Thread Arvid Hülsebus
ss. I thought i had asked you before, obviously not. btw: can you take a look at TOBAGO-213? I tryed without succes to hide the selects with an iframe underlying the header. Regards, Volker 2007/3/15, Arvid Hülsebus <[EMAIL PROTECTED]>: I have built a solution with IFRAMEs which works in

Re: [Tobago] Popups background not disabled

2007-03-15 Thread Arvid Hülsebus
ppier if we could... > > Regards > Helmut > > >> BTW, the same is true for the progress effect used for page transitioning. >> >> Is switching to IE 7 an option? >> >> Regards, >> Arvid >> >> Arvid Hülsebus wrote: >>> In a different

Re: building tomahawk 1.1.3 from svn

2007-03-14 Thread Arvid Hülsebus
It looks like the master POM wasn't deployed on the central repository server: http://repo1.maven.org/maven2/org/apache/myfaces/maven/myfaces-master/ You can check out the tagged master POM from here: http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_3/master-pom/ and deploy it in your

Re: [ Tobago ] Change the Translation

2007-03-14 Thread Arvid Hülsebus
Hello, the easiest way would be to derive a theme from the one you are using (if you are using one of the provided ones) and replace the image ...\src\main\resources\org\apache\myfaces\tobago\renderkit\html\scarborough\standard\image\tobago-overlay-wait.gif For a minimal derived theme see ...

Re: [tobago] Implementing excel export example leeds to blocked ui

2007-03-14 Thread Arvid Hülsebus
, Arvid Arvid Hülsebus wrote: Hello, IMO you currently cannot produce 2 different results. Therefore you will have to disable the transition effect for the command like this: transition="false"/> If you are setting a target attribute like "_blank" the transition is

Re: [tobago] Implementing excel export example leeds to blocked ui

2007-03-13 Thread Arvid Hülsebus
Hello, IMO you currently cannot produce 2 different results. Therefore you will have to disable the transition effect for the command like this: If you are setting a target attribute like "_blank" the transition is disabled automatically. Regarding the content disposition. In the past I h

Re: [Tobago] Popups background not disabled

2007-03-13 Thread Arvid Hülsebus
BTW, the same is true for the progress effect used for page transitioning. Is switching to IE 7 an option? Regards, Arvid Arvid Hülsebus wrote: In a different project I installed something like a keyboard event sink to avoid this. I will try to work this out together with Udo. The select

Re: [Tobago] Popups background not disabled

2007-03-13 Thread Arvid Hülsebus
In a different project I installed something like a keyboard event sink to avoid this. I will try to work this out together with Udo. The select control problem doesn't exist in IE 7. For IE 6 we didn't include an IFRAME hack up to now to hide the select controls. This was a known issue, which

Re: Compatibility problem with MyFaces 1.1.4 and WebLogic 9.1??

2007-03-08 Thread Arvid Hülsebus
Hello, We are currently running a Tobago application with MyFaces 1.1.5 on a Weblogic 9.2 without any problems. I think we did have the described version combination a few month ago, but I would need to check that in our repository. Regards, Arvid Roger Alix-Gaudreau wrote: Good morning,

Re: [Tobago-myFaces] - Using Internet Explorer is a complete nightmare

2006-09-28 Thread Arvid Hülsebus
Hello John, do you get JavaScript errors inside the Tobago demo, too? I started IE with ntsd and navigated to http://tobago.atanion.net/tobago-example-demo/faces/overview/basicControls.jsp If I type a character inside the first input field and wait for completion I get the described unknown

[ANNOUNCE] MyFaces Tobago 1.0.8 Release

2006-09-20 Thread Arvid Hülsebus
The Apache MyFaces team is pleased to announce the release of MyFaces Tobago 1.0.8. MyFaces Tobago provides a well designed set of JSF user interface components. The components are compatible with MyFaces Core 1.1.4 and the JSF Reference Implementation from Sun. The MyFaces Tobago 1.0.8 distribu

Re: MyFaces vs. WAS 6.1

2006-06-20 Thread Arvid Hülsebus
Hello, The JSF implementation resides in plugins/com.ibm.ws.webcontainer_2.0.0.jar. It looks like the Sun RI. For Tobago applications you can just drop the MyFaces jars and work with the implementation provided by IBM. I didn't try to use MyFaces instead up to now. Regards, Arvid THIEN PHA

Re: cant get simple tobago tree example to work

2006-06-09 Thread Arvid Hülsebus
Showers, Cory R wrote: > Can u see if it works with 1.0.7? I switched to 1.0.7 and the tree example works. Regarding Scarborough: Speyside is an extension of Scarborough and reuses the TreeRenderer. Therefore seeing org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TreeNodeRendere

Re: cant get simple tobago tree example to work

2006-06-09 Thread Arvid Hülsebus
Hello, which version of Tobago are you using? I copied your stuff into the blank example (current Subversion trunk, 1.0.8-SNAPSHOT) and it seems to work -- at least after adding an empty TreeEditor class. Regards, Arvid Showers, Cory R wrote: > > I’m trying to create the simple Tobago tree from

[ANNOUNCE] MyFaces Tobago 1.0.7

2006-05-08 Thread Arvid Hülsebus
Features - Facelets integration - Support for sheet sorting by application For a complete list please see: http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310273&fixfor=12310824 Enjoy, Arvid Hülsebus

Re: error while resolving artifact xslt-plugin

2006-04-26 Thread Arvid Hülsebus
No, it's already configured... the URL http://repo1.maven.org/maven2 will redirect you to http://www.ibiblio.org/maven2/ So http://www.ibiblio.org/maven2/org/apache/maven/wagon/wagon-ssh-external/1.0-alpha-6/ is equivalent to http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-extern

Re: error while resolving artifact xslt-plugin

2006-04-26 Thread Arvid Hülsebus
Hello, It looks like you have some problems with your network connection. You can navigate your browser to the location where Maven tries to locate the plugin in question: http://www.ibiblio.org/maven2/org/apache/maven/wagon/wagon-ssh-external/1.0-alpha-6/ The plugin is there. You can try to run

Re: Sheet - HowTo

2006-04-26 Thread Arvid Hülsebus
Another question: how do i manage it to get a box or smth else centered on the page. I'm thinking of a Login/Password Box simply centered on the page A simple login page could look like this:

Re: Layout of page components

2006-04-25 Thread Arvid Hülsebus
Hello Mike! If nothing else, perhaps I can write up our discusson on this as a better answer Your are welcome to improve our FAQ ;-) What about the possiblity of components existing both in and out of tobago? I thought I would be able to discuss this matter more thoroughly with one of the

Re: Layout of page components

2006-04-24 Thread Arvid Hülsebus
Tobago calculates widths and heights on the server. Therefore it needs to be able to ask components about its size. We were thinking about providing a way to describe these sizes for other component sets but this wouldn't help to cope with the theming. Currently I don't see a good way to i

[tobago] Release 1.0.7 delayed

2006-04-22 Thread Arvid Hülsebus
Hello, we planned to have all issues for 1.0.7 fixed until tomorrow. But we are a little late. There are still 4 open issues and we need a little bit more testing. Therefore I moved the release date to 30/Apr/06. I hope we will have a release candidate soon. Regards, Arvid

Re: Tobago DateUnitTest failure

2006-04-18 Thread Arvid Hülsebus
Hello, until we have a solution for the problems with DateUnitTest, I excluded the test. Regards, Arvid Volker Weber wrote: Hi Rogerio, the DateUnitTest again :-(. Can you please post the test results from 'target/surefire-reports/'. You can skip the tests with 'mvn -Dmaven.test.skip=tr

Re: Tobago in a portal

2006-04-17 Thread Arvid Hülsebus
Hello! Srinivas Surapaneni wrote: > Has anyobe used Tobago in a portal/portlet environment successfully Not that I am aware of. > > Can use both Tomhawk and tobago components in the same project? At the moment this won't work too well. Tobago needs size information for components in order to be

Re: Tobago?

2006-04-17 Thread Arvid Hülsebus
Hello, we had some problems with this unit test before. Looks like there is still something wrong. ... at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkField(DateUnitTest.java:179) at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.

Re: How to set parameter in resource bundle in page

2006-03-14 Thread Arvid Hülsebus
You can use like this: Regards, Arvid Anthony Hong wrote: IN JSF page, usual do i18n like then : I have a question how to use a composite message. like tagKey=We met for {0} days -- Anthony Hong

Re: Tobago simple example

2006-03-10 Thread Arvid Hülsebus
Ok, forget about the bug report... Volker already entered it. Additionally the the workaround doesn't seem to work in IE, but only in Firefox. So you have to wait for Volker's hotfix ;-) Regards, Arvid Arvid Hülsebus wrote: Hello, currently I wonder why the form is submitted

Re: Tobago simple example

2006-03-10 Thread Arvid Hülsebus
Hello, currently I wonder why the form is submitted at all, if enter is pressed, because the button is not a default button. The workaround we found for now is to explicitly define the button as default button: defaultCommand="true" label="#{overviewBundle.validation_submi

Re: Internationalization - East-european-characters in resourcebundle

2006-03-09 Thread Arvid Hülsebus
Another solution would be to use native2ascii [1]. I tried something like this: native2ascii -encoding UTF-8 t1.properties > t2.properties Properties properties = new Properties(); properties.load(new FileInputStream("t2.properties")); assertEquals("Ššľť", properties.get("k

Re: Using Tobago with facelet?

2006-02-09 Thread Arvid Hülsebus
a:424) ... 71 more 9 févr. 2006 16:55:04 com.sun.facelets.FaceletViewHandler handleRenderException Has anybody some clue about the reason of this problem? Thanks, Thomas Arvid Hülsebus a écrit : Yes, thanks a lot! I just came home from work and updated the example. Now the gridLayout

Re: Using Tobago with facelet?

2006-02-09 Thread Arvid Hülsebus
.lang.NullPointerException at org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(ResourceManagerImpl.java:424) ... 71 more 9 févr. 2006 16:55:04 com.sun.facelets.FaceletViewHandler handleRenderException Has anybody some clue about the reason of this problem? Thanks, Thomas A

Re: Using Tobago with facelet?

2006-02-08 Thread Arvid Hülsebus
Yes, thanks a lot! I just came home from work and updated the example. Now the gridLayout works: But I still get this warning: 08.02.2006 23:33:16 com.sun.facelets.tag.jsf.ComponentRule warnAttr WARNUNG: /helloWorld.xml @10,43 columns="fixed;*" Property 'columns' is not on type: org.apache

Re: Using Tobago with facelet?

2006-02-07 Thread Arvid Hülsebus
Hello! Here is a short description of my findings before I go to bed: I started to write a Facelets taglib for some of the Tobago core tags: page, out, gridLayout, panel, label and in. A simple XML file like this "http://java.sun.com/jsf/core"     xmlns:tc="http://myfaces.apache.org/tob

Re: Using Tobago with facelet?

2006-02-07 Thread Arvid Hülsebus
If I have some time tonight I will give it a try -- finally. I just postponed this far too long... Regards, Arvid Mike Kienenberger wrote: Thomas, [EMAIL PROTECTED] is also the tobago users mailing list. I know that the question of combining tobago and facelets has come up before, but I don'

Re: Tomcat didn't load JSF-Page (Tobago-Problem?)

2005-11-11 Thread Arvid Hülsebus
Hello! I currently extend the Tobago example address demo. To be able to (re)deploy with IDEA I use Maven2 to set up an IDEA project with mvn idea:idea The web project created for tobago-example-addressbook doesn't work out of the box, though. I have to make some changes: - select Tomcat

Re: TOBAGO: howto handle client side events (e.g. onchage) in t:selectManyCheckBox

2005-10-06 Thread Arvid Hülsebus
True, most of the output formats for Tobago which come to my mind have an XML based syntax, therefore you have a DOM and it's pretty easy to define a JavaScript binding for this DOM. If I take SVG (I always wanted a SVG renderer for Tobago ;-) as an example the standard scripting language is J

Re: How to get a look at tobago

2005-08-25 Thread Arvid Hülsebus
Hello! We have set up a public Subversion repository recently at: http://www.atanion.net/repos/asf/tobago/trunk/ Browsing the repository currently doesn't seem to work with IDEA. So you may have to check out manually via svn co http://www.atanion.net/repos/asf/tobago/trunk/ tobago To comp