Hi Filippo, You have to be more specific about your problems. I didn't understand if it's a localization issue as Fabian and Theodore guess or if it's a question about framework dependencies and how you can access to a specific component… as you talk about several frameworks linked together in the first part of your question.
Courage ;-) Philippe On 25 mai 2013, at 20:01, Filippo Laurìa wrote: > Hello everyone, > > I use this mailing list as "last chance" to solve this problem that is > serioulsy driving me crazy. > > I had always the same WebObjects application (Web-CAT), truely it's a > collection of WebObjects frameworks linked together. > > After few weeks I can easily build this application (it's been not > easy at all). Now I have to modify it. Before I start, let's say that > in the last month I completed some of tutorials of wocommunity.org so > I learned something about WebObjects, in other words I'm not an expert > :). > > Well, I have to do this changes on Web-CAT. (Changes concern adding a > new component to the application). > > I need to reach this component clicking a link (or a button, now it > doesn't matter). I have to put this link in a precise point of an > already existing page. The problem is that the body of this page is > generated "at runtime" fetching datas from a MySQL database. > > Content is of this type: > > First Table: > T1 | T2 | T3 > D1 | D2 | D3 > D4 | D5 | D6 > ... > > Second Table: > T1 | T2 | T3 > D7 | D8 | D9 > ... > > Third Table: > T1 | T2 | T3 > ... > > For every line in the table, header excepted, I have to add a link. > > First Table: > T1 | T2 | T3 > D1 | D2 | D3 | Link1 > D4 | D5 | D6 | Link2 > ... > > Now to localize this tables, better where they are generated, I'm > searching, with linux grep command some references of table title > lines into the entire eclipse workspace finding nothing. > > There's no "multi-language stuffs" so I thought table title strings > can be found searching them as they are showed into normal browser > navigation tab, but I did not find anything (i thought "this is > impossible into an application based on MVC pattern" isn't it?). > > I also tried searching them into the entire database (dumping database > into a text file and then always with grep command). > > Now, i really don't know how to localize where this tables are > generated. Maybe (it's a guess) there are some methods used on this > string for first letter capitalization or other string manipulation > methods that prevents the exact match of those strings using a grep > search. > > I can't figure out a better method to match the exact file where > tables are generated, any better suggestion is well accepted. > > Thank you everybody. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/prabier%40me.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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
