Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > 2 questions about jsf page..

Reply
Thread Tools

2 questions about jsf page..

 
 
daniele
Guest
Posts: n/a
 
      11-16-2006
Hi guys,
i've 2 simple question for you, please help me:

1) i'm using framework tiles with jsf to have a fixed look for each
page of my jsf application. If i want using an image as a page
background,how can i do it?

2) i want to use customized botton, so i've created them with graphic
programs. Cause my application has 2 languages, i have to create 2
different bottons with two different msg or can i pass the image and
retrieving msg from bundle?
That is i've used image attribute for command button but it show my
image without loading text from bundle...how can i do it?

Thanks very much for your help

 
Reply With Quote
 
 
 
 
Dag Sunde
Guest
Posts: n/a
 
      11-16-2006
daniele wrote:
> Hi guys,
> i've 2 simple question for you, please help me:
>
> 1) i'm using framework tiles with jsf to have a fixed look for each
> page of my jsf application. If i want using an image as a page
> background,how can i do it?


Not a Java/JSF question...
Use CSS:

....
body {
background-image: url(../images/yourImage.gif);
background-position: top left;
background-repeat: no-repeat;
}
....

> 2) i want to use customized botton, so i've created them with graphic
> programs. Cause my application has 2 languages, i have to create 2
> different bottons with two different msg or can i pass the image and
> retrieving msg from bundle?
> That is i've used image attribute for command button but it show my
> image without loading text from bundle...how can i do it?


That's impossible to answer, as long as you don't show ut how you
do it today...

--
Dag.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Include JSF page within another JSF page BlackIce Java 1 07-05-2006 11:24 PM
JSF debugging / JSF newsgroup Sebastian Fey Java 1 04-07-2006 08:52 PM
[JSF]Need to deploy a jsf application on SunApplicationServer. dudu Java 0 03-03-2006 12:09 PM
Is JSF ready to take on ASP.NET? Patrick.O.Ige ASP .Net 1 02-20-2006 04:25 PM
Re: Questions....questions....questions Patrick Michael A+ Certification 0 06-16-2004 04:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57