Error in using StringArrayConverter

2005-10-15 Thread Marco Mistroni
Hello all,    i am writing a JSF app using mYFaces.. In one of my pages, i have a h:selectManyCheckbox input field, which is mapped to a String[] property on my backed bean.   after stumbling against the 'Invalid value' entered, i found out that there is a converter for a String[] array in myfaces,

problems wiht date extension tag

2005-10-16 Thread Marco Mistroni
hello all,    i am having troubles with myfaces date tag... i have recently downloaded the most recent binaries (today, 16 october)   i am deploying on jboss 3.2.5, which uses tomcat 5.0, and in my lib directory i am including followign files   myfaces-api.jar myfaces-impl.jar sandbox.jar tomahawk.

Re: problems wiht date extension tag

2005-10-16 Thread Marco Mistroni
Hello Werner,   i am using 1.4.2_07, running on Jboss 3.2.5 which uses Tomcat 5.0   i got this error only after downloading latest myfaces release.. before i was using still the old URI   http://myfaces.apache.org/extensions prefix="x"   i got a myfaces-1.1.jar from some rick's hightower tutorials

Re: problems wiht date extension tag

2005-10-17 Thread Marco Mistroni
ner Punz* <[EMAIL PROTECTED] [EMAIL PROTECTED] >> wrote:>> Do you use a jdk older than 1.4> SimpleDateFormat was introduced in 1.4+>> Werner>>>> Marco Mistroni wrote:> > hello all, > >i am having troubles with myfaces date ta

Re: Bean access in Java code

2005-10-17 Thread Marco Mistroni
have you imported your Partner class in the JSP?   HTH  marco  On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: How can I access to the Partner bean in my JSF page. Simply using Partnervariable <% if (!Partner.isLoggedIn()) { %> <[EMAIL PROTECTED] file="meinlogin.jsp" %>

Re: problems wiht date extension tag

2005-10-18 Thread Marco Mistroni
old?   thanks and regards  marco   On 10/17/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: Yes, sorry, there is currently a bug as the new date formatting doesnot seem to work in IE.We'll fix that as soon as possible. regards,MartinOn 10/17/05, Marco Mistroni <[EMAIL PROTECTED]&

Ajax Tags usage

2005-10-23 Thread Marco Mistroni
hello all,     i plan to use Sandbox's  Ajax input suggest tag and i have a few questions about that:   1 - are there any examples jsf page for that? 2 - what should be the value of the 'binding' attribute?   suppose this situation:   i have a backing bean named 'StockController' which has one meth

Troubles with Calendar tag

2005-10-23 Thread Marco Mistroni
Hello all,  i am trying to use the inputCalendar tag in my webapplication the default Locale on my machine is en_GB   here's the declaration in my faces-config.xml          en      resources.MessageResources         However, when i choose one date from the Calendar, what gets

Re: Ajax Tags usage

2005-10-23 Thread Marco Mistroni
Hello Volker,   thanks very much for your reply... i have one additional question.. i wasnot able to find a site from where i could download sandbox.jar & sandbox.war, would you mind pointing met o the correct URL?   thanks ina dvance and regards  marco  On 10/23/05, Volker Weber <[EMAIL PROTECTED]

Re: Ajax Tags usage

2005-10-24 Thread Marco Mistroni
selection criteria..correct?     thanks and regards  marco     On 10/24/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: you must build a list, containing Strings (inside of your backing bean)-MatthiasOn 10/23/05, Marco Mistroni < [EMAIL PROTECTED]> wrote:> hello all,> i pla

Re: Ajax Tags usage

2005-10-24 Thread Marco Mistroni
/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hello Matthias,   thanks for suggestion, but i am getting this ugly exception with the tag   javax.servlet.ServletException: org.apache.myfaces.component.html.util.AddResource.addJavaScriptToHeader(Ljava/lang/Class;Ljava/lang/String;Ljav

error with sandbox ajax component on

2005-10-25 Thread Marco Mistroni
hello all,   i m trying to get acquainted wiht Ajax tag from sandbox i downloaded the latest nightly build (as of now, it is  myfaces-20051024-examples.zip).. i have deployed the sandbox.war application on jboss 3.2.5, and what i got is the following error   javax.faces.FacesException: org.apache.m

Re: error with sandbox ajax component on

2005-10-25 Thread Marco Mistroni
()   or   public List myMethod(String inputParam) ?   thanks for your answer and regards   marco   On 10/25/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: Are you using a different version of sandbox.jar and myfaces-all.jar?regards,Martin On 10/25/05, Marco Mistroni <[EMAIL PROTECTE

Re: error with sandbox ajax component on

2005-10-25 Thread Marco Mistroni
lt;[EMAIL PROTECTED]>:> It really looks as if you would use an older version of the > implementation. JBoss supplies a version with MyFaces already, so try> to get rid of this and replace it with your new version.>> regards,>> Martin>> On 10/25/05, Marco Mistroni <

Re: error with sandbox ajax component on

2005-10-25 Thread Marco Mistroni
Hello,   right for some reasons, it works with jboss 4.0.2.. so problem is entirely mine.. i m going to do further testing   thanx anyway and regards  marco  On 10/25/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: hELLO Bruno,  thanx but i m still on jboss 3.2.5.   regards  marco 

Re: error with sandbox ajax component on

2005-10-25 Thread Marco Mistroni
  On 10/25/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hello,   right for some reasons, it works with jboss 4.0.2.. so problem is entirely mine.. i m going to do further testing   thanx anyway and regards  marco  On 10/25/05, Marco Mistroni <[EMAIL PROTECTED] > wrote: hELLO B

Re: Providing spring-like InitializingBean interface for JSF managed beans

2005-10-26 Thread Marco Mistroni
Hello Mike,   On 10/26/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: I've been reviewing open issues with my current application, and someof them seem to deal with using Spring.  This is kind of frustrating because I'm finding that JSF managed beans do ALMOST everything I wantwithout Spring, exc

Re: Providing spring-like InitializingBean interface for JSF managed beans

2005-10-26 Thread Marco Mistroni
Hello Mike,   sorry for previous post...i pressed 'send' by mistake dunno if you know it already, but have you checked the jsf-spring project @sourceforge?   it integrates Spring & JSF perfectly and i am sure it does what you want..   thanks and regards  marco  On 10/26/05, Mike Kienenberger <[EMAI

FileUpload, selecting directory

2005-11-05 Thread Marco Mistroni
Hello all,    i want to use the fileUpload tag from myfaces to allow the user to select a directory, but for some reason (maybe i am missing some parameters) with that tag it's possible only to select files...   how can i specify directory instead? do i need to set different values for some paramet

Re: sandbox and "WebXml.init must be called before!"

2005-11-10 Thread Marco Mistroni
hello,   have you checked that your myfaces &  sandbox are of same version? i think if you are using myfaces-20050101 jars you should pick also sandbox-20050101 jars   HTH  marco  On 11/10/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: Does the sandbox.war work for you?Bruno2005/11/10, Francesco Consu

Re: MyFaces and Spring.

2005-11-11 Thread Marco Mistroni
Hello,   i am using successfullly  myfaces & spring .. how ar eyou integrating the two? i personally use a library called JSF-Spring, version 3.0.0M2 and it works fine..   can you post more details about how are you integrating the two so i could help finding out the problem?   thanks and regards  

Re: MyFaces and Spring.

2005-11-11 Thread Marco Mistroni
esolver><locale-config ><default-locale>en default-locale><supported-locale >ensupported-locale> locale-config>application>   Balaji Saranathan Wipro Technologies - ESN:  6  877 8715 Tel :   91 80 2852 0408 * 82333 Fax : 

Re: MyFaces and Spring.

2005-11-11 Thread Marco Mistroni
Hello Balaji,   this link might interest you http://jroller.com/page/RickHigh/20041114   i think it can solve your problem..   HTH  marco  On 11/11/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hello Balaji,    i cannot comment for org.springframework.web.jsf.DelegatingVariableResolver

Re: MyFaces and Spring.

2005-11-12 Thread Marco Mistroni
Hello Mike,  i am actually using this   RequestHandled de.mindmatters.faces.spring.support.RequestHandledFilter in your faces config you don't need to declare anything in particular in tag.. just your beans and navigations. check jsf-spring docs for which beans you would declare in jsf-config.x

Re: MyFaces and Spring.

2005-11-16 Thread Marco Mistroni
82333 Fax :  91 80 5138 1761 Cell :  91 98868 61757   From: Marco Mistroni [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 12, 2005 7:41 PMTo: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: MyFaces and Spring.  Hello Mike,  i am actually using this   RequestH

problem with SelectItem & value to be set on a Bean

2005-11-16 Thread Marco Mistroni
hello all,  i am trying to populate  a selectable list with some items...   the value selected will be associated to a bean property   the  bean property (named 'type') is of type int.   In building the selectableList i am using this code (in java)]   List list = new ArrayList();  SelectItem item =

Re: problem with SelectItem & value to be set on a Bean / solved

2005-11-16 Thread Marco Mistroni
Hello all,  sorry 2 bother.. problem fixed. i had accidentally deleted all faces config files...   sorry again   regards  marco  On 11/16/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: hello all,  i am trying to populate  a selectable list with some items...   the value selecte

Re: ClassLoading problem

2005-11-16 Thread Marco Mistroni
hello  agree... got same error package your spring/myfaces/webapp files in your app and don't trust jboss more than that, delete your tmp/work directory to make sure... once i struggled a day to find out where my app faces file were clashing..and found out that in tmp/work directory i h

Re: ClassLoading problem

2005-11-17 Thread Marco Mistroni
blem  Be sure to shut down jboss, then delete the various jars including anything in tmp/work, then restart and redeploy your app including the Myfaces jars...   Wayne  On 11/16/05, Marco Mistroni < [EMAIL PROTECTED]> wrote: hello  agree... got same error package your spring/myfaces

Re: ClassLoading problem

2005-11-17 Thread Marco Mistroni
ents.   Balaji Saranathan Wipro Technologies - ESN:  6  877 8715 Tel :   91 80 2852 0408 * 82333 Fax :  91 80 5138 1761 Cell :  91 98868 61757   From: Marco Mistroni [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 17, 2005 3:12

JSF-basede application on jboss 4.0.2 fails miserably

2005-11-17 Thread Marco Mistroni
hello all,   i have developed a JSF app that i have deployed successfully on jboss 3.2.5   i decided to move to jboss 4.02., and got this awful exception   java.io.FileNotFoundException: C:\Sw\jboss-4.0.2\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs\myfaces-impl.jar at org.jboss.net.protoco

Re: JSF-basede application on jboss 4.0.2 fails miserably

2005-11-17 Thread Marco Mistroni
I can deploy my ear in 4.0.2 and 4.0.3 without any problem.2005/11/17, Marco Mistroni < [EMAIL PROTECTED]>:> hello all,>   i have developed a JSF app that i have deployed successfully on jboss> 3.2.5>> i decided to move to jboss 4.02., and got this awful exception >> java.i

LayoutManager for JSF / Myfaces

2005-11-18 Thread Marco Mistroni
hello all,   i was wondering if any of you guys are using any particular LayoutManager  toggether with JSF..   i am using Tiles, but i wanted to move away and try to use something else...   what layoutmanager / template mechanism are you using? any particular suggestions?   thanks in advance and r

Re: LayoutManager for JSF / Myfaces

2005-11-18 Thread Marco Mistroni
gards  marco   On 11/18/05, Julián García <[EMAIL PROTECTED]> wrote: I am also using tiles. Why do you want to move?Although I do not use it, I think SiteMesh would be worth a trydo not know how to integrate that with MyFaces...http://www.opensymphony.com/sitemesh/Marco Mistroni wrote:>

Re: LayoutManager for JSF / Myfaces

2005-11-18 Thread Marco Mistroni
ah, i got it  from different site mayb that will do..   thanx again   marco  On 11/18/05, Greg Reddin <[EMAIL PROTECTED]> wrote: On Nov 18, 2005, at 10:55 AM, Marco Mistroni wrote:> Hello,> well, i am trying to move away from declaring tld files.. and > althought it

partially OT / issue with DataTAble

2005-12-22 Thread Marco Mistroni
hello all,  sorry for this partially off topic question i have a dataTable which contains a list of Expense objects. (which has a data, name and amount fields)   i would like  to have all rows of my datatable displayed, and at the end the sum of the amount field of each row.. is that possible using

How to implement this usecase with JSF/MyFaces

2005-12-23 Thread Marco Mistroni
Hello all,  i have following problem / usecase   in mydatabase i have a table called 'transfertypes', which contains 2 columns, id and description. ideally, this is populated with 8 rows.   Now, in my JSF application, i should load the content of that table, and for each row i need to create follo

Indexed Properties and dataTable

2005-12-23 Thread Marco Mistroni
hello all,  how can i use indexed properties in jsf? i have folllowig scenario               value="#{savingsBean.savingsList }"    var="expense" rowIndexVar="row"   rowClasses="oddRow, eve

Re: Indexed Properties and dataTable

2005-12-30 Thread Marco Mistroni
have any more suggestions?   thanks anyway and happy new year   marco           On 12/23/05, Simon Kitching <[EMAIL PROTECTED]> wrote: Marco Mistroni wrote:> hello all,>  how can i use indexed properties in jsf?> i have folllowig scenario >> >  >   >  

Re: Combine Hibernate and JSF, but how?

2006-10-12 Thread Marco Mistroni
hELLO,  when i did it (combine JSF spring & HIbernate), it was about spring last year..i was using a sourceforge project called jsf-spring .. not sure what is status now butyou might want to check it out hth marcoOn 10/12/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: Hi Mosimann,Between JSF and Hib

problem with jscookmenu

2007-01-28 Thread Marco Mistroni
hi all, i am experiencing problems in my myfaces app regarding jscookmenu When i load it in the jsf page, i am receiving the following error: 17:40:41,687 INFO [STDOUT] 28-Jan-2007 17:40:41 com.sun.facelets.FaceletViewHan dler handleRenderException SEVERE: Error Rendering View[/main.xhtml] ja

Re: JSF lifecyle - managed-bean

2007-02-05 Thread Marco Mistroni
Hi, i give my 2 cents here you can expose your JSF via spring either using Spring variable resolver or jsf-spring i have a bean (non-JSF, but still spring-managed) which has setters, and in my init method i am using some of the data from setters.. all i needed to do was to declare an init-method

Fwd: 4 new messages in 2 topics - digest

2007-11-04 Thread Marco Mistroni
-- Forwarded message -- From: javawug group <[EMAIL PROTECTED]> Date: Oct 30, 2007 7:58 AM Subject: 4 new messages in 2 topics - digest To: javawug digest subscribers <[EMAIL PROTECTED]> JAVAWUG http://groups.google.co.uk/group/javawug?hl=en [EMAIL PROTECTED] Today's topics: *

referencing a managed bean property problem

2006-01-03 Thread Marco Mistroni
hello all, this code results in an error                            at this point      recentBlogEntries is a Map. i tried, for hte sake of trying, to put in a List (savingsList, the one used for DataTable)all keys of the Map, and tried to

Re: MyFaces + Shale + Facelets

2006-01-12 Thread Marco Mistroni
Hello all,   it seems to me that the Spring-JSF project allows you to scope beans... isn't that so? pls correct me if i m wrong./...   regards  marco  On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: Laurie Harper schrieb:> Spring provides a much more capable IoC solution than Faces alone; I > pr

Tiles & jsCookMenu

2006-01-18 Thread Marco Mistroni
Hello all,     i am trying to use jscookmenu inside tiles layout...   basically what ihave done is take the jscookmenu.jsp and declare it in tiles-config.xml as follows                 obviously, teh fact that we have tiles and jsf tags at same time causes problems, and in fact i am receiving the

Re: Tiles & jsCookMenu

2006-01-18 Thread Marco Mistroni
jscookmenu tags but have view related jsf tags. As far as I can tell, my problem is not directlyrelated to tiles.WeiOn Wednesday 18 January 2006 13:41, Marco Mistroni wrote:> Hello all,> i am trying to use jscookmenu inside tiles layout... >> basically what ihave done is take th

jscookmenu usage / backed bean

2006-01-24 Thread Marco Mistroni
hello all, i may have missed completely docs, but in order to use jscookmenu in my applicationdo i need a backed bean?how to integrate  the backed bean with jscookmenu?anyone could provide me a starting point? thanks in advance and regards marco

Re: jscookmenu usage / backed bean

2006-01-24 Thread Marco Mistroni
the source files for the example wars.  I've found many answers to my questions in there! From: Marco Mistroni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 24, 2006 3:17 PMTo: MyFaces DiscussionSubject: jscookmenu usage / backed bean hello all, i may have missed completely docs,

jscookmenu & source code

2006-01-26 Thread Marco Mistroni
hello all,  it looks tome  that jscookmenu to work properly needs a backed bean... where i can find the source code of the examples so that i can see which code to put in my backed bean?   thanks and regards  marco

sandbox jar file

2006-01-26 Thread Marco Mistroni
hello all,  can anyone provide me the link to download the latest sandbox jar file?i cannt find from any nightly 'repositories'thanks in advance and regards marco

problem with jscookmenu

2006-01-27 Thread Marco Mistroni
hello all, i have huge problems iwth jscookmenu. :(i have downloaded, from nightly, tomahawk-1.1.2 and myfaces-core-1.1.2i took the jscookmenu sample from apps and 'adapted' to my app (at hte end i reduced it to folloowing lines) <[EMAIL PROTECTED] file="/taglibs.jsp"%><[EMAIL PROTECTED] fi

Re: problem with jscookmenu

2006-01-30 Thread Marco Mistroni
external link feature of NavigationMenuItem > > > > > >> > > > > > But is need to put the jscookmenu outside of any form, sometimes I need it> > > > > > inside :(> > > > > > > > > > > > Martin...> > &

Re: problem with jscookmenu / still problems

2006-01-30 Thread Marco Mistroni
Hello, i m still havingp roblems...i have downloaded the nightly build dated 30/1, version 1.1.2-SNAPSHOT of both myfaces core and tomahawk, and now i am gettign this exception :19:28:45,468 ERROR [[jsp]] Servlet.service() for servlet jsp threw exceptionjava.lang.NoSuchMethodError: org.apache.

Re: problem with jscookmenu

2006-01-31 Thread Marco Mistroni
---->From: Marco Mistroni [mailto:[EMAIL PROTECTED] ]>Sent: Monday, January 30, 2006 02:19 PM>To: 'MyFaces Discussion', [EMAIL PROTECTED]>Subject: Re: problem with jscookmenu>>Hello all, > can anyone explain me what is the pr oper bean to be configured iwth&

Re: MyFaces nightly build and JBoss UseJBossWebLoader issue

2006-01-31 Thread Marco Mistroni
Hello,   might not be same issue,  but i found out that somehow, with jboss4, fi you have deployed 2 wars that contains different versions of same myfaces/jsf libraries,  jboss gets confused and may load the wrong one...   HTH    marco  On 1/31/06, Werner Punz <[EMAIL PROTECTED]> wrote: JBoss comes

Re: problem with jscookmenu

2006-01-31 Thread Marco Mistroni
?thanks in advance and regards marcoOn 1/31/06, Onur Tokan <[EMAIL PROTECTED] > wrote:You can download the sourcecode from the following url http://myfaces.apache.org/source.cgiThe source code includes examples about jscookmenuRegards,OnurOn 1/31/06, Marco Mistroni <[EMAIL PROTECTED] > w

Building myfaces with Maven2 / missing commons-logging ?

2006-01-31 Thread Marco Mistroni
hello all, i am trying to build myfaces with maen..i checked out sources from SVN and launched  mvn install -Dmaven.test.skip=true -Dmaven.test.failure.ignore=truemyfaces-common is fine, however while compilin tomahawk core i got this exception (actuallyp lenty of htem with similar message) C:\Sw\m

errror in building myfaces with maven

2006-02-01 Thread Marco Mistroni
hello all, i have downloaded myfaces (i suppose is the latest) from svn and tried tobuild with maven..while compiling tomahawk, code is looking for package org.apache.struts.tiles which i supposeis not listed in dependencies of  tomahawk has anyone encountered this problem?thanks and regards  marco

Re: errror in building myfaces with maven

2006-02-01 Thread Marco Mistroni
t from tomahawks pom.xml  struts  struts   1.2.8  compile  trueregards,MartinOn 2/1/06, Marco Mistroni < [EMAIL PROTECTED]> wrote:> hello all,>  i have downloaded myfaces (i suppose is the latest) from svn and tried> tobuild with maven..> while compiling t

weird error when using jscookmenu / not sure w here problem is

2006-02-04 Thread Marco Mistroni
27;null', 'entryForm:date')" onclick="selectText('null', 'entryForm:date')" value="" /><span id="entryForm:dateSpan"> span><script type="text/_javascript_">script>td><td>td>tr

jscookmenu usage problems

2006-02-09 Thread Marco Mistroni
hello all, i am currently try to use jscookmenu along with my JSF app which uses tiles.jscookmenu should redirect to a page in which there is another form to be submitted.I followed advices on the list to embed jscookmenu and my other data under the same form..for example, heres' my base layout

Re: JSF & Tiles Action Problem

2006-02-16 Thread Marco Mistroni
Hello,   i am using Tiles with JSF, and it works just fine...can you tell me what do you think is the problem?what about the page that you are redirecting to? is it using a tilestemplate?i can post privately some of my pages if you need (or even the whole app since i truns with in-memory database)r

Re: JSF & Tiles Action Problem

2006-02-16 Thread Marco Mistroni
Siret          Supprimerbinding="#{ mairie.checkBox}"/> 

facelets with MyFAces-1.2.2-SNAPSHOT

2006-02-19 Thread Marco Mistroni
hello all,  i might have missed some threads about MyFaces and facelets...i m struggling with getting facelets-1.0 at work with myfaces-1.2.2i have configured the viewhandler as follows  com.sun.facelets.FaceletViewHandlerobviously, after deploying my application and getting erros, i figured out ht

MyFAces with FAcelets

2006-02-21 Thread Marco Mistroni
hello all,  i have just downloaded the latest version of facelets (1.0.10) to be used with myfacesi (literally) copied context parameters from demo application, because i wanted to try touse facelets in my pages... It turned out that, for some weird reasons, the page was not rendered at all..fo

Re: MyFAces with FAcelets

2006-02-21 Thread Marco Mistroni
rvlet? Also, you said the code you included was index.html, but your url says it is for main.jsf.  You should be hitting index.jsf. Finally, if that doesn't solve it, could you send the relevant sections of your web.xml? Adam Brod Product Development Team "Marco Mistroni" <

Re: MyFAces with FAcelets

2006-02-21 Thread Marco Mistroni
Hello Adam,  when i access main.xhtml, INternet explorer does not 'recongnize' it and ask me if i want to open the page.so, yes, something is not configured properly, but i can' tfigure out what...it looks like it does not recongize facelets tags at all.. since the text that is not supposed to

Re: MyFAces with FAcelets

2006-02-21 Thread Marco Mistroni
]> wrote: What's the url you are trying to hit?  Based on the web.xml below, you are mapping the faces servlet to *.jsf.  The url you enter should be .jsf, not .xhtml. From: Marco Mistroni <[EMAIL PROTECTED]> Reply-To: MyFaces Discussion <users@myfaces.apache.org> Date: Tue, 2

Re: MyFAces with FAcelets

2006-02-21 Thread Marco Mistroni
ong with my original template.one quick question: can a template include JSF elements? will i have problems?thanks and regards marco On 2/21/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: hello richard,  thanx for your replyunfortunately, when i enter  pagename.jsf i get following error

invoking JSF beans directly from jscookmenu

2006-03-04 Thread Marco Mistroni
hello all, i wa swondering if it was possible to invoke a  JSF bean method from jscookmenu..if so, can anyone post a sample on how to do it?thanks in advance and regards marco

DataTable & columns

2006-03-06 Thread Marco Mistroni
Hello all, i was wondering, with a datatable how can i display 'more than 1 row of data'  on the same table row.Let me explain betterSuppose i have a dataTable containing n of MyObject objects (with two properties, propA and propB) instead of displaying one object per table row, is it possible to,

Re: DataTable & columns

2006-03-06 Thread Marco Mistroni
Thanx Jana,  that's exactly what i need ..regards marcoOn 3/6/06, Jana Parvanova <[EMAIL PROTECTED]> wrote: Maybe Tomahawk's Newspaper table could help you? http://myfaces.apache.org/tomahawk/newspaperTable.html- Original Message -----From: "Marco Mistroni" <[

Re: MyFaces + Spring

2006-03-07 Thread Marco Mistroni
Hello,  htere's a library just for that, it's called Spring integration library... it might helprgds   marcoOn 3/7/06, Cagatay Civici < [EMAIL PROTECTED]> wrote: Hi,Your configuration seems ok at first look, before you add this configuration to your faces-config and web descriptor was everything ok

Re: file upload problem

2006-03-14 Thread Marco Mistroni
Hello,  have a look at myfaces examples, copy the fileUpload beanmore likely, some of your bean properties are incorrecthth marcoOn 3/14/06, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote: Trying to upload a file I am getting a java.lang.IllegalArgumentException: argument type mismatch exception in t

Re: file upload problem

2006-03-15 Thread Marco Mistroni
hello,  mm don't think so.. i have same functionality working just fine...could you post page & bean & faces-config?hth marcoOn 3/15/06, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote: Every thing seems ok. Could it be a Facelet problem?On 3/14/06, Marco Mistroni < [EMAIL PR

Re: Compile error , dependency on struts tiles

2006-03-15 Thread Marco Mistroni
hello, if i remember correctly, that dependency was in the project.xml, but for some reason it was disabled...check your project.xml  (or is itnow pom.xml) ...if i m correct, there's a component in myfaces that is an extension of tiles...that's why that dependency is needed.hth  marcoOn 3/1

Re: Managed bean constructor dependencies (Spring)

2006-03-15 Thread Marco Mistroni
Hello Nicklas,   i think you can do that if you use jsf-spring library..  hth marcoOn 3/15/06, Matthias Wessendorf < [EMAIL PROTECTED]> wrote:Shale itself has an example app, that uses Spring for definition of DAOs. That shouldn't be a risk IMHO.-MatthiasOn 3/15/06, Nicklas Karlsson <[EMAIL PROTECT

Re: file upload problem

2006-03-15 Thread Marco Mistroni
void setUpFile(UploadedFile upFile)    {    this.upFile = upFile;    }..and the upload method actually doing nothing but writing a log message right now! On 3/15/06, Marco Mistroni < [EMAIL PROTECTED]> wrote: hello,  mm don't think so.. i have same functionality working ju

Re: file upload problem

2006-03-15 Thread Marco Mistroni
hello, yes, the file. in c: for example. rgds marcoOn 3/15/06, Arash Bijanzadeh <[EMAIL PROTECTED] > wrote:Put what in a different directory? On 3/15/06, Marco Mistroni < [EMAIL PROTECTED]> wrote: Hello,  can you put it in a different directory, sicne that looks like is the problem?o

Re: file upload problem

2006-03-15 Thread Marco Mistroni
es it work fine?regards marco On 3/15/06, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote: Hi,I could not get you marco. I am not putting the file anywhere. How can I do it?cheers On 3/15/06, Marco Mistroni < [EMAIL PROTECTED]> wrote:hello, yes, the file. in c: for example. rgds marco

Re: MyFaces - Spring integration problems

2006-04-02 Thread Marco Mistroni
Hello,  you might want to try jsf-spring project (it's a sourceforge project), it integrates the two framework just finei m currently using it, and it work just finehth marco On 4/2/06, Philippe Lamote <[EMAIL PROTECTED]> wrote: Hi List,I'm getting unexplainable MyFaces-Spring integration problems,

Re: MyFaces - Spring integration problems

2006-04-02 Thread Marco Mistroni
managed, you hsould declare it in your spring files if you want to have a jsf managed beans that uses a spring bean as managed property, then declare your jsf bean in your faces configuration files jsf-spring will take care of injection..hth marco Thanks,  PhilippeOn 02 Apr 2006, at 17:35, Marc

Re: Unit tests

2006-05-03 Thread Marco Mistroni
You might want to have a look at JBossSeam..hth marcoOn 5/2/06, Rogerio Pereira <[EMAIL PROTECTED] > wrote:Use struts-shale test framework.

Re: Unit tests

2006-05-03 Thread Marco Mistroni
was nto for that, please ignore my emailrgds marcoOn 5/3/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: How does Seam offer more opportunities to test a JSF application?Dennis Byrne>-Original Message----->From: Marco Mistroni [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 3, 2

Re: Need web pages for both PCs and palms... (JSF? ADF?...)

2006-05-12 Thread Marco Mistroni
Hello, i give my 2 cents here.mayb i m 'old' fashioned and not very 'updated', but i did what you are trying todo back in Y2K. At that stage i used JSP written in XML with a HTML/WML XSLT processorfor rendering. in that case, i suppose if you follow that approach there will be no difference bet

Re: Cron..

2006-08-04 Thread Marco Mistroni
True, wrong forum :)but i have seen that error before'check how are you creatingyour jobs (if they have same identifier etc)last resort, clear quartz table and start from scratch. one shot after that will work for sure.. if hte second does not work that means that you are creating all ur jobs whith