Hi Carlin, Yeah, that was a magnificient catch. I am in migration project, I am making my project vendor nutral one. In this work, i want to remove all the BEA depencies from my project, i could able to do it.
This project was actually developed in Weblogic 8.0 on WorkShop IDE. for my task i have removed the bea beehive depencies. I was using the .jar file of BEA9.0 beehive version, today i tried with apache beehive 1.1 .jar files, still the problem exists. Now there is no BEA depencies in my project at all, including .jar files. Today in this process i faced another typical problem. JSP validation are not happening. validate(...) method of action class is not invoking automatically, were it supposed to be invoked automatically if we put validate="true" in strus-confg.xml file. complete method is getting skiped off. Requesting to Help me out where i an get solutions for all these problems. Regards, Garlapati Carlin Rogers-2 wrote: > > Hi Garlapati, > > I see you are using WebLogic. Is your application and upgrade from an > older version written with Workshop 8.1? Are you using backward > compatible tags and expression language from Weblogic 9.0? > > If so, take a look at these documents... > http://edocs.bea.com/wlw/docs101/guide/upgrading/conChangesDuringUpgrade.html > http://edocs.bea.com/wlw/docs101/guide/upgrading/conUpgradingPageFlows.html#changing_default_el > > Kind regards, > Carlin > > > On 10/24/07, rkrgarlapati <[EMAIL PROTECTED]> wrote: >> >> Hi Carlin, >> >> Thank you for your reply. >> Yeah, i agree with you. It was supposed to work fine. I think i am doing >> something wrong. I am unable to trace it out. >> Version of NetUI : using beehive which is available in Weblogic 9.0 >> version. >> OS : Windows XP >> IDE : TextPad >> >> >> Regards, >> Garlapati >> >> >> >> >> Carlin Rogers-2 wrote: >> > >> > Hi Garlapati, >> > >> > The best place for questions like this would be the Beehive - User >> > mailing list rather than the Dev list. >> > >> > The example you provided looks correct and I ran a simple test using >> > your mark up. Seems to work fine. I'm curious, what version of NetUI >> > are you using and from what platform or IDE? >> > >> > Kind regards, >> > Carlin >> > >> > >> > On 10/24/07, rkrgarlapati <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi, >> >> >> >> I am new to Beehive, I am facing a typical problem, >> >> >> >> <netui-data:repeater dataSource="pageInput.customers"> >> >> <netui-data:repeaterItem> >> >> <li><netui:span value="${container.item.lastName}, >> >> ${container.item.firstName}"/></li> >> >> </netui-data:repeaterItem> >> >> </netui-data:repeater> >> >> >> >> My problem is: in dataSource attribute i am unable to use pageInput or >> >> actionForm or any thing else, it's not allowing me to put anything >> before >> >> customer object. >> >> If i do change like : <netui-data:repeater dataSource="customers"> >> it's >> >> working fine. Requesting to clarify this typical behavior. I mean >> where >> >> would be doing wrong. >> >> Another problem : the tag netui:span >> value="${container.item.lastName}" >> >> is >> >> not displaying me the value of lastName, instead it was displaying me >> >> ${container.item.lastName} string directly on my Screen. it is very >> >> strange >> >> behaviour. >> >> >> >> Requesting to clarify these two questions please. as i am new to >> beehive, >> >> i >> >> am unable to trace where i am going wrong. Unfortunately i dont have >> >> access >> >> to this site from my office. >> >> >> >> Regards, >> >> garlapati >> >> >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/problem-with-netui-data%3Arepeater-tag-%28new-to-beehive%29-tf4686264.html#a13392536 >> >> Sent from the Beehive - Dev mailing list archive at Nabble.com. >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/problem-with-netui-data%3Arepeater-tag-%28new-to-beehive%29-tf4686264.html#a13400726 >> Sent from the Beehive - Dev mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/problem-with-netui-data%3Arepeater-tag-%28new-to-beehive%29-tf4686264.html#a13412768 Sent from the Beehive - Dev mailing list archive at Nabble.com.
