According to my understanding, Seam wraps each request into a Transaction. My web app (code into some seam stateful beans) is at the moment calling some EJB interface which is part of an application s
Hi I have a seam form that we use to upload an attachment to our java code.Everything was working fine until we needed to display a jquery dialog to give the user some visual feedback that the upload
SSIA Can I use <s:button> with <a:support>? I can\'t seem to make it work开发者_如何学运维.
What\'s the difference between <ui:fragment> and <s:fragment> ? I use these two tag libraries interchangeably for conditional rendering (using the rendered attribute although I can\'t find
Im trying to create a page that uses the rich:fileUpload, to (surprisingly) upload an image, once the upload is completed I want to \'hide\' the rich:fileUpload component and display the jQuery plugin
I need to fetch user for a specific year in a web app built using Seam 2.2 and I was wondering if it would be reasonable to use a java Enum to build the list of year choices to render in the front end
I\'ve created a class called ApplicationLoginContext that contains information about a user once they\'ve authenticated (username, login timestamp, remote IP address, etc.)I\'m using JBoss Seam securi
I have the following navigation rule in a seam project. The page needs to open a new window with this URL.
I\'ve got a Menu, and I want to click on the menu, but not on the text if you guys know what i mean. The MenuItem has a border, or something like this, but when I click on it it won\'t redirect to the
I implemented a custom c开发者_开发百科lass level validator in my seam/hibernate application.On my form I have <s:validateAll>.This tag does not call the class level validation.