Re: Quoting hell, anybody a solution?
Re: Quoting hell, anybody a solution?
- Subject: Re: Quoting hell, anybody a solution?
- From: Anjo Krank <email@hidden>
- Date: Thu, 18 Feb 2010 17:05:24 +0100
> Thanks for the suggestion, but I wanted to make it a little bit more variable: ie, changing the contents of the wod or wo/html file without having to recompile the application.
If you are running in debug mode, you can simply change the code? Or do you mean in deployment? Srzly?!?
Cheers, Anjo
Am 18.02.2010 um 16:59 schrieb Johan Henselmans:
>
> On 18 feb 2010, at 12:11, Henrique Gomes wrote:
>
>>
>> On Feb 18, 2010, at 8:45 AM, Johan Henselmans wrote:
>>
>>> I am trying to call a webobjects string in an a href;
>>>
>>> First i tried this:
>>>
>>> <a href = "javascript:ShowContent('<wo:WOString value ="[mySess.selectedPerformance.primaryKey]"/>') ";
>>> onMouseOver = "ShowContent('<wo:WOString value="[mySess.selectedPerformance.primaryKey]"/>'); return true;"
>>> onMouseOut = "HideContent('<wo:WOString value ="[mySess.selectedPerformance.primaryKey]"/>'); return true;">
>>
>> Humble suggestion: why not write a method that would return the all href, onMouse, etc?
>>
>> The method can do all the string operations in java...
>> "Javascript:ShowContent('" + mySess.selectedPerformance.primaryKey +"')"
>>
>>
>> HG
>>
>
>
>
> Thanks for the suggestion, but I wanted to make it a little bit more variable: ie, changing the contents of the wod or wo/html file without having to recompile the application.
>
> Johan Henselmans
> email@hidden
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden