clientId error for decode

2010-04-26 Thread Dave
(...) method, we check if the request map contains the clientId       if (!requestMap.containsKey(clientId))    return true;   So the decode is ignored.   Thanks for help. Dave  

Re: WARN [HtmlRendererUtils]There should always be a submitted value

2010-03-29 Thread Dave
After you commit the patch, could you send out a message. I need to grab the patch.   Thanks, Dave --- On Mon, 3/22/10, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: Re: WARN [HtmlRendererUtils]There should always be a submitted value

WARN [HtmlRendererUtils]There should always be a submitted value

2010-03-21 Thread Dave
It is normal to submit one value of a form for ajax. how to keep the following warning from emitting. Thanks!   WARN  [HtmlRendererUtils] There should always be a submitted value for an input if it is rendered, its form is submitted, and it was not originally rendered disabled or read-only. 

s:inputSuggestAjax error: compont with id[...] not found in view tree

2009-11-07 Thread Dave
:495)   we googled but found nothing about it.   Environment: jsf  ri 1.2,  tomahawk12-1.1.9,  sandbox:  sandbox12-1.1.9-snapshot   Is it conflicting with ajax4jsf that we are using?   Thanks for help.   Dave  

JSF mobile support

2009-08-29 Thread Dave
we use JSF ri, tomahawk and ajax4jsf. We hope users can use their mobile devices to access our website, which requires mobile web browser to support javascript and ajax. For current 3G world and new mobile devices such as cell phones, does it support javascript and ajax?   Thanks Dave

t:selectManyMenu does not have size attribute

2009-08-27 Thread Dave
 t:selectManyMenu does not have size attribute, and it is set to 1   select  multiple=multiple size=1 class=aaa   Thanks, Dave

how to detect if a request is a ajax submit or normal submit?

2009-08-25 Thread Dave
We use jsf ri, tomahawk and ajax4jsf.   For a request, on server side how to detect whether the request is a ajax submit or normal submit? Is there a HTTP header for this?  Thanks   Dave

trinidad ppr status: how to show in the window center for both IE and Firefox

2009-07-12 Thread Dave
if possible.   Thanks, Dave

Re: [trinidad] ppr: unended quoted string constant

2009-07-12 Thread Dave
string constant Proxy  trace is used to debug ppr response, but we could not find the unended string constant. Thanks for help. Dave -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com

[trinidad] ppr: unended quoted string constant

2009-07-08 Thread Dave
Trinidad 1.2.11.  our jsf app works well for the normal form submit. But for ppr, we got a page error from IE browser status bar:   unended quoted string constant   Proxy  trace is used to debug ppr response, but we could not find the unended string constant.   Thanks for help. Dave  

how to get GPS data from requests from gps-enabled devices

2009-07-04 Thread Dave
Hello,   For our jsf application, is there a way to get GPS data from requests from gps-enabled devices?   Thanks, Dave 

[trinidad] wap: response more than 250K

2009-07-01 Thread Dave
  for WAP.  How to make it smaller?   Thanks, Dave  

trinidad mobile: how to tell if user agent supports javascript?

2009-06-28 Thread Dave
, -adfinternal-intrinsicEvents=true, -adfinternal-scriptingSpeed=slow, -adfinternal-bmpImage=true}   How to tell if it supports javascript? I could not find a key for it?   Thanks, dave

[trinidad]Nokia S60 Emulator: Agent[desktop,nokia_s60 525,nokia_s60]

2009-06-23 Thread Dave
Hello, I downloaded Nokia S60 SDK 5th (window xp), and uses its Emulator to test jsf application using trinidad. From debug, the agent returned from trinidad is   Agent[desktop,nokia_s60 525,nokia_s60]   Why it is desktop? should it be Phone or PDA?   Thanks! Dave

[trinidad] does not support browser back button

2009-06-20 Thread Dave
do that with Trinidad.   Thanks, Dave

Re: trinidad: how to disable skinning

2009-06-17 Thread Dave
html, the following style will work as expected.   .displayBlock {  display:inline; }   Is there a way to tell Trinidad not to generate the !DOCTYPE ...? Thanks, Dave --- On Sun, 6/14/09, Andrew Robinson andrew.rw.robin...@gmail.com wrote: From: Andrew Robinson andrew.rw.robin...@gmail.com

trinidad mobile: pop up a menu from pressing device keys

2009-06-15 Thread Dave
for tinidad(XHTML) to do that? It would be much nicer for users.   Thanks, Dave

trinidad: can name attribute be removed for mobile?

2009-06-15 Thread Dave
Dave

jsf subview: required?

2009-06-15 Thread Dave
Dave

jsf component id/name are the same, remove name attribute?

2009-06-14 Thread Dave
the network traffic greatly.   Thanks, Dave  

trinidad ppr, fresh page head possbile?

2009-06-14 Thread Dave
Hello, it is possible to let html head be a ppr partialTrigger target? for example, to show a google map in ppr call, we need to include gmap js library in html head?   some cases we need  include a css stylesheet reference in html head for a ppr call.   Thanks, Dave    

Re: trinidad ppr issue: ajax submit does not work in partially refreshed region

2009-06-11 Thread Dave
 if the region1 is refershed by ppr call, some resources might be missing.    For ppr calls, will resources such as javascript/css(normally in head) will be retrieved successfully from server?    Thanks, Dave   tr:document   ...   t:div id=region1   /t:div   t:div id=region2   /t:div   /tr:document

trinidad: how to disable skinning

2009-06-11 Thread Dave
.   Is there is a way to disable trinidad skinning?   Thanks for help. Dave    

trinidad ppr issue: ajax submit does not work in partially refreshed region

2009-06-10 Thread Dave
submit in refreshed region2 content worked.   I cound not figure out what is the cause. Thanks for any ideas and help.   Dave  

trinidad: how to add javascript/style/body onload programmatically

2009-06-10 Thread Dave
For trinidad, 1. how to add javascript/style inside html head programmatically? For example,link rel=stylesheet href=/my.css type=text/css /script type=text/javascript src=/my.js 2. how to add body onload script? Thanks for help.Dave

Re: trinidad ppr issue: ajax submit does not work in partially refreshed region

2009-06-10 Thread Dave
trying to figure out how the initial ppr affects the subsequent ppr calls. Thanks for further help. Dave --- On Wed, 6/10/09, Andrew Robinson andrew.rw.robin...@gmail.com wrote: From: Andrew Robinson andrew.rw.robin...@gmail.com Subject: Re: trinidad ppr issue: ajax submit does not work in partially

Re: trinidad: how to add javascript/style/body onload programmatically

2009-06-10 Thread Dave
mentioned in the previous email.   Thanks. dave --- On Wed, 6/10/09, alvaro tovar alvaro.to...@gmail.com wrote: From: alvaro tovar alvaro.to...@gmail.com Subject: Re: trinidad: how to add javascript/style/body onload programmatically To: MyFaces Discussion users@myfaces.apache.org Date: Wednesday

trinidad ppr: how to add stylesheet ?

2009-06-10 Thread Dave
For a ppr response, we need to add style sheet programmatically:link rel=stylesheet href=/theme/editor.css type=text/css /How to achieve that in Trinidad ppr call?Thanks,Dave

for h:form, why tomahawk formRender is used?

2009-05-21 Thread Dave
the render's decode() method set form's submitted value.   Thanks! Dave    

can t:subform work with ajax4jsf?

2009-05-19 Thread Dave
Hello,   h:form   t:subForm       a4j:commandLink .. /t:subForm   t:subForm       a4j:commandButton .. /t:subForm   /h:form   can t:subform work with ajax4jsf?  Anyone is using it successfully?   Thanks Dave  

UIForm does not work inside DataList

2009-05-18 Thread Dave
h:form does not work inside t:dataList  h:dataList value=#{bean.beanList} var=bean h:form /h:form /h:dataList For more than one form in the data list, the UIForm's submitted value is overriden by the last one. For example, if I click a button in the first form, in

RE: trinidad for mobile, working?

2009-05-15 Thread Dave
for mobile WAP testing? where to download?   Thanks Dave   --- On Thu, 5/14/09, tadashi enomori tadashi.enom...@oracle.com wrote: From: tadashi enomori tadashi.enom...@oracle.com Subject: RE: trinidad for mobile, working? To: MyFaces Discussion users@myfaces.apache.org Date: Thursday, May 14, 2009, 10

Re: [RichFaces]-Poll server, alert server side message, possible?

2009-05-13 Thread Dave
=button1 text=press me action=#{helloWorldBacking.send}/   I am trying to understand where javascript code is put on the page and how it get executed. Thanks Dave --- On Tue, 5/12/09, Richard Yee richard.k@gmail.com wrote: From: Richard Yee richard.k@gmail.com Subject: Re: [RichFaces

trinidad for mobile, working?

2009-05-13 Thread Dave
we are thinking about using Trinidad to extend our app for wap. Has anyone successfully developed wap application using trinidad?  or should I use jsp at this time? please show some commercial wap sites using trinidad. Thanks for sharing.   Dave

[RichFaces]-Poll server, alert server side message, possible?

2009-05-12 Thread Dave
Dave

Re: [RichFaces]-Poll server, alert server side message, possible?

2009-05-12 Thread Dave
Thanks for replies.   The poll is ajax call. Where is the javascript code put in the page? how will it be called? on page load? if on page load, it will not be called since it is ajax request.   thanks, Dave --- On Tue, 5/12/09, Cagatay Civici cagatay.civ...@gmail.com wrote: From: Cagatay

Re: Trinidad: did not open a new dialog window with useWindow=true

2009-05-07 Thread Dave
expected results. Glauco P. Gomes Dave escreveu: org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS was set to true, I expected Trinidad to open a dialog on the top of the current page (keep the current page), but it was a normal page navigation. (useWindow=true) --- On Wed, 5/6/09

Trinidad -- TrPage not defined

2009-05-06 Thread Dave
type=text/javascriptTrPage.getInstance()._addResetFields('j_id_jsp_500896631_1pc4',[source]);/script   .   script type=text/javascript src=/adf/jsLibs/Common1_2_11.js     Please help, how to solve/workaround this problem?   Thanks Dave

Trinidad: did not open a new dialog window with useWindow=true

2009-05-06 Thread Dave
1.1.8, richfaces 3.3.0, trinidad 1.2.11, jboss 5.0.1GA, window XP, IE7.0.   Popup block is disabled in IE.   How to pop up a window for dialog?  Thanks for help Dave  

Re: Trinidad: did not open a new dialog window with useWindow=true

2009-05-06 Thread Dave
IFrame, setting it to false tells to Trinidad to open a new window. Glauco P. Gomes Dave escreveu: For trinidad 1.2.11, IFrame or Window, which is used for dialog framework?   tr:commandLink id=commandLink    text=Go     action=#{bean.go}    partialSubmit=false useWindow=true

new to trinidad - tr:commandLink did not show

2009-05-05 Thread Dave
and other jsf libs. that is it. no filter to setup.   Thanks for help. Dave

Property Editor not registered with the PropertyEditorManager

2009-05-02 Thread Dave
version.  What is the possible reason? Thanks for any information.   Dave

MyFaces for WAP?

2009-04-30 Thread Dave
Hi, Is there a plan to develop and release myfaces core/tomahark for WAP?  I noticed that Trinidad has supported WAP. Thanks for info. Dave

how to load a jsf file and output html text

2008-12-17 Thread Dave
I have a JSF file to render a table. In java, how can I load the jsf file and get html.   The JSF render has API: public void encodeEnd(FacesContext context, UIComponent component);   Thanks for any idea.   Dave

why forwarding request does not restore states

2008-10-25 Thread Dave
Hi, Normal requests for a page such as http://mydomain.com/foo.jsf , works well, jsf states (t:saveState) are restored. However, forwarding the request in a filter will not restore saved states.   how to make request forwarding restore jsf states? Thanks. dave

AddResource: how to prevent adding session id to stylesheet URL

2008-10-13 Thread Dave
added to the URL?  we use cookie-based session tracking , if cookie is disabled, URL rewriting session  tracking will be used.   Thanks for help. Dave

JSF for mobile device WAP/WML?

2008-09-27 Thread Dave
Hello, I am using JSF myfaces.  I got requirement to extend our current JSF app to mobile device such cell phone.  Does JSF support WAP/WML?  is there any tools?  Thanks for advice.   Dave

s:submitOnEvent for-component not found, popup error message

2008-09-26 Thread Dave
not happen everytime, depending on network traffic. I suspect that the javascript is executed before the page is completely loaded.  Is there a workaround?   Thanks for all help. Dave  

[Trinidad] Server Exception during PPR, caused by browser config?

2008-08-11 Thread Dave Rafkind
and their configurations that would cause such errors? Maybe some trouble with JSESSIONID in the url or something like that? Thanks! Dave PS here are some example server stack traces (from Glassfish): [#|2008-08-08T14:31:02.504-0500|WARNING|sun-appserver9.1

Re: [Trinidad] Server Exception during PPR, caused by browser config?

2008-08-11 Thread Dave Rafkind
Thanks for the response! There's no SSL involved. Matthias Wessendorf wrote: hi, did a quick look at the stack trace. the PPR is also caused by the .ViewExpiredException. do you have anything special b/c of SSL ? -Matthias On Mon, Aug 11, 2008 at 7:07 PM, Dave Rafkind [EMAIL PROTECTED

Re: [Trinidad] Server Exception during PPR, caused by browser config?

2008-08-11 Thread Dave Rafkind
SSL is not set up on the server nor used in the app; I think that line in the exception trace might be an artifact of how that version of Grizzly is architected. Matthias Wessendorf wrote: Hi On Mon, Aug 11, 2008 at 9:39 PM, Dave Rafkind [EMAIL PROTECTED] wrote: Thanks for the response

Re: [Trinidad] Server Exception during PPR, caused by browser config?

2008-08-11 Thread Dave Rafkind
Ah, so are you suggesting to switch to the JSF 1.1 DTD for faces-config.xml? I'm still interested in why the ViewExpiredException error would occur, especially if it could be caused by a browser or network misconfiguration.. Matthias Wessendorf wrote: On Mon, Aug 11, 2008 at 10:24 PM, Dave

t:popup interrupt page loading

2008-06-11 Thread Dave
with lt;t:popupgt;:nbsp; popup is delayed for about 2 seconds after mouse is over. I expect it to show immediately.nbsp; Is it designed this way? nbsp; Thanks in advance for any help. Dave

inputHtml supports object

2008-05-09 Thread Dave
Hi, For the t:inputHtml, when I input object/object in its html code editor, it will be deleted by the t:inputHtml. Is there a way to tell it to keep everything? Thanks, Dave - Be a better friend, newshound, and know-it-all with Yahoo

function oamSubmitForm not defined

2008-05-07 Thread Dave
(...) fails. Other pages have the function defined. What is the possible cause that makes the page losing the function definition? Thanks for help. Dave - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

how to set the inputHtml edit area size

2008-05-02 Thread Dave
Hi, I am using t:inputHtml. It is too small for editing. How to set its edit area size? It does not have rows/cols properties. Thanks for help. Dave - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

inputHtml shrink when clicking edit-html-code button

2008-05-02 Thread Dave
Hi, t:inputHtml shrinks when clicking edit-html-code button on IE, and it becomes one line in height. Is there a way to work around it? Thanks,dave - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

tiny-mce html editor with MyFaces, freeze for 10 seconds

2008-04-20 Thread Dave
this problem? Thanks in advacne very much for help. Dave - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

how to render a tree2 as drop-down menu bar

2008-04-14 Thread Dave
horizontally with drop down menu. Thanks for help. Dave

Does trinidad have a drop down menu (menu bar) component?

2008-04-14 Thread Dave
Hi, Does trinidad have a drop down menu (menu bar) component? I looked at development guide, it has a XML menu model, but I could not find the menu bar drop down compnent. Could someone show me? Thanks Dave

Re: Can a JSF page be in database?

2008-04-11 Thread Dave
and recompile. It would make for a very slow system. Dave wrote: Hi, Normally JSF pages are package in a war file. Is it possbile to put a JSF page in database, and loaded dynamically and rendered? What I like to achieve is layout design that can be dynamically added. Thanks for any idea. Dave

Can a JSF page be in database?

2008-04-10 Thread Dave
Hi, Normally JSF pages are package in a war file. Is it possbile to put a JSF page in database, and loaded dynamically and rendered? What I like to achieve is layout design that can be dynamically added. Thanks for any idea. Dave

page navigation - secure

2008-02-07 Thread Dave
Hi, When navigating to a page that contains personal information, It needs to be https. For navigation rules, can I add secure/? Thanks, Dave - Never miss a thing. Make Yahoo your homepage.

JasperException: PermGen space

2008-02-02 Thread Dave
Hi, I am using JBoss 4.0.5GA on Federa Core 6 Linux for JSF application. After running for two days, got the following exception on server side. How to avoid it? Thanks for help. Dave Caused by: org.apache.jasper.JasperException: PermGen space

Re: submitOnEvent callback

2008-02-01 Thread Dave
the bean method return a string that is a javascript function name. Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! callback=#{bean.callbackFunction} The callback should point to a javascript function name instead of a bean method. callback is meant to be executed on the client. This javascript

Re: submitOnEvent callback

2008-02-01 Thread Dave
Hi Martin, I have filed a bug in MyFaces jira. http://issues.apache.org/jira/browse/TOMAHAWK-1187 I also suggest adding a onsubmit=javascript code that can return true/false. Thanks. dave Martin Marinschek [EMAIL PROTECTED] wrote: I have prepared a fix and will commit

submitOnEvent callback

2008-01-31 Thread Dave
code, it can serve the purpose callback=#{bean.variable? return true: return false} Thanks for help Dave - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Re: submitOnEvent callback

2008-01-31 Thread Dave
callback=#{bean.callbackFunction} The bean method is not called. Dave [EMAIL PROTECTED] wrote:for s:submitOnEvent, in my case, whether to submit depends on a bean variable. So I need a rendered property. h:selectOneMenu s:submitOnEvent for=aButton event=change rendered

How to use https together with http

2008-01-31 Thread Dave
user know it is secure by showing a lock and https:// in browser address bar. How can I do this? sometimes The IE browser shows a warning: the page contains both secure and nonsecure data. what is the meaning? how to avoid the warning? Thanks for ideas. Dave

Re: JBoss 4.2.2 and Myfaces - java.lang.RuntimeException: Cannot find FacesContext

2008-01-13 Thread Dave
hi Anton, I am using myfaces-api-1.1.5.jar myfaces-impl-1.1.5.jar tomahawk-1.1.7-SNAPSHOT.jar tomahawk-sandbox-1.1.5-SNAPSHOT.jar Thanks, Dave Anton Gavazuk [EMAIL PROTECTED] wrote: Which version of MyFaces? 2008/1/13, Dave : Everything is runing well in JBoss 4.0.5GA

JBoss 4.2.2 and Myfaces - java.lang.RuntimeException: Cannot find FacesContext

2008-01-12 Thread Dave
Everything is runing well in JBoss 4.0.5GA with myfaces. For JBoss 4.2.2GA, I uses myfaces jars bundled in web-inf/lib and add the following in web.xml, and remove all libs under jsf-libs. context-param param-nameorg.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL/param-name

[Trinidad] Looking for sample application with Trinidad

2008-01-11 Thread Manley Dave A Ctr HQ 554 ELSG/SBE
Are there any sample applications for downloading that use the Trinidad components (as opposed to the original ADF Faces)? Thanks Dave Manley

JSF RI: plan to solve multi-window issue?

2008-01-07 Thread Dave
%3D_blank-td14257806.html Thanks for info. Dave - Looking for last minute shopping deals? Find them fast with Yahoo! Search.

a4j Error parsing XML

2007-12-17 Thread Dave
:13,264]: Parse Error: Document is empty But I tried it on JBoss 4.2.2 with jsf ri, and it worked without the error. Could anyone give me a clue what is the issue? Thanks, Dave - Never miss a thing. Make Yahoo your homepage.

Re: Jboss 4.2.2 RI did not work for clicking links w/ target=_blank

2007-12-14 Thread Dave
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974) Thanks for help Dave simon [EMAIL PROTECTED

t:tree base is null

2007-12-11 Thread Dave
at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:477) at org.apache.myfaces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:251) at org.apache.myfaces.custom.tree.taglib.TreeTag.doStartTag(TreeTag.java:349) thanks! Dave

Jboss 4.2.2 RI did not work for clicking links w/ target=_blank

2007-12-10 Thread Dave
action. I suspect the RI did not serialize the request scope beans. So they are shared between requests. What is the RI param for org.apache.myfaces.SERIALIZE_STATE_IN_SESSION ? Thanks for help! Dave - Looking for last minute shopping

Re: Jboss 4.2.2 RI did not work for clicking links w/ target=_blank

2007-12-10 Thread Dave
. It worked well. Again on window 1, click link A, this step did not go through Invoke Application phase. It works for MyFaces. Thanks for any help. Dave Ryan Lubke [EMAIL PROTECTED] wrote: Dave-53 wrote: Everything works fine for myfaces on Jboss 4.0.5GA. After I moved

Tree2 for tree Table

2007-12-01 Thread Dave
Hello, Can I use Tree2 for tree table? If not, any plan for that? Thanks Dave - Get easy, one-click access to your favorites. Make Yahoo! your homepage.

tree2 expand node by clicking description

2007-11-26 Thread Dave
For tree2, I like to expand a node (client side toggle) when clicking its description. How to do that? Thanks! Dave - Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now.

How to disconnect a request from current session

2007-11-15 Thread Dave
For cookie based session tracking, on a jsp or jsf page, when a user click links, all requests are in the same session. Is there a way to open a new session when a user clicks a link and send a request? Can Filter do that ? If I open a new IE from desktop, all requests from the new IE

build Tomahawk error using mvn

2007-11-10 Thread Dave
I checked out the latest Tomahawk source code, and tried to build it. But I got the following error using maven. Thanks for help. C:\tomahawkmvn install [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR

JBoss 4.2.2 and MyFaces

2007-11-10 Thread Dave
I upgraded to JBoss 4.2.2 GA from 4.0.5. and followed the following instruction to use MyFaces core instead of the built-in JSF ri. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5AndMyFaces But I got the RuntimeException: can not find FacesContext java.lang.RuntimeException: Cannot

Re: JBoss 4.2.2 and MyFaces

2007-11-10 Thread Dave
not found - MyFaces vs. Cannot find FacesContext - JSF RI; and of course the line numbers don't match). regards, Bernhard On 11/10/2007 +0100, Dave wrote: I upgraded to JBoss 4.2.2 GA from 4.0.5. and followed the following instruction to use MyFaces core instead of the built-in JSF ri. http

tomahawk build error using maven

2007-11-10 Thread Dave
I checked out the latest tomahawk source code, tried to build it. but got the following error. could someone help me. Thanks! C:\tomahawkmvn install [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

[Trinidad]: where are the snapshot builds?

2007-10-12 Thread Dave Syer
The website seems to be out of date (http://myfaces.apache.org/trinidad/trinidad-api/project-summary.html refers to the podling and 1.0.2-SNAPSHOT) and lacking information about where to find Maven artifacts. I looked on the usual Apache snapshots repo

Re: [Trinidad] Dynamic content in a popup?

2007-10-12 Thread Dave Syer
Thanks, that is good to know. The af:dialog actually looks pretty similar to the tr:panelPopup in terms of functionality. Maybe just a better implementation? I haven't tried it because unfortunately for this project I don't think it will be possible to use ADF. The Trinidad popupPanel has the

Re: [Trinidad]: where are the snapshot builds?

2007-10-12 Thread Dave Syer
the latest JSF 1.2 branch. Best, Wolfgang. -Dave Syer [EMAIL PROTECTED] schrieb: - An: users@myfaces.apache.org Von: Dave Syer [EMAIL PROTECTED] Datum: 12.10.2007 10:36AM Thema: [Trinidad]: where are the snapshot builds? The website seems to be out of date (http

Re: [Trinidad] Dynamic content in a popup?

2007-10-11 Thread Dave Syer
Thanks. I checked out the demo of the dialog framework. I actually don't want a dialog - they drive users potty. I want to use the tr:popupPanel (or similar mechanism with floating div). Is there any way to do that? Abhi-10 wrote: in the action method of button add logic to populate your

inputTextHelp value if no change

2007-10-10 Thread Dave
t:inputTextHelp value=#{bean.value} helpText=Please input a name/ if user does not input anything and leave the help text unchanged, the binding value should be null. But currently it is the help text. Is this a bug? Dave - Need

Re: [Trinidad]: is there a way to get an onLoad from a partial submit?

2007-10-10 Thread Dave Syer
Dave, There is a 'TrPage.getInstance ().getRequestQueue().addStateChangeListener(myCallback);' and a 'TrPage.getInstance().addDomReplaceListener(myCallback);' which might help you. More information here: http://myfaces.apache.org/trinidad/devguide/ppr.html#Javascript%20APIs%20for%20PPR

[Trinidad] Dynamic content in a popup?

2007-10-10 Thread Dave Syer
I want to press a button and have an action execute to populate some data that then pops up in a panelPopup through PPR. All the examples of panelPopup I found use static content inside the popup, so I can't see if it is possible, or how it might work. Is it doable? Will it be doable? Without

[Trinidad]: is there a way to get an onLoad from a partial submit?

2007-10-09 Thread Dave Syer
Is there a way to get an onLoad from a partial submit? It seems like there should be a way to get a client-side callback when the Ajax request is complete, so I can show a hidden panel. Is it possible? Alternatively, is there a way to add an actionListener to a panelPopup component, which

How to create backing bean like bundle

2007-09-28 Thread Dave
I have a Map (name -- value), and prefer to access values (from JSF page) using #{myMap.Foo} where Foo is the key, which is the same as how to access resource bundle #{bundle.Foo}. There are 100+ values in the map, and I do not like to write 100+ getter methods. Please help. Thanks!

JSCookMenu Help inline style

2007-09-26 Thread Dave
{ ..} .ThemeFooSubMenuTable { ..} . /style The menu did not show up. I can not put the style in the file because it is pragmatically generated. What else do you need to do for the menu to work? Thanks Dave - Building a website is a piece

Use data model for JSCookMenu like tree/tree2

2007-09-23 Thread Dave
data model and rendering menu like tree2 gives users freedom on how to render each menu item. For example, commankLink, commandButton, param, etc. What do you think? Thanks! Dave - Luggage? GPS? Comic books? Check out fitting gifts for grads

Where are the docs for 1.2?

2007-09-19 Thread Dave Syer
The website for Trinidad has downloads for 1.0.3 and 1.2. Which version do the docs relate to? Where are the 1.2 docs? -- View this message in context: http://www.nabble.com/Where-are-the-docs-for-1.2--tf4479611.html#a12773310 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Trinidad, tr:componentRef in 1.2?

2007-09-19 Thread Dave Syer
I have an application that depends onTrinidad 1.0.3, and uses tr:componenrRef, which is in the schema, but not in the docos. I want to upgrade to 1.2, but the tr:componentRef barfs with Unable to find setter method for attribute: componentType. Is it still supported? What alternatives are

tree2 - style for a node's children area

2007-09-18 Thread Dave
| || Thanks for any idea. Dave - Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos more.

Any plan to add Drag and Drop to MyFaces?

2007-09-13 Thread Dave
not show the whole panelGroup visually while dragging, only an icon. Have a nice day! Dave - Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.

  1   2   3   4   5   6   >