Accessing resources defined in the main sitemap in Sub sitemap

2006-05-30 Thread Sanket Pattekar
Hi, I want to access the resources defined in the main sitemap in my mounted sub-sitemap. How do I do the same. Sanket - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Restrict users to flow

2006-05-30 Thread tedwards
Hi Seth, I restrict what users can and can't do by running them through a 'traffic cop' of sorts. I have a navigation document which performs 2 functions: 1 is to generate the menus that the program displays and the other is to determine who can have access to a particular portion of the applic

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-30 Thread Pasha Minallah
On Monday 29 May 2006 23:40, Antonio Gallardo wrote: > > Thanks to Jason Johntson, this issue is now solved in our repository. It > will be released in the next version. Also we added some test case to > avoid a potential reversion in the future. If you want to use the fixed > code now, please down

Restrict users to flow

2006-05-30 Thread Seth Foss
How do I restrict a user from accessing pipelines outside of flowscript. I can figure out how to redirect un-authenticated users to a login page, but if logged-in users manually enter a pipeline into the address bar, how do I redirect them into my flowscript. I plan on using continuations, s

Re: Why are table cells being displaced in Netscape 8.0 in Windows?

2006-05-30 Thread Chris Marasti-Georg
Can't be sure without seeing your code, but my guess is you have some empty cells () - these get displayed differently in different browsers. Hi , I am facing this problem. While displaying a table in a page in Netscape 8.0 in windows some of the table cells are being displaced and filled with e

CForms tree-model using xml as source?

2006-05-30 Thread Martijn C. Vos
Is there an easy way to get the data for my tree widget from XML instead of a file structure? I'm reading http://cocoon.apache.org/2.1/userdocs/widgets/widget_tree.html and looking at the samples, and while I think basing a tree on an xml structure is a very cocoon thing to do, I'm getting the

Re: how to get the label of radio.

2006-05-30 Thread johnson
tks Simone Because I want to use i18n. Maybe try another method How to use i18n in flowscript. Best Regards johnson Simone Gianni 提到: >Hi Johnson, >it's not possible to retrieve the LABEL of a selection list (if not with >an horrible and difficult trick : widget.getSelectionList() to retrieve

Re: how to get the label of radio.

2006-05-30 Thread Simone Gianni
Hi Johnson, it's not possible to retrieve the LABEL of a selection list (if not with an horrible and difficult trick : widget.getSelectionList() to retrieve the selection list, the selectionList.generateSaxFragment to stream the XML of the selection list, then find the label inside it). This is no

Re: webapp testing

2006-05-30 Thread Simone Gianni
Hi Lars, forgot to mention that it's free and open sourced. Also, since tests are executed in a target browser, it can really test if you site works in X browser, while other test suites usually execute tests in a simulated environment, which commonly is not representative of any real browser at al

Re: Cocoon and Jasper Reports

2006-05-30 Thread Yves Vindevogel
Nobody ?? Yves Vindevogel wrote: Hi, Can I integrate jasper reports into cocoon for producing pdf output from an xsp page with sql commands in it ? Is there any documentation on the net how to integrate the 2 ? Regards, Yves Vindevogel -

how to get the label of radio.

2006-05-30 Thread johnson
Hi! does anyone know how to get the label of a radio in flowscript when user choose a selection. ie: inout 1 check-in check-out here's a radio, when user choose 2, I want to get check-out(or others depending on the i18n) Best regards johnson ---