Re: anyone used t:inputFileUpload with s:modalDialog?

2008-02-09 Thread Paul van Rossem
Hi Adam, Got that too, drived me nuts. Still don't know exactly what was going on, but one of the things I did was deleting the Tomcat Work directory, I 'think' that was when it went OK again.(I'm referring to the h:commandLink problem only) Paul. Adam Jenkins wrote: hmmm, it's not just file

Re: anyone used t:inputFileUpload with s:modalDialog?

2008-02-09 Thread Adam Jenkins
hmmm, it's not just file upload...I have a h:commandLink inside a s:modalDialog that doesn't fire the action method (it fires a refresh of the page, but just doesn't execute the backend action method)...anyone seen this kind of behaviour before? Adam Jenkins <[EMAIL PROTECTED]> wrote: Hi All,

Re: MyFaces 1.1 not working on Websphere 5.1.1.15 with Classloader set to PARENT_LAST

2008-02-09 Thread simon
On Sat, 2008-02-09 at 13:37 -0800, Richard Yee wrote: > Have you viewed the source to your blank page? Do you see the MyFaces > tags? I am having this problem on the Oracle OC4J external server that > comes with JDeveloper. The application starts up fine w/o any error > messages and the request

Re: MyFaces 1.1 not working on Websphere 5.1.1.15 with Classloader set to PARENT_LAST

2008-02-09 Thread Richard Yee
Have you viewed the source to your blank page? Do you see the MyFaces tags? I am having this problem on the Oracle OC4J external server that comes with JDeveloper. The application starts up fine w/o any error messages and the requests are getting processed but the tags are not getting processed

[Trinidad] TreeTable focusRowKey not set

2008-02-09 Thread Maik77
Hi, what could be the problem, that the method for the property "focusRowKey" is just called the first time my treetable is shown? Scenario: I have a page with a treetable and a search form. The focusRowKey is set correctly the first time the page is accessed. When I activate a search the results

Re: [Trinidad] PPR and inputDate problems

2008-02-09 Thread Andrew Robinson
Subform is a naming container, so you will have to give it an ID and use colons to get out and back in. A few more things to try: Replace the inputDate with an outputText of the same ID -- does it update? - If so this is not a PPR problem or Leave it as an inputDate and use the Firebug extensio

Labels and Layout for selectManyPicklist

2008-02-09 Thread phelix01
Hi, how can i specify a layout for the sandbox component selectManyPicklist? At least i just want to put a custom label on top of the two boxes. Thanks! -- View this message in context: http://www.nabble.com/Labels-and-Layout-for-selectManyPicklist-tp15371109p15371109.html Sent from the MyFaces

Re: [trinidad] action method from tr:commandLink not called

2008-02-09 Thread Matthias Wessendorf
or orchestra On Feb 9, 2008 10:44 AM, Maik77 <[EMAIL PROTECTED]> wrote: > > Problem: The scope of the backingbean (request). > Solution: With seam I can use conversations to solve this problem. (I think > without seam you can use ) > > > > Maik77 wrote: > > > > Hi, > > > > I am using seam, and tha

Re: [trinidad] action method from tr:commandLink not called

2008-02-09 Thread Maik77
Problem: The scope of the backingbean (request). Solution: With seam I can use conversations to solve this problem. (I think without seam you can use ) Maik77 wrote: > > Hi, > > I am using seam, and that is really not the problem. > After searching around, I think it is a scope-problem. I hope