[jboss-user] [JBoss Seam] - JBoss & Tamahawk
spect
do-not-reply at jboss.com
Tue Dec 12 08:21:33 EST 2006
I recently stuck in problem when i was trying to put "t:schedule" Tamahawk component in seam application.
I just write '<t:schedule value="#{schedule}" ... >'
where #{schedule} is a seam component and i was too surprised when discover that value of #{schedule} is not parsed correctly by Tamahahk ScheduleTag object.
At the same time i put
"<h:outputText value='#{schedule}'/>"
and saw that string appeared that equals class name of "#{schedule}" component. Can does somebody explain where i made an error?
p.s. schedule is variable of Entity bean with SESSION scope.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993064#3993064
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993064
More information about the jboss-user
mailing list