184 byte By
Guest at 2007-11-25 9:27:47
Is there any UML documentation of JATO? I would love to see generic sequence diagrams and conceptual class diagrams is they exist.Steve
422 byte By
Guest at 2007-11-25 9:27:52
I once tried to include a stylesheet file in my jsp but it seemed to me that jato ignored it. How does this work? I notice there's style and styleClass attributes for some of the tags. I assume the style is for inline style and the styleClass is equivalent to the class attribute in html. I ...
760 byte By
Guest at 2007-11-25 9:27:56
(sorry if it is second post)Hello,I have problem, I am trying to insert few records within Transaction, without "Commit", and user should be able to browse this "shopping card" before "commit". I used sample from message 850, and I tried to override "retrieve" in ModelImpl, simply without ...
815 byte By
Guest at 2007-11-25 9:27:58
I'm having a difficult time understanding what the following methoddoes besides return a list of Models....I've seen this method is both ViewBeans and TiledViews...public Model[] getWebActionModels(int executionType)Some questions I have:1.) Since this method is called by JATO internally ...
1113 byte By
Guest at 2007-11-25 9:28:00
Hi all, We have a migrated app that created escape attributes for some hidden tags. ie.<jato:hidden name="stBeginningCommission" fireDisplayEvents="true"escape="true" /> Looking at the jato.tld and the code for HiddenTag.java, the escapeattribute isn't one that get used for hiddens. ...
207 byte By
Guest at 2007-11-25 9:28:02
Hi all,I want to throw a new CompleteRequestException in beginDisplay event of a ViewBean. What is the correct approach to do this.ThanksNamburi
1127 byte By
Guest at 2007-11-25 9:28:08
Hello,This email message is a notification to let you know thata file has been uploaded to the Files area of the iPlanet-JATO group.File : /Regular Expression Rules Files/spider2jato.xml Uploaded by : <a href="/group/SunONE-JATO/post?protectID=174176219122158198138082063148231088239 ...
231 byte By
Guest at 2007-11-25 9:28:13
HiHow can i set log level(Examle : JATO_TRACE ,APP_TRACE) for this new Log class(Jato 1.2).Can i read this log level from a properties file.Thanks in advanceShyam Gotur
372 byte By
Guest at 2007-11-25 9:28:14
Has anyone used JATO to talk to a web service ala SOAP?I suppose the ideal way would be to work it as a JATO model.We have recently installed SAP Business Connectors, and we have beenasked about using them to talk to SAP, instead of the SAP UIFconnections.Any thoughts on the matter?John ...
1930 byte By
Guest at 2007-11-25 9:28:15
Hi,I am getting the following problem whenever i invoke any application servlet created using JATO. It says invalid request or request handler not specified. Am i missing something while deploying JATO based applications or something needs to be passed as argument during invoking of ...
723 byte By
Guest at 2007-11-25 9:28:17
What is the best strategy/place to maintain the search criteria of a model ?My interpretation, in the context of the "RetrievingModel" interface, is that the "retrieve" method is responsible for getting the information from a datasource (database, EJB, etc.). If the above assumption applies, ...
1486 byte By
Guest at 2007-11-25 9:28:18
When are you calling getDisplayFieldValue()? Is it within the same request?Todd-- Original Message --From: "lucymbrophy" <<a href="/group/SunONE-JATO/post?protectID=034075219200035202218149055004100165163 146166046167121181">lucy.brophy@s...</a>>Sent: Friday, May 24, 2002 ...
5045 byte By
Guest at 2007-11-25 9:28:19
just to clarify, i believe the samples are packaged with jato and thus are self contained...so putting jato in the container lib is optional (if i'm not mistaken)...since it is in the JatoSample.war that i use already. for jdbc based db access, yes i do believe the container needs access to ...
385 byte By
Guest at 2007-11-25 9:28:20
Hi All,I ran the migration tool with the patches (4 patches). The execution was successful with no errors. But, no JATO framework packages are created. Even the ApplicationServletBase is not created. Are there any options to be set to generate the framework packages and other base ...
6387 byte By
Guest at 2007-11-25 9:28:21
Hi Shawn,Shawn, we have been working on getting a SCSL license in place, in themeantime give me a call and I can get the licensed clarified for you inwriting that will allow your customer to use JATO..CheersCharles BeckhamShawn Marshall wrote:> Hi,>> We have just received a query from ...
507 byte By
Guest at 2007-11-25 9:28:23
Hi,After testing several netDynamics migrations, the migrated codesseems to be very reasonable and functional logical. Now, i'm readyto go ahead.What is the best tool (besides Jorte) after migration ? Is iPlanetApplication Builder OK ? Does it still provide the same GUI propertyand event ...
1455 byte By
Guest at 2007-11-25 9:28:24
Hi,Can some one explain me how does JATO Framework fitsor falls in the MVC architecture.We are doing a ND to J2ee Migration using the IMT. Ourclient is very specific about J2EE compliance. As umight know the ND stuff gets converted to equivalentJava in JATO.Ex.pgRentalPage gets converted ...
1666 byte By
Guest at 2007-11-25 9:28:25
The iMT will convert the SAP data objects to JATO UIF Models. However, these models will only work on the iAS 6.x, not on S1AS 7.0.The models work like stored procedures. See API Docs for more details.c jhoskins wrote:> We are converting from ND, and are starting to convert some> ...
1257 byte By
Guest at 2007-11-25 9:28:26
If i want to incorporate MultiPart File Upload feature in my JATOapplication, i believe i should modify some of the JATO Framework classes.In a multipart request, request.getParameter will not work, correct ? Sowill it be a big change in JATO classes.I have an existing page with many editable ...
2284 byte By
Guest at 2007-11-25 9:28:27
Namburi,I will post a document to the group site this evening which has the detailson various tactics of migrating these type of utilities. Essentially, youeither need to convert these utilities to Models themselves or keep theutilities as is and simply use ...
2591 byte By
Guest at 2007-11-25 9:28:28
Hey guys, I think I have emailed back and forth with a couple of you on the topic ofthe requestContext methods in Jato 1.1 to see whether or not they can begiving us some of the problems we are having in our testing environment. Indevelopment we are running on local boxes and using JRun 3.0 as ...
402 byte By
Guest at 2007-11-25 9:28:33
Is there an example of this somewhere or some documentation? I'm using Jato1.2. Also, in the emails that fly back and forth I have seen a date samplementioned. Where is this? I have got the JatoSamples.war deployed and I don't see a date example. I just wonder if I'm missing some other Jato ...
690 byte By
Guest at 2007-11-25 9:28:41
I am going through the JATO tutorial and I am using the container that comes with j2sdk1.2.1. I was having problems getting a jar in my .war file to be recognized, so I changed the servers classpath to look for it. The real problem I am having right now is that when I access the Login.jsp page ...
3671 byte By
Guest at 2007-11-25 9:28:43
Hi,We have some of the ND PAC (SAP) dataobjects bound to a page.I am trying to convert this to J2EE module using JATO and i have already migrated this sample project and while executing i get firstpage properly and entering some value in the first page and submission of that page i get the ...
171 byte By
Guest at 2007-11-25 9:28:44
com.iplanet.jato.taglib.html.HrefTag in the jato 1.2 distributionhas a setTitlet() method, that should be setTitle()Giulio
88 byte By
Guest at 2007-11-25 9:28:47
Is JATO free ?If not what are the conditions ?
2001 byte By
Guest at 2007-11-25 9:28:48
I have a ViewBean which holds an embedded TiledView and this TiledViewhas an embedded TiledView. In my last Tiled View I'm updating aStaticTextField object within my nextTile() method. ThisStaticTextField object is constructed with a ResourceBundleModel forlocalization. Here's my ...
883 byte By
Guest at 2007-11-25 9:28:50
I'm doing my first testing on the iMT general release. I've deployed the MigtoolboxSample and things are working well on iPlanet6.0SP1. However I get a "WARNING: During generation of the JSP servlet, a null TagData reference was passed to an instance of ...
630 byte By
Guest at 2007-11-25 9:28:51
I want to be able to redirect /MyApp straight to a View. I can't use html meta refresh as it needs to work with non html.I tried <jsp:forward page="module1/View" />. It brings me to the right view but all its url are "invalid" (ex: action="../module1/View" will lead to <a ...
288 byte By
Guest at 2007-11-25 9:28:54
I've placed some "hit count" logic in the onAfterRequest logic on the project servlet. It appears to be excuting twice on a single web request. I don't see a problem in the processRequest code on ApplicationServletBase. Any ideas?
469 byte By
Guest at 2007-11-25 9:28:57
This doesn't make any sense, but it seems to be what I'm seeing:If I have a <jato: content> tag and some display fields inside of it, and if the beginDisplay event for the <jato: content> tag returns false, then none of the display fields inside <jato: content> are ...
479 byte By
Guest at 2007-11-25 9:28:58
There is a problem in the "View Customers" Jato sample.When clicking on the "Last", "Prev" and then "Next" buttons, the "Next" and "Last" buttons are not disabled dispite we are at the end of the list. If one then clicks on the "Next" button again, an empty view is displayed (headers and ...
86 byte By
Guest at 2007-11-25 9:28:59
Please take me off of this distribution list
871 byte By
Guest at 2007-11-25 9:29:00
I'm trying to retrieve the data from a display field and write it to a model so that the page I forward to can then retreive this data from the model and display it in some static text fields which are bound to the model. Note that the forwarding page (the first one) is not bound to the model ...
824 byte By
Guest at 2007-11-25 9:29:02
> One thing I would like to see is the ability to remove a child once > it has been created. Our mechanism is trying to use one > TemplateViewBean and change the various children as required. This > sort of method would help facilitate that. In general, I wouldn't expect this to ...
1051 byte By
Guest at 2007-11-25 9:29:05
As jato2 still doesn't know about some HTML4 tags like <label>ex:<label><input type="radio" ... />TheLabel</label>if you click on "TheLabel", it clicks on the radio button, like every other GUII thought I would be able use the <label for=""> as a ...
410 byte By
Guest at 2007-11-25 9:29:06
I am at a client site that want's to use sub packages for different parts of their application. For instance search JSPs and ViewBeans would be in a top.SearchPages package. Is this possible?Thanks,Jason Smith<a ...
732 byte By
Guest at 2007-11-25 9:29:07
1. Trying to migrate an application. The tool extracts OK. But whenrunning the translation tool on the generated xml, it craps out at a particular page. At this point, the tool Javaw process is taking up all CPU time and is consuming 200 MB of memory on a WinNT box with 256 MB RAM. I redid ...
316 byte By
Guest at 2007-11-25 9:29:11
Hi,What is the best way to take a peek at the SQL in a model right beforeit is run? I am getting a "[java.sql.SQLException: ORA-00923: FROM keyword not found whereexpected" error, and I would like to track it down.Thanks,John ...
2245 byte By
Guest at 2007-11-25 9:29:12
Background:I have a tiled view that is driven from a persistent model. The tiled view is a list of the hits for a query. The first time I am in the tiled view, the modelName exists as a pageSessionAttribute. A jato:href exists in the tiled view that tells us what record (tile offset) the user ...
792 byte By
Guest at 2007-11-25 9:29:13
I am having a problem with navigating a result set in a tiled view byusing the next/prev button actions. The where information for my modelis not being re-applied after the initial page is created. I have donesome research on this, and I think that it might be that even though Iam using the ...
1126 byte By
Guest at 2007-11-25 9:29:15
hi ...i have just about started using jato in conjunction with S1Studio and find it a real great asset ...we are trying to build custom jato components which can be packaged into a jar file and used like any other standard jato component ...e.g. i have developed this date component which is ...
1851 byte By
Guest at 2007-11-25 9:29:16
Fr?d?ric,No hidden meaning...as we concentrate on Jato CORE, we strive to provide generized solutions. So far we have found that customer use LDAP in so many different ways. Some use JNDI API, some use the Netscape Java SDK for Java, some have home grown data access layers which are ...
419 byte By
Guest at 2007-11-25 9:29:21
I have a combo box. Is it possible to get the firstvalue or the default value before the page has beenrendered or the when the page is loading..I have to use this value in the beginDisplay method to hide or show a view..If I try to access this value in the begin display Iget null pointer ...
284 byte By
Guest at 2007-11-25 9:29:23
Hi;I was trying with this link but it doesn't exist.<a href=" http://developer.iplanet.com/tech/appserver/framework/index.jsp">http: //developer.iplanet.com/tech/appserver/framework/index.jsp</a>Thanks.Mart?n.
635 byte By
Guest at 2007-11-25 9:29:24
a) How to reuse the navigation logic of a Jato application across "modules". The navigation logic is implemented once, but reused across the different modules of the application.b) How to implement a Jato component (i.e. a pagelet) containing a form with a button and a HREF that can be reused ...
2851 byte By
Guest at 2007-11-25 9:29:26
Yes I tried getSize() method but its returningzero. Yes the primary model has been set to the model,which is extending from UIFFunctionModel.Since the model is bound to the tiled view itsretrieval is also working fine and the data what is expected i could see only in the data dump in thelog ...
3020 byte By
Guest at 2007-11-25 9:29:30
Prashanth,I assume you are trying to set the default values of the selectables.Matt,Actually, I believe this is a view type behavior because it is manipulating thehtml properties upon preparing the object for display, however, currently itappears there is no method for this. For now, you could ...
10271 byte By
Guest at 2007-11-25 9:29:32
Oracle's JDBC drivers have had thread safety issues for years--I expectedOracle would have fixed them by now, but apparently this isn't the case.Matt, do you remember the workarounds we used to use?Todd-- Original Message --From: "Venki" <<a ...
2297 byte By
Guest at 2007-11-25 9:29:33
In NetD we created and submitted a form with JavaScript.The form looked something like this<FORM ACTION=pgXYZ METHOD=POST><INPUT TYPE=hidden NAME=SPIDERSESSION VALUE=12345></FORM>So now in Jato, we're trying to do the exact same thing,except that instead of SPIDERSESSION, we ...