[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: mreich  XML
Profile for mreich -> Messages posted by mreich [744] Go to Page: Previous  1, 2, 3 ... 46, 47 , 48, 49, 50 Next 
Author Message
exactly that was my intention
does formats also work with value "boolean"?
fantastic, I'm sorry but I was fixed to the WorkplaceFunctionTree
thanx, but I'm not sure how to implement this. Does this mean, that I have to build the tree dynamic with Dynamic rowinclude?
Hi,

the object FunctionNode has a property "level", at the moment I don't use this in my app, is there a special purpose for this!
Maybe theres a possibility to change set font, fontsize per level

Markus
Sorry, I meant search function, shame on me, I already use the great sort improvement
Hi,

maybe it's possible to add the very nice sort function to the columns, like in FIXGRID

regards
Markus
Hi,

is it possible to catch a doubleclick event on a t:field?
I registered an actionlistener, but the nothing happens on doubleclick?
I just get the flush event catched?

regards
Markus
Hi Manfred,

I'm not sure how I can solve my problem which redefinition?
For my understandig JSF first creates the managed beans of a JSF page, afterwards the page is rendered. I need to initiate a closure of a page which is not rendered at this point of time, maybe I'm absolutly wrong with my suggestions?

regards
Markus
Hi,

it would be nice to have a possibility to close a workpage from the managed bean which controls the UI?

regards
Markus
Hi,

it would be nice, if there would be a property for a default image, if no value is binded, or even the possibility to add a border to the component?

regards
Markus
Hi,

in the method an ActionEvent is passed, this event has a method getSource(), this should give back the object which creates the event! This should be from type BUTTONComponent btnComp, cast the object and then you should have an access to the id with .getId()

public void onAction(ActionEvent event) {
BUTTONComponent btnComp = (BUTTONComponent)event.getSource();
String id = btnComp.getId();
}

I haven't test this in practice, this is just out of my phantasie, but I think this should work this way...

regards
Markus
next problem, although I have the catalina.jar in my classpath I get following errors:

java.lang.NoClassDefFoundError: org/apache/catalina/Realm
at org.eclnt.client.comm.http.EmbeddedTomcatFactory.getEmbeddedTomcat(EmbeddedTomcatFactory.java:11)
at org.eclnt.client.comm.http.DataTransfer.transferXML(DataTransfer.java:424)
at org.eclnt.client.comm.http.DataTransfer.buildErrorResponse(DataTransfer.java:601)
at org.eclnt.client.comm.http.DataTransfer.transferXML(DataTransfer.java:430)
at org.eclnt.client.comm.http.DataTransfer.communicateToServerSynchronous(DataTransfer.java:176)
at org.eclnt.client.page.Page.loadPageFromServer(Page.java:478)
at org.eclnt.client.page.Page.<init>(Page.java:257)
at org.eclnt.client.page.PageContainer.<init>(PageContainer.java:61)
at org.eclnt.client.page.PageBrowser.<init>(PageBrowser.java:902)
at org.eclnt.client.page.PageBrowser.<init>(PageBrowser.java:771)
at org.eclnt.client.page.PageBrowser.fillFrame(PageBrowser.java:525)
at org.eclnt.client.page.PageBrowser.access$1(PageBrowser.java:523)
at org.eclnt.client.page.PageBrowser$FillFrameRunner.run(PageBrowser.java:321)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ClassNotFoundException: org.apache.catalina.Realm
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
thanx for your hints, no magic number problem anymore, but ...
now it seems that the application is not able to handle embedded:// url forms, it throws a malformed URL exception?

regards
Markus
Hi,

I'm trying to get the Editor Tools run in embedded scenario on my Linux (Ubuntu).
Anybody out there, who work with such a scenario?
I got stucked, starting the embedded server (a lot of BAD MAGIC Number Errors)?!!

regards
Markus
 
Profile for mreich -> Messages posted by mreich [744] Go to Page: Previous  1, 2, 3 ... 46, 47 , 48, 49, 50 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team