Now added

NSMutableArray languages = new NSMutableArray(); 
languages.addObject("English"); 
languages.addObject("German");
languages.addObject("Italian"); 
this.setLanguages (languages);

to defaultAction method oh DirectAction and works...
is correct this?

Thanks
Amed


On 23/nov/05, at 18:07, Amedeo Mantica wrote:

I have this code in Session Component

NSMutableArray languages = new NSMutableArray(); 
languages.addObject("English"); 
languages.addObject("German");
languages.addObject("Italian"); 
this.setLanguages (languages);

and all .wo files are localized

this is the output from the log:

[2005-11-23 18:05:11 CET] <WorkerThread3> <com.webobjects.appserver._private.WOComponentDefinition> No template found for component homePage at "file:/Volumes/AMEDEO-HD/NUOVOSITO/digitmovies/build/Development/digitmovies.woa/".

On 23/nov/05, at 18:00, Chuck Hill wrote:

Did you put a localized version of each component (.wo directory) in each of the lproj files?  You might also have a build issue if you are using wretXcode.  Try deleting the build directory.

Chuck

On Nov 23, 2005, at 8:54 AM, Amedeo Mantica wrote:

Hello
I have locallized my WO App via the standard Apple method: Make Localizable to my components, and created English, German and Italian proj

If I start browsing my WebSite with a browser with a language other than the three above i reach a totally blank page!

Can anyone help me?
Thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:

This email sent to [EMAIL PROTECTED]

-- 
Coming in 2006 - an introduction to web applications using WebObjects and Xcode     http://www.global-village.net/wointro

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.    http://www.global-village.net/products/practical_webobjects





 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:

This email sent to [EMAIL PROTECTED]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to