I'm thinking we'll just add support in WOOGNL for [] syntax as well as that escaping syntax, so hopefully it will be easier for things to mix.

ms

On Jun 17, 2009, at 8:52 AM, Johan Henselmans wrote:


On 17 jun 2009, at 13:48, Mike Schrag wrote:

Your email said "using latest wonder/WOOGNL" -- this replaces the template parser with the one in WOOGNL. If you want to use the 5.4 one, you need to remove WOOGNL.

ms



Right, removed WOOGNL Framework from the build path, but now my nifty components come out like this in the browser:

<wo:WOString value = "[mySess.cart.cartTotal]" formatter = "[mySess.localFormat]"/>

So, no template parsing whatsoever. I am using the traditional

<webobject name = "CurrentCartItemPerformanceShowInfoShowName"/>

and

<wo:WOString value = "[cart.cartTotalItems]" />

In the same html file.

It seems components where I only use the traditional notation, template parsing works.

I use this Library path:

<Pasted Graphic.png>


any suggestions?


On Jun 17, 2009, at 7:42 AM, Johan Henselmans wrote:


On 17 jun 2009, at 13:13, Andrew Lindesay wrote:

Hello Johan;

<a name ="[@ <wo:WOString value = "[mySess.selectedPerformance.primaryKey]"/> @]"/>

Are you using the WO 5.4 new template format? I have just started using the new format myself and think it is great. I think you can just do this;

        <a name="[mySess.selectedPerformance.primaryKey]"/>

cheers.

___
Andrew Lindesay
www.lindesay.co.nz



I just tried. The output was:

<a name ="[mySess.selectedPerformance.primaryKey]"/>

hmmm.

Regards,

Johan Henselmans
http://www.netsense.nl
Tel: +31-20-6267538
Fax: +31-20-6279159



_______________________________________________
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/mschrag%40mdimension.com

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/johan%40netsense.nl

This email sent to [email protected]

Regards,

Johan Henselmans
http://www.netsense.nl
Tel: +31-20-6267538
Fax: +31-20-6279159



_______________________________________________
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/mschrag%40mdimension.com

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