Cannot unsubscribe

2006-09-09 Thread Igor Laberov
Hi, I tried to unsubscribe twice, but I continue to get the emails. Could you please remove me from the list? Thanks

Re: Run-time component generation

2006-09-09 Thread Martin Grotzke
Hello, On Fri, 2006-09-08 at 14:27 -0400, Mike Kienenberger wrote: > It's just a tremendous amount of work to make components created in > java code work correctly. If you could do it with templates instead, > you'd reduce the time needed to get this working by at least a couple > orders of magn

RE: [Tobago] - Why would the RESTORE_VIEW afterPhase is not be called.

2006-09-09 Thread John
Ok, I've expanded my phase listener to provide data after every phase getViewId() changes to/shows main.jsp after the UPDATE_MODEL_VALUES phase. But after the RENDER_RESPONSE phase, main.jsp is displayed within the browser window, but the URL in the browser's address bar still shows login.jsp

Re: Tobago + UIData dataTable vs. sheet

2006-09-09 Thread Volker Weber
Hi, This is no problem with the sheet component, except the jsf UIData component, and so the sheet, did not support java.util.Collection. you can configure the sheet to suppress header and footer and if you set the rows attribute large enough there is no pageing. goto http://tobago.atanion.net

Re: Tobago + UIData dataTable vs. sheet

2006-09-09 Thread PiotrekJ
Hi, thx for reply. Problem: tobago's sheet is real sheet. For example, I don't need resizable columns or spliting results into pages. I just want to iterate collection(hashmap, arraylist or smth). I need some loop component. thx Volker Weber-4 wrote: > > Hi, > > the sheet is the datatable i

Re: Tobago + UIData dataTable vs. sheet

2006-09-09 Thread Volker Weber
Hi, the sheet is the datatable in tobago, what problem do you have with it? Which difference did you mean? regards volker 2006/9/9, PiotrekJ <[EMAIL PROTECTED]>: Hi, Does Tobago have something like dataTable component? I know sheet, but it's little different than dataTable in Tomahawk or i

Tree2 with Checkboxes still working? (Tomahawk 115)

2006-09-09 Thread Wolf Benz
Hi All, Is Tree2 & Checkbox working? (of so, could somebody provide a working example; of both how the tree2 is used in the page and the code where the node checking is done?) It used to work but upon testing again, it appears that the "checked" values are not passed anymore; Some code:

Tobago + UIData dataTable vs. sheet

2006-09-09 Thread PiotrekJ
Hi, Does Tobago have something like dataTable component? I know sheet, but it's little different than dataTable in Tomahawk or in jsf/html. I need Tree compononent with checkboxes and something like datatable to use collections. Tobago has a good tree component and Tomahawk has a good dataTable c

Re: File Downloader

2006-09-09 Thread Feris Thia
Hi Aleksei,Will check on it first, thanks.Regards,FerisOn 9/9/06, Aleksei Valikov <[EMAIL PROTECTED] > wrote:Hi.> Can someone give me a clue how to design a bean that read from a BLOB > data storage or a file... and then return the result as a downloadable> file ?Check implementations of ResourceLo

Re: File Downloader

2006-09-09 Thread Feris Thia
Hi Fred,It directly solved my problems,  thank you  :)Regards,FerisOn 9/9/06, Fred Janon < [EMAIL PROTECTED]> wrote:Check http://balusc.xs4all.nl/srv/dev-jep-pdf.htmlorhttp://forum.java.sun.com/thread.jspa?forumID=427&threadID=662942 I am guessing you already got the myfaces upload example that con

myFaces examples build file?

2006-09-09 Thread Fred Janon
I donwloaded the src of myfaces 1.1.1 that contains also the examples but I can't find the build file (ant?) anywhere. Is there such a thing? I would like to build the fileUpload as a separate JSF web app and I need all the dependencies (jars, servlet filter, etc...). Thanks Fred

Re: File Downloader

2006-09-09 Thread Fred Janon
Check http://balusc.xs4all.nl/srv/dev-jep-pdf.html or http://forum.java.sun.com/thread.jspa?forumID=427&threadID=662942 I am guessing you already got the myfaces upload example that contains also the download part. --- Feris Thia <[EMAIL PROTECTED]> wrote: > Hi All, > > Can someone give me

Re: File Downloader

2006-09-09 Thread Aleksei Valikov
Hi. Can someone give me a clue how to design a bean that read from a BLOB data storage or a file... and then return the result as a downloadable file ? Check implementations of ResourceLoader. There's stuff like GraphicImageDynamicRenderer etc, that generates downloadable resources in the r

File Downloader

2006-09-09 Thread Feris Thia
Hi All,Can someone give me a clue how to design a bean that read from a BLOB data storage or a file... and then return the result as a downloadable file ?Regards,Feris

Re: Page Lifecycle

2006-09-09 Thread Feris Thia
Hi Cagatay and Aleksei,Thanks, I think I've got the point. Solved it already using both approach.Regards,Feris

Re: does anyone have sample code for a tooltip-like display?

2006-09-09 Thread Mads Henderson
I have also had odd behaviour with on IE, but I worked around it by substituting all whitespaces with   (remember to set escape="false").There is also a pretty good and easy to use _javascript_ you can use at http://www.walterzorn.comHope that helps.MadsOn 9/8/06, Mike Kienenberger < [EMAIL PROTE

h:messages and style classes

2006-09-09 Thread Ingo Düppe
Hi, I wonder why myfaces renders the h:messages different then the jsf ri. Why doesn't myfaces set the class attribute of the li tag to class="error". If so it would be possible to use the css list-style-image for different severities. fatalClass="fatal" warnClass="warn" globalOnly="true" show