Re: HTML output

2005-08-24 Thread Joel Wilson
style="embeddedCSS"/> On Aug 24, 2005, at 2:22 PM, Helmut Juskewycz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, please dont laugh but which component do i need to print out an html text? i want something like this: and then the text should be printed in html style thx ---

Tile and Alias Bean

2005-08-26 Thread Joel Wilson
I am trying to use tiles to make designing an application admin interface much easier to maintain. I am having trouble getting tiles and alias to bean to work together and wonder if anyone knows of an workaround or the proper method for getting it to work. I'm including a short amount of my code th

Re: problem with Fileupload within tabbedPane

2005-09-14 Thread Joel Wilson
I have found that when I have the submit button/link inside the tab with the upload it will work; but not very well; or you can put onchange="submit()" on the upload control; just make sure you application doesn't want to process it's logic just because the form was submitted; simply have t

Re: Hibernate and Datascroller

2005-09-29 Thread Joel Wilson
Personally I always tell hibernate to disable lazy loading, I've found that no matter what web framework you use that problem occurs (unless you take control and use it in a model 1). On Sep 29, 2005, at 12:24 PM, Richard Wallace wrote: The problem is that the bean that holds the list of dat

Re: sql in validator

2006-04-18 Thread Joel Wilson
I frequently use hql in my validators. And if you aren't a Hibernate User, HQL is the hibernate extension of SQL.On Mar 10, 2006, at 5:30 PM, Lance Frohman wrote: Is there a reason not to use sql in a validator? I have never seen this, but it would obviously be useful. I have an application where

Re: sql in validator

2006-04-21 Thread Joel Wilson
To access your SessionFactory inside your Validator public void validate(FacesContext fContext, UIComponent component, Object value) throws ValidatorException { String valueBinding = "#{sessionFactory}"; // I would suggest moving that String into a public static variable whe

Re: [ANNOUNCE] MyFaces 1.1.2

2006-04-25 Thread Joel Wilson
I really look forward to trying this out, but because I use Tomahawk quite a bit will have to wait until you release the Tomahawk 1.2 library. Just wondering if anyone has an estimate of when that will be released?

Re: Transfer From HTTPS To HTTP JSF Pages

2006-04-25 Thread Joel Wilson
sysAdminCorpSubList /sysadmin/listcorpsubs.jsp That is what the does.On Jan 25, 2006, at 8:45 AM, Peter Cheung wrote:I am working on a app. has a mix of HTTPS and non-HTTPS pages. Since the browser doesn't show the URL of the current JSF page(showing 1 URL behind), when the user first get

Re: Retrieve Last Action

2006-06-05 Thread Joel Wilson
I'm not sure if what you are trying to do is possible. But a simpler way to accomplish the same thing would be to use a _javascript_ prompt to ask the question, and if they hit Yes/Ok then let the action go through. If the information is available to your page (or List when using a dataTable), you