this works:
public void returnTable() {
MainTable nextPage = pageWithName(MainTable.class);
nextPage.setShowAllIOs(showAllIOs);
AjaxUtils.redirectTo(nextPage);
}
ShowAllCheckBox : WOCheckBox {
checked = showAllIOs;
id = "showAllIOsID";
}
Thanx guys, will give this a try on friday.
Atli Páll Hafsteinsson
atlip...@gmail.com
On Wed, Jun 1, 2011 at 4:07 PM, Jon Nolan wrote:
> Atli,
>
> This might have an error or two but it should get you started. You'll need
> conditions like the first one for static resource directories, etc.
>
Atli,
This might have an error or two but it should get you started. You'll need
conditions like the first one for static resource directories, etc.
RewriteEngine On
RewriteCond $1 !^/Apps/WebObjects/Awesome.woa
RewriteCond %{SCRIPT_FILENAM
Hi Atli,
in your global virtual_host config add:
Order Deny,Allow
Deny from all
to deny every access to any WO app on any virtual host. Change the location URI
to the one you are using for your WO installation.
Then add to a specific virtual host configuration the app(s) you w
I first thought that the EO's where fetched using a dedicated
EOEditingContext but digging the code led me to a special case where those
could be
Fetched using a disposable context.
I changed the code so that those EO's are fetched using a dedicated
EOEditingContext on which a reference is kept so
Hi
We have a WO setup with multiple application and a subdomain for each
application configured via apache virtualhosts.
How can I limit application access to only one application (using
mod_rewrite ? ) so that http://awesome.xx.is would only allow access
to http://awesome.xx.is/Apps/WebObjects/A
Le 2011-06-01 à 09:45, Louis Demers a écrit :
>
> On 2011-06-01, at 05:44 , Miguel Arroz wrote:
>
>> Hey,
>>
>> On 2011/06/01, at 03:57, John Huss wrote:
>>
>>> They have country music in Canada???
>>
>> I was thinking exactly that... and NOT in a good way!
>
> Pascal, the next survey shou
On 2011-06-01, at 05:44 , Miguel Arroz wrote:
> Hey,
>
> On 2011/06/01, at 03:57, John Huss wrote:
>
>> They have country music in Canada???
>
> I was thinking exactly that... and NOT in a good way!
Pascal, the next survey should add Calgary Alberta to the list of candidate
cities for WOWO
Dude, this is very nice! Working perfectly with just this one setting :) Thanks!
Am 01.06.2011 um 00:48 schrieb Chuck Hill:
> Hi Paul,
>
> I confess to only half reading this thread... :-)
>
> On May 31, 2011, at 3:41 PM, Paul Hoadley wrote:
>> Not quite sure what you're suggesting there, but
> The EOF documentation () gives this tip to create strong references from the
> EC to the EO, but I don't think that's going to change things, but I don't
> think it could hurt either in this situation:
>
> "You can force an EOEditingContext to hold strong references to all of its
> EOEnterpri
Hi Fred,
That's odd... I've been reading the EOF docs (yeah, I'm a crazy man) and I came
across this nugget just yesterday:
"EOEditingContexts use weak references to the EOEnterpriseObjects registered
with them. EOEnterpriseObjects hold a strong reference to the EOEditingContext
in which they
EO's have a strong reference to their EC, so if you have a strong reference to
an EO, you implicitly have a strong reference to its EC, which means it won't
be GC'd ... you sure you didn't actually dispose the EC that fetched those
objects?
On Jun 1, 2011, at 8:11 AM, Frédéric JECKER wrote:
>
Hi list,
My app uses a singleton object to manage communication with third party app.
In order to save some database queries, this singleton statically "caches"
some simple EO's within an NSArray.
This works pretty well except that sometimes I encounter such messages :
java.lang.IllegalStateExcep
If it's using AWT to access those fonts you might need to run with
-Djava.awt.headless=true. This might be a bogus error from a root awt exception.
Sent from my iPhone
On Jun 1, 2011, at 5:12 AM, "Shravan Kumar. M" wrote:
> just adding WO mailing list!!
>
> From: Shravan Kumar. M
> To: David
Hey,
On 2011/06/01, at 03:57, John Huss wrote:
> They have country music in Canada???
I was thinking exactly that... and NOT in a good way!
Regards,
Miguel Arroz
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev ma
just adding WO mailing list!!
From: Shravan Kumar. M
To: David Avendasora
Cc: "kamalsha...@gmail.com"
Sent: Wednesday, June 1, 2011 2:40 PM
Subject: Re: com.reportmill.base.RMException: Probable fatal error:No fonts
found.
Thanks for your response Dave.
We
16 matches
Mail list logo