[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: fschlott  XML
Profile for fschlott -> Messages posted by fschlott [38] Go to Page: Previous  1, 2, 3
Author Message
Hello,

we have special Ressourcemanager, which shows an error if the literal is not defined and we have customer specific literal-files, "literalCs.properties".

So we have an Ressourcemanager with getter "rm" for the standard-literals and one with getter "rc" for customer-specific literals.
Therefore our text-property in the jsp-files looks like this:
#{d.rm.lblStandardDescription} and in another field #{d.rc.lblSpecialDescription}

This all works but now it would be nice to get that special property in the text field with the CaptainCasa Tool.
The idea is that normally per dragging the literal into the textfield the property "#{rr.literals.lblStandard}" is entered and if we enter a property in a prefixText-Field the prefix is taking action.

Would this be possible?
Hello,

we have a collective order entry with date and time and ...
Date is a calendarfield
Time is a formatted field.
If you go with tab in that formatted field all is selected.
Would be nice if this would work with the calendarfield too. So if there is a default date in the calendarfield it can easily overwritten by going in that field with tab and enter new date.
Or is there a possibility to do this by a special property?


Thanks in advance
Frank
Hello,

i got a NullpointerException by trying to use Exchange of label into a field inside a fixgrid.

org.eclnt.jsfserver.elements.MethodBindingDelegator.invoke(MethodBindingDelegator.java:113)
org.eclnt.jsfserver.elements.BaseActionComponent.broadcast(BaseActionComponent.java:231)
javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)

The version i use is 2_5_20090406_1.
I thought it was working in the version before.


Frank


Hi Björn,

ok thanks for your help. I will try it.

And thanks for the remark

Frank
ok but you solved my problem
Hi Markus,

thanks a lot for your help.
I did just ask for Björn, cause im new to this forum and didnt know how this is working on here.
Sorry bout that. Now i know that there are other professionals too.

best regards
Frank
Hello Björn,

i have a question about managed-bean.

The Dispatcher is in folder
eclnthotdeploy\classes\com\interaction\impl\

The faces-config.xml has the following entry

<managed-bean>
<managed-bean-name>d</managed-bean-name>
<managed-bean-class>com.interaction.impl.Dispatcher</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>


Now we want to insert customer specific UI-classes in subfolder
eclnthotdeploy\classes\com\interaction\impl\customerProject
and bind this class to the jsp.

Is this possible or do we have to put all classes we want to bind in the same folder as the Dispatcher.class?

Thanks in advance

Frank
Hello Björn,

we have in our Web-application the following problem:

On start we load all data for several grids included grid XY. This works fine and in XY are in our example 4 entries which can be shown by scrolling down.
If we reload the data again (same method as on start) then in table XY are only 2 entries shown (scrolling down doesnt show other entries).
After typing in a filter pressing enter and then remove filter all 4 entries are shown again.

The table has following properties.
  • Height 100
  • multiselect true
  • svisivleamount 20

    Do you need any further information?

    Thanks in advance

    Frank


  •  
    Profile for fschlott -> Messages posted by fschlott [38] Go to Page: Previous  1, 2, 3
    Go to:   
    Powered by JForum 2.1.6 © JForum Team