issues with enter key in form inside of a tabset

2007-08-21 Thread Alexander Wallace
A very strange thing is hapenning when i hit enter in a text box which is inside of a tab in a tabset (tomahawk) ... The enter key causes the form to show content of the very first tab. My desire is that the enter key clicks on a particular button I have given it the right js on the

Re: Call bean method

2007-07-26 Thread Alexander Wallace
one way could be to put an element with a rendered attribute, which points to a boolean method in your bean... have the boolean method execute what you want... hope this helps! On Jul 26, 2007, at 10:35 AM, Marcos Prieto wrote: Hi, I´m new to JSF and I can´t figure out how to do this:

Re: YUI4JSF v0.6 is out..

2007-07-24 Thread Alexander Wallace
does it work with portlets? On Jul 24, 2007, at 7:25 AM, Mert Çalışkan wrote: YUI4JSF is a new custom component library for JavaServer Faces. It consists of several rich components based on YUI controls like calendar, tabview, treeview, slider, datatable etc. It also comes with extra

Re: [ANNOUNCE] MyFaces Core 1.2.0 Release

2007-07-18 Thread Alexander Wallace
Can this be used with portlets out of the box by any chance? On Jul 18, 2007, at 1:16 AM, Matthias Wessendorf wrote: The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.0. MyFaces Core 1.2.x is a JavaServer(tm) Faces 1.2 implementation as specified by JSR-252.

Re: MyFaces 1.2

2007-07-18 Thread Alexander Wallace
I wonder if this would work with tomahawk bridge .91 as 1.1.5 didn't.. On Jul 18, 2007, at 9:40 AM, Werner Punz wrote: Keuller Magalhaes schrieb: Hi Folks, I would like to know whether Tomahawk 1.1.6 is compatible with MyFaces 1.2 ? Tomahawk should work since JSF 1.2 is backward

multiple selectOneMenu causes commandButton not to call action on submit

2007-07-17 Thread Alexander Wallace
Hi All! We have weird issues with MyFaces 1.3 ... When we have multiple selectOneMenu in one form, the commandButton we have to act on the form does not stop in the action or action listener methods of the managed bean. If we remove all but one selectOneMenu, the commandButton works...

Re: multiple selectOneMenu causes commandButton not to call action on submit

2007-07-17 Thread Alexander Wallace
Forgot to mention that I'm doing this in a portlet ... On Jul 17, 2007, at 10:40 AM, Alexander Wallace wrote: Hi All! We have weird issues with MyFaces 1.3 ... When we have multiple selectOneMenu in one form, the commandButton we have to act on the form does not stop in the action

Re: Captcha

2007-07-09 Thread Alexander Wallace
We did, I guess you could say using jsf cuz it is shown in a jsf form... We used a servlet, that uses a session variable to store the captcha text and generates the image, in jsf we used a graphicImage component... (h:graphicImage url=/Captcha.jpg / ) The managed ben reads the text

switching to https from MyFaces porltet.

2007-07-06 Thread Alexander Wallace
Is there a standard way to switch to https from an action in a portlet written using MyFaces? I can't find much in google about it... Thanks!

why tab pane submits/validates all tabs

2007-06-05 Thread Alexander Wallace
I have a MyFaces portlet with 5 or so tabs, each with its own set of independent (i would hope) fields and submit buttons... However, all elements in all tabs are submitted and validated when either of tabs has a submit button clicked... Is this really how it is supposed to be? I'm using

Re: why tab pane submits/validates all tabs

2007-06-05 Thread Alexander Wallace
use client-side tab switching, all tabs are rendered (but hidden with javascript) and all tabs are submitted. On 6/5/07, Alexander Wallace [EMAIL PROTECTED] wrote: I have a MyFaces portlet with 5 or so tabs, each with its own set of independent (i would hope) fields and submit buttons... However

Re: why tab pane submits/validates all tabs

2007-06-05 Thread Alexander Wallace
I guess you meant server side tab switch... i tried that, but when I use it, the action or action listener methods are never visited when buttons are clicked... it is very messed up... thanks! On Jun 5, 2007, at 1:01 PM, Alexander Wallace wrote: I'm using server side... But still get

Re: myfaces fileupload help

2007-06-05 Thread Alexander Wallace
if you are doing this in a portlet, we have a working one... let me know... On Jun 5, 2007, at 2:03 PM, Mike Kienenberger wrote: You will be more likely to get a response if you post your question to the correct list. I've redirected my answer to the MyFaces User mailing list

Re: why tab pane submits/validates all tabs

2007-06-05 Thread Alexander Wallace
and submits it in one piece... hth Alexander -Original Message- From: Alexander Wallace [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 10:26 PM To: MyFaces Discussion Subject: Re: why tab pane submits/validates all tabs I guess you meant server side tab switch... i tried that, but when I

Buttons in datatable not firing events

2007-05-29 Thread Alexander Wallace
Hi All... I'm using one button per row in a data table to do some editing related to the row where the button is... The issue is that I'm using MyFaces 1.1.4, and I think this is fixed in MyFaces 1.1.5. But I'm also using Tomahawk bridge to work in portlets and as far as I know it is

Re: panelTab loosing state (goest to tab 0 after submit on any tab)

2007-05-25 Thread Alexander Wallace
Server, cuz i'm using tomahawk bridge and requires server state... Any clues? On May 25, 2007, at 4:55 AM, Jesse Alexander ((KSFD 121)) wrote: Are you using server- or client-state? web.xml - context-param - javax.faces.STATE_SAVING_METHOD regards Alexander From: Alexander Wallace [mailto

Re: [TRINIDAD] Portlets and Trinidad

2007-05-25 Thread Alexander Wallace
there is a tomahawk bridge, that cares about those... it doesn't mean all components work with no issues, but some do... right now the tab pane is behaving wierd sometimes... I ignore if the same bridge could be used with trinidad tho... On May 25, 2007, at 6:23 AM, Martin Marinschek

Re: panelTab loosing state in portlet's edit mode (goest to tab 0 after submit on any tab)

2007-05-25 Thread Alexander Wallace
From: Alexander Wallace [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 1:40 AM To: MyFaces Discussion Subject: panelTab loosing state (goest to tab 0 after submit on any tab) This is kind of wierd, we are using tomahawk 1.1.3 and My Faces 1.1.4 with latest tomahawk bridge (91

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-24 Thread Alexander Wallace
If i recall correctly the current tomahawk bridge to be able to use tomahawk in portlets doesn't work with 1.5... Has this been changed? On May 24, 2007, at 11:47 AM, Andrew Robinson wrote: everyone seems to be having a problem with it so I see a lot of people rolling back because 1.1.5

panelTab loosing state (goest to tab 0 after submit on any tab)

2007-05-24 Thread Alexander Wallace
This is kind of wierd, we are using tomahawk 1.1.3 and My Faces 1.1.4 with latest tomahawk bridge (91) to develop portlets... The tabset works fine in other portlets, but I can't find why it doesn't work here ... When a submit button is pressed in, say, tab 1, after submit, the portlet

Re: using portlet modes

2007-05-18 Thread Alexander Wallace
resolve to the pages defined in your metadata, but you could have it change the mode. Because it happens early in the lifecycle, you should have an ActionRequest as long as your portlet is the acting portlet. Scott Alexander Wallace wrote: I see... Indeed i can change the next page

Re: using portlet modes

2007-05-18 Thread Alexander Wallace
Message- From: Alexander Wallace [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 3:17 PM To: MyFaces Discussion Subject: Re: using portlet modes I see... Indeed i can change the next page displayed doing this.. But i have not found how to switch the mode back to view so

Re: using portlet modes

2007-05-17 Thread Alexander Wallace
still is in edit mode... I've googled a lot and there is not a clear hit telling me how to switch the mode in my faces... help? On May 15, 2007, at 12:28 PM, Ryan Wynn wrote: On 5/11/07, Alexander Wallace [EMAIL PROTECTED] wrote: I can't find much info about the suggestion you make in google

default-edit on myfaces

2007-05-16 Thread Alexander Wallace
still trying to succesfully used the edit mode of a portlet... I've seen that on SUN's impl. you can use the edit mode by just using navigation rules... for this you specify your from and outcomes in faces-config.xml but portlet.xm has a parameter such as: init-param

Re: How to effectively control the table cell width

2007-05-12 Thread Alexander Wallace
can't you use columnClasses for it? On May 12, 2007, at 9:53 PM, iSquareOne LLC wrote: Hey, all, Maybe I am missing something. I can't find a way to effectively control the table cell width. In my code, I use panelGrid to display a table, but I don't see a way to specify the width for

Re: using portlet modes

2007-05-11 Thread Alexander Wallace
Thank you very much for your reply... I will do some research on the jsf phases ... Any pointers is greatly appreciated also... Thanks! On May 10, 2007, at 6:07 PM, Ryan Wynn wrote: On 5/10/07, Alexander Wallace [EMAIL PROTECTED] wrote: Hi All... I'm finding using portlet modes in jsf

rich text box component...

2007-05-11 Thread Alexander Wallace
Hi there! Anyone know of a rich text component we can use with my faces? This is in portlets, i just want the basic B/I/U and text justification buttons... nothing fancy... to save html ... Thanks in advance!

Re: using portlet modes

2007-05-11 Thread Alexander Wallace
! On May 10, 2007, at 6:07 PM, Ryan Wynn wrote: On 5/10/07, Alexander Wallace [EMAIL PROTECTED] wrote: Hi All... I'm finding using portlet modes in jsf at the very least cumbersome... Is this really how it is? Should I just forget about portlet modes and use jsf navigation rules to compensate? I'm

Re: rich text box component...

2007-05-11 Thread Alexander Wallace
not support it. 2007/5/11, Alexander Wallace [EMAIL PROTECTED]: Yea... I have a few issues with it: - Don't know how to customize the toolbar (remove the styles dropdown for example) - Doesn't work at all in safari - Seems to have some bugs (for example, open the tables dialog

Re: rich text box component...

2007-05-11 Thread Alexander Wallace
, 2007, at 8:43 AM, Arvid Hülsebus wrote: Did you have a look at the Tomahawk component t:inputHtml http://www.irian.at/myfaces/inputHtml.jsf Regards, Arvid Alexander Wallace wrote: Hi there! Anyone know of a rich text component we can use with my faces? This is in portlets, i just want

Re: using portlet modes

2007-05-11 Thread Alexander Wallace
I can't find much info about the suggestion you make in google... Any more details are greatly appreciated... Thanks! On May 10, 2007, at 6:07 PM, Ryan Wynn wrote: On 5/10/07, Alexander Wallace [EMAIL PROTECTED] wrote: Hi All... I'm finding using portlet modes in jsf at the very least

Re: [Announcement] MyFaces 1.2 - 100%

2007-05-10 Thread Alexander Wallace
How's support for portlets in 1.2? Thanks! On May 10, 2007, at 11:12 AM, Bruno Aranda wrote: The MyFaces team is very proud to announce that it seems that MyFaces 1.2 fully implements the JSF 1.2 Specification as we ran the TCK (Technology Compatibility Kit tests) and it passed. We are now

using portlet modes

2007-05-10 Thread Alexander Wallace
Hi All... I'm finding using portlet modes in jsf at the very least cumbersome... Is this really how it is? Should I just forget about portlet modes and use jsf navigation rules to compensate? I'm doing stuff like this: If you hit the edit icon you are taken to the edit jsp correctly (so

Re: How do you make t:inputFileUpload work?

2007-05-09 Thread Alexander Wallace
The way we got it to work is by using the tomahawk bridge 091 as explained here: http://palab.blogspot.com/2007/01/tomahawk-bridge-091- released.html along with tomahawk 113 along with myfaces 114 ... And of course followed the instructions presented here to configure the component and the

Re: injecting HTML through a BackingBean

2007-05-08 Thread Alexander Wallace
Can I ask you what RichTextBox you are using? I have a need for one in a jsf portlet and the inputHtml in tobago has bugs and won't work with safari... Thanks in advance! On May 8, 2007, at 6:17 AM, David Delbecq wrote: h:outputText value=#{myBean.myText} escape=false/ En l'instant précis

file upload from portlets...

2007-05-08 Thread Alexander Wallace
I've been reading a lot of conflicting info regarding wether i can successfully use the myfaces file upload component within portlets... I'm using the latest tomahawk bridge and i can use other tomahawk elements fine... I just don't know if i should even try the file upload w/o doing some

Re: file upload from portlets...

2007-05-08 Thread Alexander Wallace
work with other bridge, but I know we're mainly pushing to have it work with JSR-301 when it's released. It does NOT yet work with the myfaces bridge because of some issues. Hope this helps, Scott Alexander Wallace wrote: I've been reading a lot of conflicting info regarding wether i can

Re: Access portal user information in JSF Portlet application

2007-05-08 Thread Alexander Wallace
Are you using liferay's database services? - I'm pretty sure you can get the user from the request... the request processor puts it there... - PortalUtil.getUser(...) has a number of ways of giving you the user... - Have you looked at the different methods in UserLocalServiceUtil ? Hope this

customizing inputHtml's toolbar.

2007-05-07 Thread Alexander Wallace
Hi All... I'm fairly sure this should be possible, as it is with the regular kupu editor. How can I change what buttons in the toolbar of the inputHtml control in tomahawk are displayed? Thanks!

intro and q about sandbox in liferay portal.

2007-04-27 Thread Alexander Wallace
Hi All! This is my first message to the list and therefor my intro! I'm currently testing different UI components in liferay portal... I've been creating portletets and got tomahawk to work, using tomahawk bridge... I will need a modal dialog so I decided to try the sandbox's one... It is