- This topic has 4 replies, 3 voices, and was last updated 19 years ago by Werner Punz.
-
AuthorPosts
-
Werner PunzMembera) JSF Editor: The panelgrid Tag is not rendered correctly the columns attribute is ignored, thus a table based layout preview is not rendered correctly
Example:
<h:panelGrid columns=”2″>
<h:inputText></h:inputText>
<h:inputText></h:inputText>
<h:inputText></h:inputText>
<h:inputText></h:inputText>
</h:panelGrid>results in more than two colums being in one row depending on the screensize
b) xdoclet ejb generators:
No target for Geronimo
Version number for jboss is limited to numbers smaller than 4, the current version number of jboss is around 4.xc) no expanded deployment is possible in Geronimo, and no on the fly sync
Werner PunzMemberadditionally to that, add spring capabilities, does not add the needed spring libraries to the web-inf/lib
in a webapp, also if the hibernate mapping already is done, you cannot switch to a spring based one
all which is added is only a link to the hibernate config file.
support-eugeneMemberI’ve submitted these bug reports for investigations. Thank you for your help.
Brian FernandesModeratorWerpu,
Just a short note about your hibernate mapping and spring issue.
While we do not convert existing hibernate configs into a spring config, you can configure the project so that all additional mappings generated henceforth are put into the spring configuration instead of the hibernate configuration.
You can do this by Opening up Project properties > MyEclipse – Hibernate and then set the active config file to one of your bean configs; you must specify a bean id for this to work correctly.Does that solve this issue for you?
Best,
Brian.
Werner PunzMemberNot quite the same, but good enough (I had that in mind as fallback option anyway ;-)), see my bugreport as feature request.
-
AuthorPosts