RE: SV: SV: Shale and Sandbox inputSuggestAjax

2007-05-25 Thread Erik Govaers

Hi,

Thanks for the follow-up. In the meantime I found out I can get 
inputSuggestAjax to work if I don't use Shale (as you correctly assumed). I 
would still welcome a solution though that allows me to use both Shale and the 
Sanbox component.

Erik

-Original Message-
From: Hermod Opstvedt [mailto:[EMAIL PROTECTED]
Sent: zondag 20 mei 2007 20:30
To: user@shale.apache.org
Subject: SV: SV: SV: Shale and Sandbox inputSuggestAjax


Hi

How is your progress on this. Seems like there are some issues[1] with the 
inputSuggestAjax.

[1] https://issues.apache.org/jira/browse/TOMAHAWK-999 

I have been very busy the last week and a ahalf, so I have not been able to 
complete the fix to the ShaleValidator (It's about halfway done)

Hermod

-Opprinnelig melding-
Fra: Torsten Krah [mailto:[EMAIL PROTECTED] 
Sendt: 11. mai 2007 15:18
Til: user@shale.apache.org
Emne: RE: SV: SV: Shale and Sandbox inputSuggestAjax

Yeah, 

declared it.

component jsfid=suggestAjax extends=s:inputSuggestAjax
attributes
set name=suggestedItemsMethod

value=#{inputSuggestAjax.getAddresses} /
set name=itemLabelMethod

value=#{inputSuggestAjax.getAddressLabel} /
set name=value

value=#{inputSuggestAjax.choosenAddress} /
set name=charset value=utf-8 /
set name=maxSuggestedItems value=10 /
/attributes
converter jsfid=f:converter
attributes
set name=converterId

value=inputSuggestAjaxConverter /
/attributes
/converter
/component


converter
converter-idinputSuggestAjaxConverter/converter-id

converter-classde.sf.faces.ajax.InputSuggestAjaxConverter/converter-c
lass
/converter

converter gets called - so this should work.

Torsten

PS: Hm i test the simple sample again, but this didn't work either for me - 
lets give it a try again.


Am Freitag, den 11.05.2007, 11:38 +0200 schrieb
[EMAIL PROTECTED]:
 Hi
 
 The regular inputSuggestAjax works, and I am just about to test the 
 label/value sample now. However, there is one thing that comes to 
 mind. Have you done anything to the converter (i.e have you declared 
 it?)
 
 Hemrod
 
 -Original Message-
 From: Torsten Krah [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 11, 2007 11:08 AM
 To: user@shale.apache.org
 Subject: Re: SV: SV: Shale and Sandbox inputSuggestAjax
 
 
 Debugged dojo a little bit:
 
 onLoad calls this function on
 
 
 var js=ifd.getElementsByTagName(textarea)[0].value;
 
 
 However, textarea is not known and got no properies, excaption is 
 thrown and gets catched.
 Thats all - maybe the problem, but that might be a dojo issue - i am 
 wonder if this is shale related, as the irian example with jsp does 
 work.
 
 Hermod, does it work for you? 
 
 Torsten
 
 Am Freitag, den 11.05.2007, 10:21 +0200 schrieb Torsten Krah:
  Hm i got a serious problem:
  
  Using firebug to analyse the response for the 3rd example (using 
  converter + label) under:
  
  http://www.irian.at/myfaces-sandbox/inputSuggestAjax.jsf
  
  On load the address is show in the field, and the answer on clocking 
  the arrow is:
  
  [[detroit,nonamestreet,KL,11],[san
  diego,maxstreet,SJ,12],[philadelphia,philstreet,NW,13],[new
  york,newstreet,IL,14],[san francisco,sanstreet,NY,15],]
  
  Used it with clay, and now i get:
  
  Instead of the detroit ... , the 11 number is shown in the input 
  field.
  
  The answer of the ajax request is:
  
  
  [[detroit,nonamestreet,KL,11],[san 
  diego,maxstreet,SJ,12],[philadelphia,philstreet,NW,13
  ],[new york,newstreet,IL,14],[san 
  francisco,sanstreet,NY,15],]
  
  
  The same.
  
  But no popup for the suggests. No ajax or js error on the debug 
  console - whats wrong here?
  
  Torsten
  
  Am Freitag, den 11.05.2007, 09:45 +0200 schrieb Torsten Krah:
   Thx - nice work.
   
   Tried it, works so far - method gets called and i get an ajax response.
   But i see no popup in the browser, must have done something wrong ;).
   
   Torsten
   
   
   Am Dienstag, den 08.05.2007, 19:57 +0200 schrieb Hermod Opstvedt:
Hi

Wiki entry in place.

Hermod


-Opprinnelig melding-
Fra: Erik Govaers [mailto:[EMAIL PROTECTED]
Sendt: 8. mai 2007 17:33
Til: user@shale.apache.org
Emne: Re: SV: Shale and Sandbox inputSuggestAjax

Hi,

It would be brilliant if you could get us a fix in a couple of days. 
I'm in an advanced phase of a project and I'm reluctant to let go of 
either Shale or Tomahawk-Sandbox. And yes, I would welcome a Wiki too.

Thank you,

Erik


- Oorspronkelijk bericht -
Van: Hermod Opstvedt [mailto:[EMAIL PROTECTED]
Verzonden: dinsdag, mei 8, 2007 05:14 PM
Aan: user@shale.apache.org
Onderwerp: SV: Shale and Sandbox inputSuggestAjax


How configure DialogContextListener?

2007-05-25 Thread mario.buonopane
Hi, how can i configure a DialogContextListener?

 

Regards

Mario 

 



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.


Re: problem using t:inputHtml

2007-05-25 Thread AM101

Thanks, This mapping did the trick.


Lionel Port-2 wrote:
 
 I have this additional mapping
 
   !-- extension mapping for serving page-independent resources
 (javascript, stylesheets, images, etc.)  --
   filter-mapping
   filter-nameExtensionsFilter/filter-name
   url-pattern/faces/myFacesExtensionResource/*/url-pattern
   /filter-mapping
 
 
 Otherwise you maybe experiencing this issue.
 http://issues.apache.org/struts/browse/SHALE-409
 
 In desperation I had to build a custom version of shale with this fix
 applied.
 
 
 On 5/21/07, AM101 [EMAIL PROTECTED] wrote:

 When I use t:inputHtml, I get following error:

 EVERE: Servlet.service() for servlet faces threw exception
 java.lang.IllegalStateException: ExtensionsFilter not correctly
 configured.
 Resource mapping missing. Resources cant be delivered. Please see:
 http://myfaces.apache.org/tomahawk/extensionsFilter.html
 at
 org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:371)
 at
 org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:352)
 at
 org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:288)

 I already configured extension filter in my xml to use with file upload
 and
 file upload works fine.

 my web.xml looks like this:

 !-- File Upload Start--
 filter
 filter-nameExtensionsFilter/filter-name
 !--filter-class
 org.apache.myfaces.component.html.util.ExtensionsFilter
 /filter-class--
 filter-class
 org.apache.myfaces.webapp.filter.ExtensionsFilter
 /filter-class
 init-param
 param-nameuploadMaxFileSize/param-name
 param-value500k/param-value
 /init-param
 init-param
 param-nameuploadThresholdSize/param-name
 param-value10k/param-value
 /init-param
 /filter

 filter-mapping
 filter-nameExtensionsFilter/filter-name
 servlet-namefaces/servlet-name
 /filter-mapping
 filter-mapping
   filter-nameExtensionsFilter/filter-name
   url-pattern/forsalebyowner/*/url-pattern
/filter-mapping
filter-mapping
   filter-nameExtensionsFilter/filter-name
   url-pattern*.xml/url-pattern
/filter-mapping
 !-- File Upload End --


 --
 View this message in context:
 http://www.nabble.com/problem-using-t%3AinputHtml-tf3789498.html#a10716626
 Sent from the Shale - User mailing list archive at Nabble.com.


 
 

-- 
View this message in context: 
http://www.nabble.com/problem-using-t%3AinputHtml-tf3789498.html#a10800735
Sent from the Shale - User mailing list archive at Nabble.com.



RE: SV: SV: Shale and Sandbox inputSuggestAjax

2007-05-25 Thread Gary VanMatre
From: Erik Govaers [EMAIL PROTECTED] 

 
 Hi, 
 
 Thanks for the follow-up. In the meantime I found out I can get 
 inputSuggestAjax 
 to work if I don't use Shale (as you correctly assumed). I would still 
 welcome a 
 solution though that allows me to use both Shale and the Sanbox component. 


The issue is with shale-validator and not shale as a whole.  Remove the jar for 
your
project and the component should work with other shale libraries.  Shale is 
bundled
as individual libraries.  You don't have to include all jars if you are not 
using the 
features in the library.


 Erik 
 

Gary

 -Original Message- 
 From: Hermod Opstvedt [mailto:[EMAIL PROTECTED] 
 Sent: zondag 20 mei 2007 20:30 
 To: user@shale.apache.org 
 Subject: SV: SV: SV: Shale and Sandbox inputSuggestAjax 
 
 
 Hi 
 
 How is your progress on this. Seems like there are some issues[1] with the 
 inputSuggestAjax. 
 
 [1] https://issues.apache.org/jira/browse/TOMAHAWK-999 
 
 I have been very busy the last week and a ahalf, so I have not been able to 
 complete the fix to the ShaleValidator (It's about halfway done) 
 
 Hermod 
 
 -Opprinnelig melding- 
 Fra: Torsten Krah [mailto:[EMAIL PROTECTED] 
 Sendt: 11. mai 2007 15:18 
 Til: user@shale.apache.org 
 Emne: RE: SV: SV: Shale and Sandbox inputSuggestAjax 
 
 Yeah, 
 
 declared it. 
 
 
 
  
 value=#{inputSuggestAjax.getAddresses} / 
  
 value=#{inputSuggestAjax.getAddressLabel} / 
  
 value=#{inputSuggestAjax.choosenAddress} / 
 
 
 
 
 
  
 value=inputSuggestAjaxConverter / 
 
 
 
 
 
 
 inputSuggestAjaxConverter 
 
 de.sf.faces.ajax.InputSuggestAjaxConverter lass 
 
 
 converter gets called - so this should work. 
 
 Torsten 
 
 PS: Hm i test the simple sample again, but this didn't work either for me - 
 lets 
 give it a try again. 
 
 
 Am Freitag, den 11.05.2007, 11:38 +0200 schrieb 
 [EMAIL PROTECTED]: 
  Hi 
  
  The regular inputSuggestAjax works, and I am just about to test the 
  label/value sample now. However, there is one thing that comes to 
  mind. Have you done anything to the converter (i.e have you declared 
  it?) 
  
  Hemrod 
  
  -Original Message- 
  From: Torsten Krah [mailto:[EMAIL PROTECTED] 
  Sent: Friday, May 11, 2007 11:08 AM 
  To: user@shale.apache.org 
  Subject: Re: SV: SV: Shale and Sandbox inputSuggestAjax 
  
  
  Debugged dojo a little bit: 
  
  onLoad calls this function on 
  
  
  var js=ifd.getElementsByTagName(textarea)[0].value; 
  
  
  However, textarea is not known and got no properies, excaption is 
  thrown and gets catched. 
  Thats all - maybe the problem, but that might be a dojo issue - i am 
  wonder if this is shale related, as the irian example with jsp does 
  work. 
  
  Hermod, does it work for you? 
  
  Torsten 
  
  Am Freitag, den 11.05.2007, 10:21 +0200 schrieb Torsten Krah: 
   Hm i got a serious problem: 
   
   Using firebug to analyse the response for the 3rd example (using 
   converter + label) under: 
   
   http://www.irian.at/myfaces-sandbox/inputSuggestAjax.jsf 
   
   On load the address is show in the field, and the answer on clocking 
   the arrow is: 
   
   [[detroit,nonamestreet,KL,11],[san 
   diego,maxstreet,SJ,12],[philadelphia,philstreet,NW,13],[new 
   york,newstreet,IL,14],[san francisco,sanstreet,NY,15],] 
   
   Used it with clay, and now i get: 
   
   Instead of the detroit ... , the 11 number is shown in the input 
   field. 
   
   The answer of the ajax request is: 
   
   
   [[detroit,nonamestreet,KL,11],[san 
 diego,maxstreet,SJ,12],[philadelphia,philstreet,NW,13 
   ],[new york,newstreet,IL,14],[san 
   francisco,sanstreet,NY,15],] 
   
   
   The same. 
   
   But no popup for the suggests. No ajax or js error on the debug 
   console - whats wrong here? 
   
   Torsten 
   
   Am Freitag, den 11.05.2007, 09:45 +0200 schrieb Torsten Krah: 
Thx - nice work. 

Tried it, works so far - method gets called and i get an ajax response. 
But i see no popup in the browser, must have done something wrong ;). 

Torsten 


Am Dienstag, den 08.05.2007, 19:57 +0200 schrieb Hermod Opstvedt: 
 Hi 
 
 Wiki entry in place. 
 
 Hermod 
 
 
 -Opprinnelig melding- 
 Fra: Erik Govaers [mailto:[EMAIL PROTECTED] 
 Sendt: 8. mai 2007 17:33 
 Til: user@shale.apache.org 
 Emne: Re: SV: Shale and Sandbox inputSuggestAjax 
 
 Hi, 
 
 It would be brilliant if you could get us a fix in a couple of days. 
 I'm 
 in an advanced phase of a project and I'm reluctant to let go of either Shale 
 or 
 Tomahawk-Sandbox. And yes, I would welcome a Wiki too. 
 
 Thank you, 
 
 Erik 
 
 
 - Oorspronkelijk bericht - 
 Van: Hermod Opstvedt [mailto:[EMAIL PROTECTED] 
 Verzonden: dinsdag, mei 8, 2007 05:14 PM 
 Aan: user@shale.apache.org 
 Onderwerp: SV: Shale and Sandbox inputSuggestAjax 
  
 Hi 
  
 I have a working setup for 

Re: How configure DialogContextListener?

2007-05-25 Thread Craig McClanahan

On 5/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi, how can i configure a DialogContextListener?




Two different ways:

(1) Get access to the DialogContext instance for the
   currently active dialog, then call addDialogContextListener()
   on it, passing the instance of your listener.  This is the
   usual JavaBeans pattern for registering event listeners.

(2) If you are using the getData/setData methods to save state
   information for your dialog, *and* the class of the object you
   pass to setData implements DialogContextListener, it will
   automatically be registered as a listener and will receive events,
   for as long as it is the data value for this dialog.

Craig




Regards

Mario





This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.