• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsf 1.2 + was7 + tiles issue

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, we are migrating app to WAS7, jsf 1.2 from WAS6, jsf 1.1 and Tiles began behaving differently.

I made following example:



code above is inserted via Titles into the template.

testBean's property initList is null, when the bean in created. Some values are filled in loadData metod.

In previous environment (was6, jsf1.1) the JSP scriptlet was processed after JSF tags above it, so initList was filled with values, but in the new environment, JSP scriptlet is processed first. I tried to upgrade tiles to the last version, but no change.

Does anyone here know, why ?

thanks
 
We cannot change unless we survive, but we will not survive unless we change. Evolving tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic