Re: PhaseListener as managed bean?

2006-12-11 Thread Dave Brondsema
http://www.springframework.org/docs/api/org/springframework/web/jsf/DelegatingPhaseListenerMulticaster.html looks interesting too -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: extension filter problem in portlets

2006-11-14 Thread Dave Brondsema
and MYFACES-434 ? -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Creating portlets from an existing JSF web application

2006-11-03 Thread Dave Brondsema
Laurentiu Trica wrote: Hi Does anyone know a good place for such a documentation? Thanks a lot. http://wiki.apache.org/myfaces/Using_Portlets links to a few HowTos -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Apache Con US 2005 - Myfaces Portlet support

2006-10-09 Thread Dave Brondsema
://wiki.apache.org/tapestry/PortletSupport#head-01a5c19cc0eb389f1ba9788c5c8e6c16f74dba28 and the comments on the links you provided say that the portal should implement the RAP pattern. Not the portlet. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital

Re: PhaseListener getting called multiple times

2006-09-27 Thread Dave Brondsema
one point me in the right direction? Thanks! -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Portlet wasn't show after portal link clicked

2006-09-26 Thread Dave Brondsema
. But when I clicked at the portal link that should call the page with my portlet again my portlet was not there! Looked at the myfaces logs but everything seemed to be okay. What could be the problem? regards, Steven -- Dave Brondsema Software

Re: FacesContext for MyFaces portlets

2006-09-26 Thread Dave Brondsema
://issues.apache.org/jira/browse/MYFACES-1338 you should take a look. It's not quite the same issue but certainly related. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: JSF portlet bridge

2006-09-26 Thread Dave Brondsema
of it. [1] https://issues.apache.org/jira/browse/MYFACES-769#action_12365291 (Ignore the beginning of that issue.. it was before I understood how the IDs worked) -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: URL encoding the value of outputLink?

2006-09-12 Thread Dave Brondsema
into it, so it's just a matter of adding a taglib entry -- no code. http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html On 9/11/06, Dave Brondsema [EMAIL PROTECTED] wrote: The MyFaces implementation of outputLink URL-encodes the parameters, but not the value. This seems correct

URL encoding the value of outputLink?

2006-09-11 Thread Dave Brondsema
://wiki.apache.org/myfaces/Parameters_In_EL_Functions. Are there any better solutions? -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: h:dataTable's data evaluated twice per request?

2006-09-07 Thread Dave Brondsema
Even for a commandLink APPLY_REQUEST_VALUES needs to be execute for the commandLink to work. So it looks like the proper solution is not try to do anything different with regards to JSF but to do better optimization and caching of the value binding in the backing bean. Dave Brondsema wrote: My

h:dataTable's data evaluated twice per request?

2006-09-06 Thread Dave Brondsema
. Is there any way around this? Thanks, -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: size of UploadedFile

2006-08-29 Thread Dave Brondsema
long uploadedFile.size(); Yes it does: public interface UploadedFile extends Serializable { ... /** * Answer the size of this file. * @return long */ long getSize(); } -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP

Re: Using MyFacesGenericPortlet with Bea Weblogic Portal 8.1

2006-08-16 Thread Dave Brondsema
: ___ Stefan Aigner . adesso AG . Rotherstrasse 19 . 10245 Berlin tel.: +49-30-7262033-42 mobil: +49-178-2808102 fax: +49-30-7262033-99 email: [EMAIL PROTECTED] http://www.adesso.de ___ -- Dave Brondsema

Re: Potlets with Tomahawk in Liferay

2006-08-14 Thread Dave Brondsema
fine with no filter. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: extensionsfilter and portlet

2006-08-04 Thread Dave Brondsema
JavaScript) in the HTML head? If I take the responsibity of multiple script... tags in the resulting markup sent to the browser? Best, Bolerio -Original Message- From: Dave Brondsema [mailto:[EMAIL PROTECTED] Sent: Thu 8/3/2006 9:50 AM To: MyFaces Discussion Subject: Re

Re: Cron..

2006-08-03 Thread Dave Brondsema
[EMAIL PROTECTED] wrote: Hello! I am not sure sending this question on the accurate forum but I can't guess This is a Quartz question, so http://www.opensymphony.com/quartz/userForums.action would be the appropriate forum. -- Dave Brondsema Software Developer Cornerstone University

Re: extensionsfilter and portlet

2006-08-03 Thread Dave Brondsema
rather avoid spending time to hack around that if something’s on the way. Thanks, Bolerio -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: ajax and custom css/js files for porlets

2006-07-26 Thread Dave Brondsema
-434 -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Needed directions for Image Uploads

2006-07-25 Thread Dave Brondsema
for this purpose. http://wiki.apache.org/myfaces/Setup_For_File_Uploads describes the process pretty well -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: outputLink, graphicImage portlet

2006-07-21 Thread Dave Brondsema
wonder why graphicImage works perfectly with portlet, but outputLink doesn't. if outputLink doesn't work, anyway to go to another page without going through bean and navigation rules? -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP

Re: question

2006-07-20 Thread Dave Brondsema
aprender el manejo No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 17/07/2006 -- Dave Brondsema Software Developer

Re: Needed Example on File Upload

2006-07-20 Thread Dave Brondsema
that causes the exception. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: AutoUpdateDataTable inside a portlet

2006-07-12 Thread Dave Brondsema
the extensionsFilter to work). You could also add the script tag to head in your portal theme, but that is not very elegant. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Filedownload and progressbar

2006-07-06 Thread Dave Brondsema
()); response.flushBuffer(); facesContext.responseComplete(); Michael -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: ui:include src=... /

2006-06-28 Thread Dave Brondsema
Chandler Java Web Developer -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Keeping inputFileUpload's file even if other validation errors?

2006-06-23 Thread Dave Brondsema
2006/6/22, Dave Brondsema [EMAIL PROTECTED]: Hmm, good idea but it doesn't work. if any non-immediate component fails validation, then no backing bean updates will be performed So the code in my backing bean still doesn't get executed. I'm thinking that it would have to be some sort

Re: Keeping inputFileUpload's file even if other validation errors?

2006-06-22 Thread Dave Brondsema
backingbean ? just a quick guess. On 6/21/06, Dave Brondsema [EMAIL PROTECTED] wrote: Dave Brondsema wrote: Is there a way to store the inputFileUpload file even if there are process validation errors on other components? I don't want the user to have to re-upload a file if they forgot

Re: Keeping inputFileUpload's file even if other validation errors?

2006-06-21 Thread Dave Brondsema
Dave Brondsema wrote: Is there a way to store the inputFileUpload file even if there are process validation errors on other components? I don't want the user to have to re-upload a file if they forgot some other required field, for example. Thanks, So I guess there's no way to do

Re: How can deploy Tomahawk component to a portal enviroment?

2006-06-21 Thread Dave Brondsema
Zheng JinYuan wrote: Any gay's success deploy Tomahawk in liferay ? thanks Yes. Are there specific problems you having? If you need to use tomahawk components that use the extensionFilter, see http://issues.apache.org/jira/browse/MYFACES-434 -- Dave Brondsema Software Developer

Keeping inputFileUpload's file even if other validation errors?

2006-06-16 Thread Dave Brondsema
Is there a way to store the inputFileUpload file even if there are process validation errors on other components? I don't want the user to have to re-upload a file if they forgot some other required field, for example. Thanks, -- Dave Brondsema Software Developer Cornerstone University

Re: Client Side Validation

2006-06-06 Thread Dave Brondsema
(Javascript) validation. Am I wrong? I've search the web and mailing lists and didn't fine anything. Thanks. Gregg -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Is there a MyFaces Tomahawk guide?

2006-06-05 Thread Dave Brondsema
negative, I'd just like to know if I'm missing something. MyFaces Tomahawk would be a lot more developer friendly if good documentation was available. Thanks, --Todd -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: commandButton action not invoked

2006-05-30 Thread Dave Brondsema
the enclosing f:view tag. f:view nested within another f:view also causes the action methods to never be invoked. It would be a nice feature if MyFaces put some warnings in the logs when these types of situations happened. -- Dave Brondsema Software Developer Cornerstone University

Re: Version of Servlet Container - Facelets

2006-05-30 Thread Dave Brondsema
2 -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: JSF Backing Bean Unit Testing

2006-05-17 Thread Dave Brondsema
. -- Murat HAZER Elektrik-Elektronik Mühendisi - Electrical-Electronics Engineer Tel - Phone: +90 222 335 05 80 - 1395 Cep Tel - Mobile Phone: +90 532 472 00 63 Blog URL: http://www.projedunyasi.org Yahoo Group: http://groups.yahoo.com/group/malatyafenlisesi/ -- Dave Brondsema Software Developer

Re: JSF Backing Bean Unit Testing

2006-05-15 Thread Dave Brondsema
through all the tiers. Depends on which you want to do. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

security with @rendered

2006-05-05 Thread Dave Brondsema
? Thanks, -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: security with @rendered

2006-05-05 Thread Dave Brondsema
/06, Dave Brondsema [EMAIL PROTECTED] wrote: Is it secure to limit access to a backing bean action simply by using the 'rendered' attribute to control when it is displayed? Or is it possible for a malicious user to construct a URL that still invokes the backing bean method, even when

Re: AddResource from JAR

2006-05-04 Thread Dave Brondsema
examples of doing this? Is it possible? Have you looked at https://weblets.dev.java.net/ yet? It's designed for serving resources out from a jar file. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: detail toggler in portal not working

2006-05-04 Thread Dave Brondsema
possible workarounds. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: jsf portlet input components do not set their values to the model

2006-04-20 Thread Dave Brondsema
the portal.. has anyone a hint for me ? best regards,- ben -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten http://jroller.com/page/mwessendorf mwessendorf-at-gmail-dot-com -- Dave Brondsema Software Developer Cornerstone University signature.asc Description

Re: Maximizing a portlet implementing MyFacesGenericPortlet causes Liferay to crash.

2006-04-17 Thread Dave Brondsema
which are bundled with Liferay doesn’t show this behavior. You can try changing the restore-current-view value in liferay-portlet.xml. I haven't had time to see what difference that makes for JSF, but it could help. -- Dave Brondsema Software Developer Cornerstone University

Re: displayValueOnly not working

2006-04-06 Thread Dave Brondsema
with t:selectOneMenu../ either. Any guidance? Quintin Kerby Does #{true}, or a method binding work for you? It works fine for me (with facelets, too) using t:inputTextarea, and displayValueOnly binding to a getter that returns true or false. -- Dave Brondsema Software Developer Cornerstone

Re: How to use Myfaces with Maven pom.xml file, thanks /eom

2006-04-05 Thread Dave Brondsema
;) Dennis Byrne -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: DummyFormUtils.isWriteDummyForm exception with March 15th build

2006-03-17 Thread Dave Brondsema
, impl, shared, tomahawk, etc) I have rebuilt and which one are a little old. Any pointers on how to avoid this? -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: FCKfaces: FCKEditor component for JSF

2006-03-13 Thread Dave Brondsema
know if it works with facelets, and in a portlet? -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: MyFaces dataTable column sorting

2006-03-01 Thread Dave Brondsema
method (or your DAO querying method if you have the database do the sorting) to decide if you should sort ascending or descending. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: MyFaces dataTable column sorting

2006-02-28 Thread Dave Brondsema
columnName=status h:outputText value=Status / /t:commandSortHeader /f:facet h:outputText value=#{user.status} / /t:column ... /t:dataTable Best regards, Daniel Malone -- Dave Brondsema

Re: inputCalendar

2006-02-21 Thread Dave Brondsema
/servlet-name url-pattern/jenia4faces/*/url-pattern /servlet-mapping On 2/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks a lot! That is effectively working really fine and explanations are clear on their website:) -Message d'origine- De: Dave Brondsema [mailto:[EMAIL

Re: inputCalendar

2006-02-20 Thread Dave Brondsema
/filter-name servlet-nameFacesServlet/servlet-name /filter-mapping Thanks Sophie -- Matthias Wessendorf Zülpicher Wall 12, 239 50674 Köln http://www.wessendorf.net mwessendorf-at-gmail-dot-com -- Dave Brondsema Software Developer Cornerstone University

Re: Tomahawk 'extensions' filter: alternatives?

2006-02-16 Thread Dave Brondsema
to contribute an implementation :-) L. http://jroller.com/page/cagataycivici?entry=phaselistener_renders_an_image_no https://weblets.dev.java.net/ -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: AW: AW: AW: AW: AW: AW: integration problem with s:inputSuggestAjax and portlet

2006-02-14 Thread Dave Brondsema
not support any call by a page whose URL already contains parameters. Any tips or suggestions how to resolve this problem? Mit freundlichen Grüßen / Kindest regards Haihua Luo -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital

Re: How to access one managed-bean from another managed-bean?

2006-02-14 Thread Dave Brondsema
-- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: submit pressing return on keyboard

2006-02-14 Thread Dave Brondsema
of this message is not the intended recipient, you are hereby notified that any unauthorized use, copying, publication, printing or dissemination is prohibited. E-mails are susceptible to alteration. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP

how to declare mvn dependencies on myfaces and javax.faces?

2006-02-10 Thread Dave Brondsema
artifactIdjsf-api/artifactId version1.1/version scopecompile/scope /dependency But how do I relate that to myfaces-api-1.1.2-SNAPSHOT.jar? Is there a way to mvn install the api jar as javax.faces/jsf-api? -- Dave

Re: Help MyFaces/Tomcat

2006-02-07 Thread Dave Brondsema
.. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: What is different between a jsf portlet and plain jsf application

2006-02-03 Thread Dave Brondsema
are. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Fileupload size limit Message for user ?

2006-01-31 Thread Dave Brondsema
in English and German Professional Support for Apache MyFaces --- -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: SetEscape in SelectOneMenu

2006-01-26 Thread Dave Brondsema
(boolean escape), but I can't find it in the SelectOneMenu nor in the UISelectItem classes. How Can I do what I want? I came up against the same problem yesterday! I think we'd have to add support for a new attribute to provide this functionality. -- Dave Brondsema Software Developer Cornerstone

Re: PermGen Space problem???

2006-01-25 Thread Dave Brondsema
are unloaded. Thus during development you can often reach this without memory leaks or bugs. You can increase this by setting -XX:MaxPermSize=128m on the Java VM. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Problem with selectOneMany Value-Binding

2006-01-19 Thread Dave Brondsema
:142) Do you know why this doesn't work? The collection or map pointed to in the error message cannot really be null, I think that's only a symptom produced by JSF... When I use a step 2 List only one time, no error happens. Regards, Matthias -- Dave Brondsema Software Developer

do conversion and update model values, but skip validation?

2006-01-19 Thread Dave Brondsema
use a phase listener before and after validation to do this somehow? Or perhaps I have to use immediate=true and then invoke some lifecycle methods in my saveAsDraft() backing bean method? Any suggestions? thanks, -- Dave Brondsema Software Developer Cornerstone University signature.asc

Re: do conversion and update model values, but skip validation?

2006-01-19 Thread Dave Brondsema
Dave Brondsema wrote: I need to implement a Save as Draft button for a page I'm working on. I want to save all the data in the model, so I need to convert values to the right data type and update the model values. But I do not want to do any other validation. Is this possible? immediate

Re: JSF portlet and rendered attribute

2006-01-19 Thread Dave Brondsema
of the current portal page. Even stranger, if I remove the rendered attribute from the panelGroup such that the link always displays the popup works as expected in both Portal or webapp. BTW, the portal is Liferay 3.6.1. hope someone can help -Henrik -- Dave Brondsema Software Developer

Re: How to define line breaks in a resource bundle message?

2006-01-10 Thread Dave Brondsema
/Properties.html -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: What Object Type for SelectManyCheckbox

2006-01-04 Thread Dave Brondsema
the spec) that all elements are of type String, not the same type as SelectItem.getValue(). That should be made clear and since using a List does work unintuitively like that, I'd suggest listing it last, after Object array or primitive array -- Dave Brondsema Software Developer Cornerstone

Re: What Object Type for SelectManyCheckbox

2006-01-03 Thread Dave Brondsema
notify your system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. __ -- Dave Brondsema Software Developer Cornerstone University signature.asc Description

Re: Open new browser window.

2006-01-03 Thread Dave Brondsema
family components from http://www.jenia.org/ -- Dave Brondsema : [EMAIL PROTECTED] http://www.brondsema.net : personal http://www.splike.com : programming signature.asc Description: OpenPGP digital signature

Re: Popup calendar javascript - loadPopupScript not defined

2005-12-22 Thread Dave Brondsema
, Development and Courses in English and German Professional Support for Apache MyFaces -- _http://www.irian.at_ http://www.irian.at/ Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces -- Dave Brondsema : [EMAIL PROTECTED

Re: switching to ssl

2005-12-14 Thread Dave Brondsema
: Connector port=80 redirectPort=443 ... or Connector port=8080 redirectPort=8443 ... So it knows how exactly to do the SSL redirect -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

layout components

2005-12-12 Thread Dave Brondsema
What layout components are there besides panelGrid and dataTable (and its variants?) We are about to switch to HTML tables simply so we can use a colspan. Aren't there any more advanced JSF components for layout? Thanks, -- Dave Brondsema Software Developer Cornerstone University

Re: Progress Bar in Myfaces

2005-12-07 Thread Dave Brondsema
a progress bar functionality? Regards Andy You can also try out the progress bar component at http://software.topcoder.com/catalog/c_showroom.jsp?cat=15257626 I haven't tried any of those yet. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP

weblets (serve web resources from within JAR)

2005-12-07 Thread Dave Brondsema
Developers of components (tomahawk, sandbox, and others) should look at weblets for serving resources (CSS, JS, images, etc) out of a jar package. http://java.sys-con.com/read/159161.htm https://weblets.dev.java.net/ -- Dave Brondsema Software Developer Cornerstone University signature.asc

Re: selectManyCheckbox

2005-11-23 Thread Dave Brondsema
) org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122) -- ::SammyRulez:: http://sammyprojectz.blogspot.com -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

globalized JSF input components

2005-11-21 Thread Dave Brondsema
http://www.alphaworks.ibm.com/tech/gbo This may be of interest to JSF developers here. The descriptions and screenshots look impressive; I haven't tried it yet though. -- Dave Brondsema : [EMAIL PROTECTED] http://www.brondsema.net : personal http://www.splike.com : programming

Re: HtmlGraphicImage reports bogus warning

2005-11-16 Thread Dave Brondsema
properly. Is this a buglet in the tomahawk HtmlGraphicImage component? Cameron. I have seen the same thing. I don't find a bug report at http://issues.apache.org/jira/browse/MYFACES yet; do you want to submit one? -- Dave Brondsema Software Developer Cornerstone University signature.asc

Re: writing a component to combine 2 components?

2005-11-14 Thread Dave Brondsema
Dave Brondsema wrote: I'm trying to write a dateTime component that has two children, one for date and one for time. I want the value binding to be on the dateTime component and used in the children. dateTime's getSubmittedValue() will combine the date time values of the children

writing a component to combine 2 components?

2005-11-11 Thread Dave Brondsema
}/ /h:inputText t:inputDate id=ttt1 type=time ampm=true/ /x:inputDateTime /h:panelGroup Note that jp:popupCalendar is a Jenia component that uses javascript to act upon the inputText date. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP

Re: sandbox InputSuggest problem

2005-10-31 Thread Dave Brondsema
=X3oDMTFqODRtdXQ4BF9TAzMyOTc1MDIEX3MDOTY2ODgxNjkEcG9zAzEEc2VjA21haWwtZm9vdGVyBHNsawNmYw--/SIG=110oav78o/**http%3a//farechase.yahoo.com/ -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: forceId on form

2005-10-27 Thread Dave Brondsema
make sense, though. regards, Martin On 10/26/05, Dave Brondsema [EMAIL PROTECTED] wrote: First, can you use EL in a forceId? Second, is there a reason why there isn't a tomahawk 'form' tag that allows forceId? Thanks, -- Dave Brondsema Software Developer Cornerstone University

multiple message-bundles

2005-10-26 Thread Dave Brondsema
. Is there any workaround for this? -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

forceId on form

2005-10-26 Thread Dave Brondsema
First, can you use EL in a forceId? Second, is there a reason why there isn't a tomahawk 'form' tag that allows forceId? Thanks, -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: tabbed pane and portlets/portal - JSR168

2005-10-20 Thread Dave Brondsema
file. CSS resources will still have to be added to head through directly modifying the portal's skin or dynamically (a better solution) with http://issues.apache.org/jira/browse/MYFACES-434 -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital

Re: JSR 168 Portlet and ExtensionsFilter

2005-10-19 Thread Dave Brondsema
Dave Brondsema wrote: Ryan Wynn wrote: I am trying to get the inputCalendar to work inside a Portlet. It seems to me that although I have the myfaces ExtensionsFilter mapped in my web.xml the appropriate javascript is not being included in the response. I get DateFormatSymbols

Re: JSR 168 Portlet and ExtensionsFilter

2005-10-19 Thread Dave Brondsema
John Fallows wrote: On 10/19/05, Dave Brondsema [EMAIL PROTECTED] wrote: Dave Brondsema wrote: Ryan Wynn wrote: I am trying to get the inputCalendar to work inside a Portlet. It seems to me that although I have the myfaces ExtensionsFilter mapped in my web.xml the appropriate javascript

Re: JSR 168 Portlet and ExtensionsFilter

2005-10-18 Thread Dave Brondsema
; ask me if anyone wants details). -- Dave Brondsema : [EMAIL PROTECTED] http://www.brondsema.net : personal http://www.splike.com : programming signature.asc Description: OpenPGP digital signature

no view found

2005-10-17 Thread Dave Brondsema
: called facesRender Oct 17, 2005 9:03:18 AM org.apache.myfaces.lifecycle.LifecycleImpl render FINEST: entering renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Conversion problem

2005-10-14 Thread Dave Brondsema
that. Could it be something i'm missing in the faces-config/web.xml file? Any help appreciated, i'm gonna go bang my head on the wall... greg Look into this bug, maybe it is what is affecting you: http://issues.apache.org/jira/browse/MYFACES-154 -- Dave Brondsema Software Developer Cornerstone

Using Enums in a list

2005-10-08 Thread Dave Brondsema
I recently blogged about how I use Enums in select lists. Perhaps others here may find it useful or have some comments. http://brondsema.net/blog/index.php/2005/09/30/jsf_and_java_5_0_enums -- Dave Brondsema : [EMAIL PROTECTED] http://www.brondsema.net : personal http://www.splike.com

Re: Portlet Modes

2005-10-06 Thread Dave Brondsema
the initial creation of MyFacesGenericPortlet. Look into those areas if you want more info. Dave Patrick Dalla Bernardina wrote: What is setPortletRequestFlag(request); for? Dave Brondsema wrote: Cool. Make sure you call setPortletRequestFlag(request); before nonFacesRequest. It might

Re: Portlet Modes (was: Issue with MyFacesGenericPortlet)

2005-10-05 Thread Dave Brondsema
action, something like this will work I think: ValueBinding binding = FacesContext.getCurrentInstance().getApplication().createValueBinding(#{myBean.someAction}); Object methodResult = binding.getValue(FacesContext.getCurrentInstance()); -- Dave Brondsema Software Developer Cornerstone University

Re: Sun's blueprints and MyFaces

2005-10-05 Thread Dave Brondsema
. googling for jsf progress bar gives you http://software.topcoder.com/catalog/c_component.jsp?comp=15272054ver=1. I haven't tried it though. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: JSF, Portlets and URLs

2005-10-03 Thread Dave Brondsema
I can't advise how to construct it. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

Re: Looking for some feedbacks about facelets

2005-10-03 Thread Dave Brondsema
evaluation and beginning to develop some applications with facelets, but we do not have any finished. JBoss Seam (http://www.jboss.com/products/seam) is a framework with support for facelets. -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital

Re: facelets and UpdateActionListener

2005-10-03 Thread Dave Brondsema
; } } logger.debug(Action listener for property is not present. Property: + this.propertyAttr.getValue()); return false; } } -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital

dataTable with sorting and paging

2005-09-26 Thread Dave Brondsema
/ -- Dave Brondsema Software Developer Cornerstone University signature.asc Description: OpenPGP digital signature

ELException with little explanation

2005-09-16 Thread Dave Brondsema
(ContainerLocator containerLocator) { this.containerLocator = containerLocator; } public ContainerLocatorObjectFactory() { super(); log.debug(constructed); } } -- Dave Brondsema Software Developer Cornerstone University

Re: ELException with little explanation

2005-09-16 Thread Dave Brondsema
Dave Brondsema wrote: I'm receiving an ELException that doesn't really explain what happened. It seems that managed-propertys aren't being set, and then this error occurs when getting a property. Stacktrace, faces-config.xml and ContainerLocatorObjectFactory.java follow. Nevermind. My

Re: NullPointerException when using MyFacesGenericPortlet

2005-09-12 Thread Dave Brondsema
Yes it does, if you use MyFacesGenericPortlet. If you want to have a default view for each portlet mode, see http://wiki.apache.org/myfaces/UsingPortletModes javaone9 wrote: Does portlet work well with JSF page navigation? Thanks. */Dave Brondsema [EMAIL PROTECTED]/* wrote: Any ideas

  1   2   >