WOLips HTML Editor Template preferences

2016-01-13 Thread Ruggentaler, JR
Does WOLips HTML Component editor support templates? The eclipse preferences WOLips -> Code Assist -> Templates > New does nothing. I am trying to create some WO templates for custom components that we use to reduce typing. The WOLips -> Code Assist -> Custom Assist works

D2W HTML Editor?

2015-09-07 Thread Markus Ruggiero
Is there a simple D2W plug-and-play property level component that can be used to have (HTML) styled text input? How would I use it then? Thanks ---markus--- ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: D2W HTML Editor?

2015-09-07 Thread Fabian Peters
property level component that can be used > to have (HTML) styled text input? How would I use it then? > > Thanks > ---markus--- > > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing

WOLIPS HTML parser problem

2014-05-02 Thread James Kevin Eaves
I am trying to port my old WebObjects to Wonder/WOLips and am getting errors in the HTML. The error is that about the WEBOBJECTS,  /WEBOBJECTS, DIV and /DIV  tag is missing. First, the code is correct. I think that the parser is not pairing the correct open and close tags. I am using Eclipse

Re: WOLIPS HTML parser problem

2014-05-02 Thread Ramsey Gurley
name=“Content”/ —BlankWrapper.wod Content: WOComponentContent {} —SamplePage.html !DOCTYPE html html webobject name=“HeaderSection”/ webobject name=“Body” div id=“wrapper” webobject name=“TopMenuSection

Private coding comments in WO .html files

2013-03-15 Thread John Pollard
Hi List, What is the best way to add comments to a WO html file that are kept private; i.e. please strip out server side when dynamically building the page. If I use !-- ... -- then my notes get faithfully replicated to the world of course which I don't want. I have this ridiculous situation

Re: Private coding comments in WO .html files

2013-03-15 Thread Ramsey Gurley
:36 AM, John Pollard wrote: Hi List, What is the best way to add comments to a WO html file that are kept private; i.e. please strip out server side when dynamically building the page. If I use !-- ... -- then my notes get faithfully replicated to the world of course which I don't want. I

Re: Private coding comments in WO .html files

2013-03-15 Thread John Pollard
a setting on the app to turn this on/off but I'm too lazy to look right now :) Ramsey On Mar 15, 2013, at 10:36 AM, John Pollard wrote: Hi List, What is the best way to add comments to a WO html file that are kept private; i.e. please strip out server side when dynamically building

Re: Private coding comments in WO .html files

2013-03-15 Thread Ramsey Gurley
Pollard wrote: Hi List, What is the best way to add comments to a WO html file that are kept private; i.e. please strip out server side when dynamically building the page. If I use !-- ... -- then my notes get faithfully replicated to the world of course which I don't want. I have

Re: Private coding comments in WO .html files

2013-03-15 Thread John Pollard
Yup, I think that must be it, so no commenting out code blocks in HTML then and I can comment away freely On 15 Mar 2013, at 18:14, Ramsey Gurley rgur...@smarthealth.com wrote: I may be wrong, but I think that one stays because it has wo tags in it. Try !-- my multi line comment

Re: Private coding comments in WO .html files

2013-03-15 Thread ISHIMOTO Ken
wo:if condition=false ... /wo:if On 2013/03/15, at 19:38, John Pollard j...@pollardweb.com wrote: Yup, I think that must be it, so no commenting out code blocks in HTML then and I can comment away freely On 15 Mar 2013, at 18:14, Ramsey Gurley rgur...@smarthealth.com wrote: I may

Re: Private coding comments in WO .html files

2013-03-15 Thread John Pollard
wrote: wo:if condition=false ... /wo:if On 2013/03/15, at 19:38, John Pollard j...@pollardweb.com wrote: Yup, I think that must be it, so no commenting out code blocks in HTML then and I can comment away freely On 15 Mar 2013, at 18:14, Ramsey Gurley rgur...@smarthealth.com

Re: Private coding comments in WO .html files

2013-03-15 Thread Q
comments to a WO html file that are kept private; i.e. please strip out server side when dynamically building the page. If I use !-- ... -- then my notes get faithfully replicated to the world of course which I don't want. I have this ridiculous situation of not wanting to comment my html

Re: Pass parameters from One HTML to another HTML

2013-03-12 Thread jp . malrieu
possibly cause this? JPM - Mail original - De: miriyala srinivas srinivas2...@gmail.com À: Jean Pierre Malrieu jp.malr...@free.fr Cc: WebObjects-Dev List webobjects-dev@lists.apple.com Envoyé: Mardi 12 Mars 2013 02:52:57 Objet: Re: Pass parameters from One HTML to another HTML Thanks to all

Pass parameters from One HTML to another HTML

2013-03-11 Thread miriyala srinivas
Hi All, I am completely new to WO.Here I am trying to pass user entered values from one html page to another html.I have retrieved user entered values in DirectAction class and I am setting retrieved values to another page using takeValueForKey() method and i am returning the page,but values

Re: Pass parameters from One HTML to another HTML

2013-03-11 Thread Jean Pierre Malrieu
if you call ((Detail)nextPage).setUsername(username) directly? JPM Le 11 mars 2013 à 11:27, miriyala srinivas a écrit : Hi All, I am completely new to WO.Here I am trying to pass user entered values from one html page to another html.I have retrieved user entered values in DirectAction class

Re: Pass parameters from One HTML to another HTML

2013-03-11 Thread Hugi Thordarson
wrote: Hi All, I am completely new to WO.Here I am trying to pass user entered values from one html page to another html.I have retrieved user entered values in DirectAction class and I am setting retrieved values to another page using takeValueForKey() method and i am returning the page

Re: Pass parameters from One HTML to another HTML

2013-03-11 Thread Hugi Thordarson
am completely new to WO.Here I am trying to pass user entered values from one html page to another html.I have retrieved user entered values in DirectAction class and I am setting retrieved values to another page using takeValueForKey() method and i am returning the page,but values

Re: Pass parameters from One HTML to another HTML

2013-03-11 Thread miriyala srinivas
Thanks to all for valuable suggestions and I looked around and I modified the html code and then it worked fine. Modified code Details.html webobject name=test Details.wod test : WOString { value = username; } On Mon, Mar 11, 2013 at 4:17 PM, Jean Pierre Malrieu jp.malr...@free.frwrote: Your

Striping White space from HTML

2012-03-31 Thread Gino Pacitti
Hi All Is there a simple way to remove white space created in the response from the HTML? I have noticed a LOT of white space when I view source - anyone else notice this... Gino ___ Do not post admin requests to the list. They will be ignored

Re: Striping White space from HTML

2012-03-31 Thread Kieran Kelleher
If it is size of response you are worried about, just turn on response compression: er.extensions.ERXApplication.responseCompressionEnabled = true On Mar 31, 2012, at 12:45 PM, Gino Pacitti wrote: Hi All Is there a simple way to remove white space created in the response from the HTML

Re: Striping White space from HTML

2012-03-31 Thread Gino Pacitti
wow.. super.. On 31 Mar 2012, at 17:50, Kieran Kelleher wrote: er.extensions.ERXApplication.responseCompressionEnabled = true ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Striping White space from HTML

2012-03-31 Thread Paul Yu
There's a Property for that... -- Paul Yu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, March 31, 2012 at 12:53 PM, Gino Pacitti wrote: wow.. super.. On 31 Mar 2012, at 17:50, Kieran Kelleher wrote: er.extensions.ERXApplication.responseCompressionEnabled = true

No HTML escape within attributes (XSS issue)

2012-02-28 Thread Oliver Scheel
It seems that most attributes in components are not escaped properly to avoid XSS (even with Wonder latest). Sample: XSSImage : WOImage { src = someImage.gif; alt = \scriptalert('Hi')/script; } Problem is, when that content come from a database and nothing prevents this kind of input.

link to Component HTML vs. ERRest html

2012-02-04 Thread Jesse Tayler
Is there a way to have links route to the ERRest /ra/Person/1.html instead of the /wo/ component? I have these html components like UserShowPage but my app doesn't know those routes, I'm thinking there's a way - right? ___ Do not post admin

Re: link to Component HTML vs. ERRest html

2012-02-04 Thread probert
Use ERXRouteUrl (I don't remember the exact name) instead of WOHyperLink. Envoyé de mon iPhone Le 2012-02-04 à 20:46, Jesse Tayler jtay...@oeinc.com a écrit : Is there a way to have links route to the ERRest /ra/Person/1.html instead of the /wo/ component? I have these html components

HTML rendering of

2011-10-13 Thread Klaus Berkling
Hi All. I have this in my component html: webobject name = RefreshMETATag/ And this in the wod (ognl at work): RefreshMETATag : WOGenericElement { elementName = META; http-equiv = Refresh; content = ~\3;\ + redirectURL.toString; } It renders this HTML

Re: HTML rendering of

2011-10-13 Thread John Huss
Did you try WOMetaRefresh? On Thu, Oct 13, 2011 at 2:18 PM, Klaus Berkling kberkl...@dyned.com wrote: Hi All. I have this in my component html: webobject name = RefreshMETATag/ And this in the wod (ognl at work): RefreshMETATag : WOGenericElement { elementName = META; http-equiv

Re: HTML rendering of

2011-10-13 Thread Chuck Hill
On 2011-10-13, at 12:18 PM, Klaus Berkling wrote: Hi All. I have this in my component html: webobject name = RefreshMETATag/ And this in the wod (ognl at work): RefreshMETATag : WOGenericElement { elementName = META; http-equiv = Refresh; content

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
On Oct 13, 2011, at 1:10 PM, Chuck Hill wrote: RefreshMETATag : WOGenericElement { elementName = META; http-equiv = Refresh; content = ~\3;\ + redirectURL.toString; That OGNL looks odd. Shouldn't that be content = ~\3; + redirectURL.toString + \; I might have had

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
On Oct 13, 2011, at 12:18 PM, Klaus Berkling wrote: I have this in my component html: webobject name = RefreshMETATag/ And this in the wod (ognl at work): RefreshMETATag : WOGenericElement { elementName = META; http-equiv = Refresh; content = ~\3

Re: HTML rendering of

2011-10-13 Thread John Huss
I found it here: http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling kberkl...@dyned.com wrote: I can't find documentation on bindings for WOMetaRefresh. kib *Live as if you were to

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
Very nice. Thank you. Sent from my iPhone. On Oct 13, 2011, at 2:40 PM, John Huss johnth...@gmail.com wrote: I found it here: http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling

eclipse lockup on saving .html

2011-07-28 Thread Tim Worman
I know this has been discussed before - I can't remember if there's ever been a solution. But this problem has really reared its ugly head for me and I'm having lockups a few times an hour. I'd appreciate it if anyone having a similar experience could explain what they did to tame it. I've

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-14 Thread Joe Kramer
. On Tue, Jan 11, 2011 at 8:27 PM, Joe Kramer jkra...@cyberapps.net wrote: Hi all, I have a project that is no longer immediately showing changes that I make to the component html file while the app is running (from debugger). I used to be able to make a change, save, build, and then refresh

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-14 Thread John Huss
Automatically turned on in Eclipse. On Tue, Jan 11, 2011 at 8:27 PM, Joe Kramer jkra...@cyberapps.net wrote: Hi all, I have a project that is no longer immediately showing changes that I make to the component html file while the app is running (from debugger). I used to be able to make

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-12 Thread John Huss
showing changes that I make to the component html file while the app is running (from debugger). I used to be able to make a change, save, build, and then refresh the page and see the changes. Something changed somewhere and now this is no longer the case. What do I need to do to get

Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Joe Kramer
Hi all, I have a project that is no longer immediately showing changes that I make to the component html file while the app is running (from debugger). I used to be able to make a change, save, build, and then refresh the page and see the changes. Something changed somewhere and now

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread John Huss
Make sure you have Project-Build Automatically turned on in Eclipse. On Tue, Jan 11, 2011 at 8:27 PM, Joe Kramer jkra...@cyberapps.net wrote: Hi all, I have a project that is no longer immediately showing changes that I make to the component html file while the app is running (from debugger

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Chuck Hill
: Make sure you have Project-Build Automatically turned on in Eclipse. On Tue, Jan 11, 2011 at 8:27 PM, Joe Kramer jkra...@cyberapps.net wrote: Hi all, I have a project that is no longer immediately showing changes that I make to the component html file while the app is running (from

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Joe Kramer
...@cyberapps.net wrote: Hi all, I have a project that is no longer immediately showing changes that I make to the component html file while the app is running (from debugger). I used to be able to make a change, save, build, and then refresh the page and see the changes. Something changed

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Tim Worman
cleaning the project to make it rebuild. Also if you make changes to the html or java code, you should be able to see some activity in the status bar of your eclipse right after Cmd+S. Farrukh On 2011-01-12, at 8:49 AM, Joe Kramer wrote: Thanks for the replies. So far nothing has worked

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Joe Kramer
in the WOLips build prefs. Tim Worman UCLA GSEIS On Jan 11, 2011, at 9:58 PM, Farrukh Ijaz wrote: This is how it should be and it works perfect. Screen shot 2011-01-12 at 8.53.50 AM.png May be you can try cleaning the project to make it rebuild. Also if you make changes to the html

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Farrukh Ijaz
: This is how it should be and it works perfect. Screen shot 2011-01-12 at 8.53.50 AM.png May be you can try cleaning the project to make it rebuild. Also if you make changes to the html or java code, you should be able to see some activity in the status bar of your eclipse right after Cmd+S

Re: Changes in Component HTML Not Immediately Showing Up

2011-01-11 Thread Tim Worman
-01-12 at 8.53.50 AM.png May be you can try cleaning the project to make it rebuild. Also if you make changes to the html or java code, you should be able to see some activity in the status bar of your eclipse right after Cmd+S. Farrukh On 2011-01-12, at 8:49 AM, Joe Kramer wrote

Re: WO Group Emails are in literal HTML code and not parsed...

2011-01-10 Thread Shravan Kumar. M
Thanks for your response Chuck. I use Yahoo! Mail since long time and I see this issue since last few months only. Now all my old WO messages as well look literal HTML!! From: Chuck Hill ch...@global-village.net To: Shravan Kumar. M mshravan_...@yahoo.com Cc

Re: WO Group Emails are in literal HTML code and not parsed...

2011-01-10 Thread Cheong Hee (Gmail)
. - Original Message - From: Shravan Kumar. M To: WO Dev Group Sent: Tuesday, January 11, 2011 5:03 AM Subject: Re: WO Group Emails are in literal HTML code and not parsed... Thanks for your response Chuck. I use Yahoo! Mail since long time and I see this issue since last

WO Group Emails are in literal HTML code and not parsed...

2011-01-09 Thread Shravan Kumar. M
Hi Group, Hope some one has come across this issue, could you help me figure out the issue: All the group emails I receive at my yahoo a/c are in literal HTML i.e., the HTML code is not parsed and is difficult to read them. For Eg: sample Hello, this is really an apache question

Re: WO Group Emails are in literal HTML code and not parsed...

2011-01-09 Thread Chuck Hill
are in literal HTML i.e., the HTML code is not parsed and is difficult to read them. For Eg: sample Hello, this is really an apache question, but thought I'd give it a try here since I can't seem to find anything that helps elsewhere. I'd like to be able to server static websites from

Re: Encode HTML in Java and decode in other API

2010-08-02 Thread Kieran Kelleher
: Re: Encode HTML in Java and decode in other API Hi, Wonder has ERXStringUtilities.escapeNonXMLChars(String str). On Fri, Jul 30, 2010 at 7:45 AM, Shravan Kumar. M mshravan_...@yahoo.com wrote: Hi Group, Do we have any API in WO / PWO that can Encode HTML entities like: br

Re: Encode HTML in Java and decode in other API

2010-08-02 Thread Shravan Kumar. M
...@yahoo.com Cc: dfro...@demax.ru; WO Dev Group webobjects-dev@lists.apple.com Sent: Mon, August 2, 2010 10:39:46 AM Subject: Re: Encode HTML in Java and decode in other API No reason why not. I have commons-lang as a standard jar in my own Foundation framework and use it in every project I do

Re: Encode HTML in Java and decode in other API

2010-07-30 Thread Shravan Kumar. M
@lists.apple.com Sent: Thu, July 29, 2010 10:31:26 PM Subject: Re: Encode HTML in Java and decode in other API Hi, Wonder has ERXStringUtilities.escapeNonXMLChars(String str). On Fri, Jul 30, 2010 at 7:45 AM, Shravan Kumar. M mshravan_...@yahoo.com wrote: Hi Group, Do we have any API in WO / PWO

Encode HTML in Java and decode in other API

2010-07-29 Thread Shravan Kumar. M
Hi Group, Do we have any API in WO / PWO that can Encode HTML entities like:br/ and so on something like: common-lang StringEscapeUtils#escapeHtml(...) method. The encoded content would need to be decoded by other API like browser or PDF and so on. I hope the encoding is does in standard

Re: Encode HTML in Java and decode in other API

2010-07-29 Thread Denis Frolov
Hi, Wonder has ERXStringUtilities.escapeNonXMLChars(String str). On Fri, Jul 30, 2010 at 7:45 AM, Shravan Kumar. M mshravan_...@yahoo.com wrote: Hi Group, Do we have any API in WO / PWO that can Encode HTML entities like: br/ and so on something like: common-lang StringEscapeUtils

WebObjects and HTML injection

2010-07-22 Thread Patrick Middleton
Hi folks! Some of our customers are commissioning penetration testing reports, which are flagging vulnerabilities in our WebObjects applications. The problem reported is with URLs such as .../wa/MyDirectAction? wosid=XYZ%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3E , direct actions

Re: WebObjects and HTML injection

2010-07-22 Thread Anjo Krank
Why would you preserve the session id when it's no longer valid? Cheers, Anjo Am 22.07.2010 um 13:28 schrieb Patrick Middleton: in order to sanitize inputs -- mostly by removing anything containing the likes of 'script'. What do you think? ___

Re: WebObjects and HTML injection

2010-07-22 Thread Patrick Middleton
On 22 Jul 2010, at 12:49, Anjo Krank wrote: Why would you preserve the session id when it's no longer valid? Cheers, Anjo Am 22.07.2010 um 13:28 schrieb Patrick Middleton: in order to sanitize inputs -- mostly by removing anything containing the likes of 'script'. What do you think?

Re: WebObjects and HTML injection

2010-07-22 Thread George Domurot
Wouldn't a simple check on hasSession do the trick? No session = no action = pageWithName(OhNoYouDidNot) -G On Jul 22, 2010, at 9:40 AM, Patrick Middleton patr...@onestep.co.uk wrote: On 22 Jul 2010, at 12:49, Anjo Krank wrote: Why would you preserve the session id when it's no longer

Re: WebObjects and HTML injection

2010-07-22 Thread Anjo Krank
I don't follow: *is* this an actual problem with the default coding style? IMO, you wouldn't ever say oh noez! your session $ID is no longer valid! but I'll use it anyway. What *should* happen is that WO gives you a new page when the instance doesn't find the existing session (SessionExpired

Re: WebObjects and HTML injection

2010-07-22 Thread Lachlan Deck
On 22/07/2010, at 9:28 PM, Patrick Middleton wrote: Some of our customers are commissioning penetration testing reports, which are flagging vulnerabilities in our WebObjects applications. The problem reported is with URLs such as

Re: WebObjects and HTML injection

2010-07-22 Thread Dov Rosenberg
Check out http://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API They have a very good Java based implementation of security code that you can integrate with your java based project to help you sanitize your user/externally provided data. It is not sufficient to check for script

Extending components but using binding and html of parent

2010-07-05 Thread Farrukh Ijaz
Hi, How can I extend an existing component to override java methods and introduce new interfaces to the java class of the component but use the binding and html part of it's parent? Let's say I want to override the ERModernLook but I need to introduce some interfaces to it become compatible

Re: Extending components but using binding and html of parent

2010-07-05 Thread Chuck Hill
/** * Allows a component to inherit the template (.html and .wod files) from another component. * pUsage:/p * pre * public WOElement template() { * return inheritTemplateFrom(AddAddress, CoreUI); * } * /pre * This very simple implementation does

HTML Editing Eclipse/WOLips

2010-05-02 Thread David Griffith
Hi all, What is anyone using as a replacement for WOBuilder? I have some complex components that are not handled well by standard HTML editors (so far anyway). Just wondered if there is a general consensus on a good editor? I'm developing on Mac OS 10.6 Thanks, David

Re: HTML Editing Eclipse/WOLips

2010-05-02 Thread Guido Neitzer
that are not handled well by standard HTML editors (so far anyway). Just wondered if there is a general consensus on a good editor? I'm developing on Mac OS 10.6 Thanks, David. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: HTML Editing Eclipse/WOLips

2010-05-02 Thread David Griffith
that are not handled well by standard HTML editors (so far anyway). Just wondered if there is a general consensus on a good editor? I'm developing on Mac OS 10.6 Thanks, David. ___ Do not post admin requests to the list. They will be ignored

Re: HTML Editing Eclipse/WOLips

2010-05-02 Thread David Holt
this works absolutely great. Guido On 2. May, 2010, at 16:23 , David Griffith wrote: Hi all, What is anyone using as a replacement for WOBuilder? I have some complex components that are not handled well by standard HTML editors (so far anyway). Just wondered if there is a general

Re: Using WOHyperlink, Redirect to Normal HTML Page

2010-02-05 Thread Kent Conlan
to implement this as a DirectAction so that if the session has already terminated, you don't create a new one just to terminate it. - Kent On Feb 5, 2010, at 4:34 AM, Sreenivasulu A wrote: Hi Kent, Thanks for your reply. I am using Session in my application. My Normal HTML file is in D

Using WOHyperlink, Redirect to Normal HTML Page

2010-02-04 Thread Sreenivasulu A
Hi All, Using WOHyperlink how to redirect to a normal HTML Page in WebObjects? Will it work for redirecting to Normal HTML Page? If it is possible, please give me one example to redirect to a normal HTML page. I want to redirect to normal html page when I click on Logout button, and from

Re: Using WOHyperlink, Redirect to Normal HTML Page

2010-02-04 Thread David LeBer
On 2010-02-04, at 5:27 AM, Sreenivasulu A wrote: Hi All, Using WOHyperlink how to redirect to a normal HTML Page in WebObjects? Will it work for redirecting to Normal HTML Page? If it is possible, please give me one example to redirect to a normal HTML page. I want to redirect

Mouse events - HTML Div element - Dragging Issue - On Safari

2010-01-07 Thread Raghavender
= false; } -HTML Code div id=calculator align=center style=background- color:#cc;position:absolute;width:195px;height:150px;border:0px dotted gray;display:none;padding:0px;z-index:50; TABLE BORDER=4 cellspacing=0 TR

Why I can't change the html styles without relaunching the app?

2009-10-13 Thread Gustavo Pizano
Hello, before I was able to modify in eclipse the Css file and then simply reload the browser, now this doesn't seem to work, I have to relaunch the application and then all its ok... why Is this happening to me? Thx. G. ___ Do not post admin

Re: Why I can't change the html styles without relaunching the app?

2009-10-13 Thread Miguel Angel Torres Avila
Hi Gustavo. Just try rebuilding the app instead relaunch it. It works for me. On Oct 13, 2009, at 5:37 AM, Gustavo Pizano wrote: Hello, before I was able to modify in eclipse the Css file and then simply reload the browser, now this doesn't seem to work, I have to relaunch the

Re: WOLips and html formatting

2009-10-02 Thread Q
On 02/10/2009, at 4:26 PM, Jarda Hanuš wrote: Another gotcha - if you use br tags in your html, replace them with br/. Otherwise everything after br just disappears from your brand new formatted html. That's nasty. File a jira for that one. Jarda Hi Lon, There is one gotcha

WOLips and html formatting

2009-10-01 Thread Lon Varscsak
Is there a way to have WOLips format the html for me (on command). I get html from the designer and it's never formatted properly, and in the old WOBuilder there was a way to do this. Any thoughts? Lon ___ Do not post admin requests to the list

Re: WOLips and html formatting

2009-10-01 Thread David Avendasora
Cmd-Shift-F ? Dave On Oct 1, 2009, at 2:04 PM, Lon Varscsak wrote: Is there a way to have WOLips format the html for me (on command). I get html from the designer and it's never formatted properly, and in the old WOBuilder there was a way to do this. Any thoughts? Lon

Re: WOLips and html formatting

2009-10-01 Thread John Huss
Or hidden in the menus: Edit - Refactor - Format John On Thu, Oct 1, 2009 at 1:09 PM, David Avendasora webobje...@avendasora.comwrote: Cmd-Shift-F ? Dave On Oct 1, 2009, at 2:04 PM, Lon Varscsak wrote: Is there a way to have WOLips format the html for me (on command). I get html from

Re: WOLips and html formatting

2009-10-01 Thread Lon Varscsak
way. If you're using an AjaxModalDialog with just a form inside you'll need to add back a return character before the form after you refactor the html. David On 1-Oct-09, at 11:27 AM, John Huss wrote: Or hidden in the menus: Edit - Refactor - Format John On Thu, Oct 1, 2009 at 1:09 PM

Re: WOLips and html formatting

2009-10-01 Thread Mike Schrag
jira? On Oct 1, 2009, at 2:57 PM, David Holt wrote: Hi Lon, There is one gotcha with this refactoring that I've come across the hard way. If you're using an AjaxModalDialog with just a form inside you'll need to add back a return character before the form after you refactor the html

Re: WOLips and html formatting

2009-10-01 Thread Chuck Hill
you'll need to add back a return character before the form after you refactor the html. David On 1-Oct-09, at 11:27 AM, John Huss wrote: Or hidden in the menus: Edit - Refactor - Format John On Thu, Oct 1, 2009 at 1:09 PM, David Avendasora webobje...@avendasora.com wrote: Cmd-Shift-F ? Dave

Re: WOLips and html formatting

2009-10-01 Thread Lachlan Deck
. On Oct 1, 2009, at 2:57 PM, David Holt wrote: Hi Lon, There is one gotcha with this refactoring that I've come across the hard way. If you're using an AjaxModalDialog with just a form inside you'll need to add back a return character before the form after you refactor the html. David

Re: WOLips and html formatting

2009-10-01 Thread Q
On 02/10/2009, at 8:44 AM, Lachlan Deck wrote: On 02/10/2009, at 6:22 AM, Mike Schrag wrote: jira? On a side-note I added a Jira yesterday (WOL-1112) about the reformatting not respecting the tab vs spaces settings. i.e., if you've got soft-tab turned off and tab inside the editor you

Re: WOLips and html formatting

2009-10-01 Thread Lachlan Deck
WOLips HTML Editor (Use soft tab [off] + Soft tab widt [2] greyed out) with regards, -- Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Ramsey Lee Gurley
On Sep 23, 2009, at 11:45 PM, Ramsey Lee Gurley wrote: Of course, this works fine, but it gives me a red X. The trick that worked before was... CheckboxWrapper //VALID : WOGenericContainer { That was a bit of overkill because it disabled validation on the whole WOD, but it did work.

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Mike Schrag
i'm surprised you can't do CheckboxWrapper : WOGenericContainer { // VALID On Sep 24, 2009, at 7:48 AM, Ramsey Lee Gurley wrote: On Sep 23, 2009, at 11:45 PM, Ramsey Lee Gurley wrote: Of course, this works fine, but it gives me a red X. The trick that worked before was...

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Ramsey Lee Gurley
; formValues = selections; //VALID } //VALID I've also just discovered that bindings like HTML: WOGenericContainer { elementName = html; xml:lang = languageCode; xmlns = http://www.w3.org/1999/xhtml;; } No longer work in 3.5. They still parse fine in the WOD

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Mike Schrag
No longer work in 3.5. They still parse fine in the WOD, but they're throwing exceptions in the app. Fortunately, reverting back to this still works for me HTML: WOGenericContainer { elementName = html; xml:lang = languageCode; xmlns = http://www.w3.org/1999/xhtml

Updated to 3.5 and now lots of html errors

2009-09-23 Thread Ramsey Lee Gurley
are correct because they are still using HTML doctype so it would be invalid to change them to br/ etc. Is there any way to quiet down eclipse with regard to these on a per project/framework basis so I can keep them for my stuff, but disable them for ERD2W and ERExt? Also... I have been cheating

Re: Updated to 3.5 and now lots of html errors

2009-09-23 Thread Mike Schrag
they are still using HTML doctype so it would be invalid to change them to br/ etc. Is there any way to quiet down eclipse with regard to these on a per project/framework basis so I can keep them for my stuff, but disable them for ERD2W and ERExt? Look in your WOLips Development Preferences

Re: Updated to 3.5 and now lots of html errors

2009-09-23 Thread Ramsey Lee Gurley
frameworks, some of those things are correct because they are still using HTML doctype so it would be invalid to change them to br/ etc. Is there any way to quiet down eclipse with regard to these on a per project/framework basis so I can keep them for my stuff, but disable them for ERD2W

Weird html structure when deployed in a War

2009-06-03 Thread Gustavo Pizano
= titleBarText; Modalbox.show('/LDAPAuthentication/WebObjects/LDAPAuthentication.woa/ajax/0.1.1;jsessionid=1BE669512FE4D856C1319B0259E7A0CB.open', options); ERROR:!!!ReferenceError: Can't find variable: Modalbox } /script also the html structure its completly weird I have the follwoing: !DOCTYPE

Re: compacting html, whitespaces

2009-05-21 Thread Patrick Middleton
Back in the WO451 days I overrode Application.handleRequest to do some very simple HTML parsing to remove excess whitespace while remaining aware of comments, pre tags and the like. We used it for some years but abandoned it; it ate CPU, and in terms of the time for a request/response

Re: compacting html, whitespaces

2009-05-20 Thread Dan Grec
If you are using Project Wonder you can set the property: er.extensions.ERXApplication.responseCompressionEnabled=true -Dan On 20-May-09, at 10:29 AM, Amedeo Mantica wrote: Hello, Anyone knows if there is a Property or something similar in order to get a compact html output

compacting html, whitespaces

2009-05-20 Thread Amedeo Mantica
Hello, Anyone knows if there is a Property or something similar in order to get a compact html output with withespaces stripped? Thanks, Regards Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: csv report download - Safari adding .html to filename?

2009-04-09 Thread Chuck Hill
? Chuck On Apr 6, 2009, at 1:11 PM, Leif Harrison wrote: Hey guys, Has anyone run into issues with Safari tacking on .html to filenames when attempting to do attachment downloads? (CSV data, in this case.) I can't for the life of me figure out how to get Safari to just use .csv

Re: csv report download - Safari adding .html to filename?

2009-04-09 Thread squirk
or tcpdump to look at the response and headers 5) make sure your headers are correct and your content really is UTF8 Steve - Leif On Apr 6, 2009, at 1:11 PM, Leif Harrison wrote: Hey guys, Has anyone run into issues with Safari tacking on .html to filenames when attempting to do

Re: csv report download - Safari adding .html to filename?

2009-04-09 Thread Leif Harrison
On Apr 9, 2009, at 12:54 PM, squ...@mac.com wrote: This should be straightforward and with the exception of (1) below, I don't see any errors. Here's a couple of things to try: 1) you shouldn't be calling super.appendToResponse() Okay, got rid of that, but still no luck. 2) does

Re: csv report download - Safari adding .html to filename?

2009-04-09 Thread Leif Harrison
the correct results, without the .html. So...does anyone know why Safari would be treating the direct-action results different than the results from a component action? - Leif On Apr 9, 2009, at 3:10 PM, Leif Harrison wrote: On Apr 9, 2009, at 12:54 PM, squ...@mac.com wrote

Re: csv report download - Safari adding .html to filename?

2009-04-09 Thread Chuck Hill
test using curl. I noticed that...if I use that same direct action URL in Safari...I magically get the correct results, without the .html. So...does anyone know why Safari would be treating the direct-action results different than the results from a component action? - Leif

Re: csv report download - Safari adding .html to filename?

2009-04-09 Thread Leif Harrison
cache-control: private cache-control: no-cache cache-control: no-store cache-control: must-revalidate cache-control: max-age=0 content-disposition: attachment; filename=leif.csv expires: Fri, 10-Apr-2009 01:07:28 GMT content-type: text/html; charset=iso-8859-1 pragma: no-cache x-webobjects

  1   2   3   >