Using type="image" on WOSubmitButton
Using type="image" on WOSubmitButton
- Subject: Using type="image" on WOSubmitButton
- From: John Pollard <email@hidden>
- Date: Tue, 11 Mar 2014 12:17:24 +0000
Hi List,
I am displaying a button with my own image from a webserver image resource file by setting type="image" and src="path/to/file.jpg" on WOSubmitButton.
If I set the src attribute, it then gets mangled at some stage to turn it into a WO type of path, which fails with ...wodata=ERROR_NOT_FOUND...
I can fix this by using:
otherTagString = "src=\"path.....\""
but is there a nicer way to specify the src path of my own choosing, without WOSubmitButton trying to turn it into a WO style of resource path?
Thanks
John
_______________________________________________
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