[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: moebus  XML
Profile for moebus -> Messages posted by moebus [93] Go to Page: Previous  1, 2, 3, 4, 5, 6, 7
Author Message
Have a workpage which displays a certain jsp page. Now I want to replace the contents with a different page. This is done easily by changing this field (workpage.m_jspPage), however setJspPage(String) is only available in the implementation class, not in IWorkpage.
Was this done on purpose, and if so is there another way to perform this task?
You are right - combofield does the job, so we don't need the stuff with Combobox.
Thank you
We have a Combobox with loadOnDemand=true and editable=true.

This works well for the initial fetching of the list.
But we need a way to reset the state "loaded", so that the list can be changed and will be retrieved again the next time it is opened. It seems that this is not possible.

Our usecase:
+ experienced users will just type their keys, and continue. No need to retrieve a list, therefore the combobox must be editable.
+ casual users klick on the open button, find a more or less large list and select their entry.
+ other users know at least part of the key, type it, then open the list, and in this case we filter the list to contain only items matching what the user typed.
Now in this case, when the user types a different letter and then opens the combobox again, it is essential that it retrieves its list again from the server.
 
Profile for moebus -> Messages posted by moebus [93] Go to Page: Previous  1, 2, 3, 4, 5, 6, 7
Go to:   
Powered by JForum 2.1.6 © JForum Team