Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
Very nice. Thank you. Sent from my iPhone. On Oct 13, 2011, at 2:40 PM, John Huss wrote: > I found it here: > > http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf > > On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling wrote: > > I can'

Re: HTML rendering of

2011-10-13 Thread John Huss
I found it here: http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling wrote: > > I can't find documentation on bindings for WOMetaRefresh. > > kib > > *"Live as if you were to die tomorrow. L

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
On Oct 13, 2011, at 12:18 PM, Klaus Berkling wrote: > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirectURL.toStri

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
On Oct 13, 2011, at 1:10 PM, Chuck Hill wrote: >> RefreshMETATag : WOGenericElement { >> elementName = "META"; >> http-equiv = "Refresh"; >> content = "~\"3;\" + redirectURL.toString"; > > That OGNL looks odd. Shouldn't that be > content = ~"\"3;" + redirectURL.toString + "\

Re: HTML rendering of

2011-10-13 Thread Chuck Hill
On 2011-10-13, at 12:18 PM, Klaus Berkling wrote: > Hi All. > > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirec

Re: HTML rendering of

2011-10-13 Thread John Huss
Did you try WOMetaRefresh? On Thu, Oct 13, 2011 at 2:18 PM, Klaus Berkling wrote: > Hi All. > > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirect

HTML rendering of

2011-10-13 Thread Klaus Berkling
Hi All. I have this in my component html: And this in the wod (ognl at work): RefreshMETATag : WOGenericElement { elementName = "META"; http-equiv = "Refresh"; content = "~\"3;\" + redirectURL.toString"; } It renders this HTML: It seems Inter

Re: "Sequence" component?

2011-10-13 Thread Ramsey Gurley
Maybe you are remembering my presentation from WOWODC this year? I just used HTML5 http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_form_number Ramsey On Oct 13, 2011, at 10:59 AM, Pascal Robert wrote: > I'm looking for a component with a text field that have numeric values and > h

Re: Webobjects-dev Digest, Vol 8, Issue 760

2011-10-13 Thread Theodore Petrosky
Wow: http://issues.objectstyle.org/jira/browse/WONDER-568 > > -- > > Message: 1 > Date: Thu, 13 Oct 2011 11:31:45 -0400 > From: Paul Yu > Subject: Re: AjaxDatePicker on ModalDialogBox > To: Alexis Tual > Cc: Chris Pastore ,

"Sequence" component?

2011-10-13 Thread Pascal Robert
I'm looking for a component with a text field that have numeric values and have two arrows to changer the number from the text field. I'm pretty sure that this component exists, but I looked at the components in er.extensions.components et the coolcomponents, and I didn't find anything like this

Re: AjaxDatePicker on ModalDialogBox

2011-10-13 Thread Paul Yu
I just ignore my IE customers and tell them to switch. ;) Paul On Oct 13, 2011, at 11:29 AM, Alexis Tual wrote: > Hi, > > Le 13 oct. 2011 à 17:08, Chris Pastore a écrit : > >> Alexis, >> >> That does seem to do the trick! >> >> Are there any plans for this to get moved into the project? Is

Re: AjaxDatePicker on ModalDialogBox

2011-10-13 Thread Alexis Tual
Hi, Le 13 oct. 2011 à 17:08, Chris Pastore a écrit : > Alexis, > > That does seem to do the trick! > > Are there any plans for this to get moved into the project? Is there a reason > why this code should NOT be used? I should have filled a github issue (or Jira ?)... and done a pull request f

Re: AjaxDatePicker on ModalDialogBox

2011-10-13 Thread David LeBer
On 2011-10-13, at 11:39 AM, Alexis Tual wrote: > Hi Paul, > Fortunately we just do the same here :) > But in this case, it's not an IE issue, it concerns the loading of css files > by a component which is hidden and then shown by an ajax request. > Bogdan shows an example : > http://lists.apple

Re: AjaxDatePicker on ModalDialogBox

2011-10-13 Thread Alexis Tual
Hi Paul, Fortunately we just do the same here :) But in this case, it's not an IE issue, it concerns the loading of css files by a component which is hidden and then shown by an ajax request. Bogdan shows an example : http://lists.apple.com/archives/webobjects-dev/2011/Sep/msg00288.html Cheers,

Re: AjaxDatePicker on ModalDialogBox

2011-10-13 Thread Chris Pastore
Alexis, That does seem to do the trick! Are there any plans for this to get moved into the project? Is there a reason why this code should NOT be used? Thanks for any help/information. Thanks, Chris Pastore On Oct 12, 2011, at 3:41 PM, Alexis Tual wrote: > Hello, > that sounds familiar,

Rép : Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Raymond NANEON
Thanks Farrukh,I try again and tell you.Envoyé depuis iCloudLe 13 oct 2011 à 06:17, Farrukh Ijaz a écrit :Hi, Try following:1. Move the AAC out of AOF and see you get the selected value or2. Make sure your AjaxObserveField is wrapped by a form, typically ERXOptionalForm otherwise the values will n

Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Farrukh Ijaz
Hi, Try following: 1. Move the AAC out of AOF and see you get the selected value or 2. Make sure your AjaxObserveField is wrapped by a form, typically ERXOptionalForm otherwise the values will never be set. I use quite often the AAC and I works just fine. It's a matter of setting it up proper

Rép : Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Hi Dave,Thanks a lot.Try it and modify as I want.CheersEnvoyé depuis iCloudLe 13 oct 2011 à 06:00, David LeBer a écrit :Raymond, CCTabPanel should have enough css classes applied to it to allow you to style it pretty much anyway you want. Styling is left as an exercise for the user and there are

Rép : ERRest presentation in French

2011-10-13 Thread Raymond NANEON
Hi Pascal,Le 13 oct 2011 à 05:54, Pascal Robert a écrit :For the French-speaking crowd, I'm doing a ERRest presentation in French (in our WebEx channel) on October 25th at 09:00am (GMT -4). To register: https://wocommunity.webex.com/mw0306ld/mywebex/default.do?siteurl=wocommunity Register done (

Re: WOTabPanel - Refresh page problem

2011-10-13 Thread David LeBer
Raymond, CCTabPanel should have enough css classes applied to it to allow you to style it pretty much anyway you want. Styling is left as an exercise for the user and there are lots of css tab examples on the web to get you started. For a concrete example, the tab inspect pages in ERModernLook

ERRest presentation in French

2011-10-13 Thread Pascal Robert
For the French-speaking crowd, I'm doing a ERRest presentation in French (in our WebEx channel) on October 25th at 09:00am (GMT -4). To register: https://wocommunity.webex.com/mw0306ld/mywebex/default.do?siteurl=wocommunity (click on Monthly to see the event in the calendar). Seating is limite

Rép : Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Raymond NANEON
Hi Farrukh,The Object "session().selectedMotClefs" is null when my AjaxObserveField run the method refreshPop2. When I retired the attribute "select", there is the same thing. I get always null value in session().selectedMotClefs.Thaks for your helpEnvoyé depuis iCloudLe 13 oct 2011 à 05:16, Farruk

Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Farrukh Ijaz
Hi Raymond, You should be able to retrieve the value from session().selectedMotCalefs property. You don't need to use "select" attribute. Simple code below using inline bindings: Farrukh On 2011-10-13, at 11:04 AM, Raymond NANEON wrote: > Hi All, > > I have a lill' problem with AjaxAutoCom

Re: Project.woa/Contents/UNIX/UNIXClassPath.txt

2011-10-13 Thread Kieran Kelleher
Check the contents of the application project's build.properties file. On Oct 13, 2011, at 7:07 AM, Bjarni Sævarsson wrote: > Hi all. > > Encountered a strange error after a redeploy a wo app, Salsa, this morning. > Javamonitor refused to start the instances so I started the app manually. > > "

Project.woa/Contents/UNIX/UNIXClassPath.txt

2011-10-13 Thread Bjarni Sævarsson
Hi all. Encountered a strange error after a redeploy a wo app, Salsa, this morning. Javamonitor refused to start the instances so I started the app manually. " ... Can't find main method on class is.us.util.USPrincipalClass, exiting... java.lang.NoSuchMethodException: is.us.util.USPrincipalClass.

Rép : Re: Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Hi,I finally use CCTabPanel but big problem in layout the tab. It displays like 'li' list et not like a tab. I use attribute tabClass but nothing is done.How to fix it?Envoyé depuis iCloudLe 13 oct 2011 à 02:49, Raymond NANEON a écrit :Sorry,I found it.er.coolcomponents.CCTabPanel.ThanksEnvoyé dep

Rép : Re: Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Sorry,I found it.er.coolcomponents.CCTabPanel.ThanksEnvoyé depuis iCloudLe 13 oct 2011 à 02:48, Raymond NANEON a écrit :Hi Pascal,I ask this question after search on google and it's not clear for me. It's in woextentions Library or er.extensions Library?I add them in My project but nothing appears

Rép : Re: Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Hi Pascal,I ask this question after search on google and it's not clear for me. It's in woextentions Library or er.extensions Library?I add them in My project but nothing appears in WOD.ThanksEnvoyé depuis iCloudLe 13 oct 2011 à 02:43, Pascal Robert a écrit :Le 2011-10-13 à 05:38, Raymond NANEON a

Re: Rép : Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Alexis Tual
Le 13 oct. 2011 à 11:43, Pascal Robert a écrit : > > Le 2011-10-13 à 05:38, Raymond NANEON a écrit : > >> Hi Alexis, >> >> In which library we found this component? > > http://lmgtfy.com/?q=CCTabPanel :D You can also find CCTabPanel in ERCoolComponents : https://github.com/projectwonder/won

Re: Rép : Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Pascal Robert
Le 2011-10-13 à 05:38, Raymond NANEON a écrit : > Hi Alexis, > > In which library we found this component? http://lmgtfy.com/?q=CCTabPanel > And have you seen my topic about AutoCompletion and getEntity pk? > > Thanks > Envoyé depuis iCloud > > Le 13 oct 2011 à 02:22, Alexis Tual a écrit :

Rép : Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Hi Alexis,In which library we found this component? And have you seen my topic about AutoCompletion and getEntity pk?ThanksEnvoyé depuis iCloudLe 13 oct 2011 à 02:22, Alexis Tual a écrit :Hi,use CCTabPanel from Wonder to have your form values submitted when switching tabs,Cheers,AlexLe 13 oct. 201

Rép : Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Bonjour Alexis,Je teste ça voir. ThanksEnvoyé depuis iCloudLe 13 oct 2011 à 02:22, Alexis Tual a écrit :Hi,use CCTabPanel from Wonder to have your form values submitted when switching tabs,Cheers,AlexLe 13 oct. 2011 à 11:14, Raymond NANEON a écrit :Hi,I use WOTabPanel for the first time and I'm su

Re: WOTabPanel - Refresh page problem

2011-10-13 Thread Alexis Tual
Hi, use CCTabPanel from Wonder to have your form values submitted when switching tabs, Cheers, Alex Le 13 oct. 2011 à 11:14, Raymond NANEON a écrit : > Hi, > I use WOTabPanel for the first time and I'm surprise on how this component > works. It refreshes the page each time you select a new t

WOTabPanel - Refresh page problem

2011-10-13 Thread Raymond NANEON
Hi,I use WOTabPanel for the first time and I'm surprise on how this component works. It refreshes the page each time you select a new tab and you loose all data you insert in others tabs?There is a way to fix this issue?ThanksEnvoyé depuis iCloud ___ Do n

How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Raymond NANEON
Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code :  id = "searchForm">wo>Here is WOD code :motClefsAutoComplete1 : AjaxAutoCompl

Rép : Re: Calling PL/SQL FUNCTION In WebObjects( FUNCTION is not a procedure or is indefined )

2011-10-13 Thread Raymond NANEON
Thanks Susanne,My entities, functions and procedures are prefixed with schema owner but I go to verify again.ThanksEnvoyé depuis iCloudLe 12 oct 2011 à 01:48, Susanne Schneider a écrit :Hi Raymond, I would gess this is more an Oracle than an WebObjects problem. Oracle can be very picky regarding