HTML:
<tr valign="bottom">
<td align="left" valign="bottom"><nobr> <a
href="/cgi-bin/WebObjects/3Olives.woa/wo/b4Th2gV9u6EN0Uq607PQh0/
1.0.9.0.0"><img height=30 width=92 border=0
src="/3olive/imx/header/ON/t01.gif"></a><a
href="/cgi-bin/WebObjects/3Olives.woa/wo/b4Th2gV9u6EN0Uq607PQh0/
1.0.9.0.1"><img height=21 width=90 border=0
src="/3olive/imx/header/OFF/t02.gif"></a><a
href="/cgi-bin/WebObjects/3Olives.woa/wo/b4Th2gV9u6EN0Uq607PQh0/
1.0.9.0.2"><img height=21 width=90 border=0
src="/3olive/imx/header/OFF/t03.gif"></a><a
href="/cgi-bin/WebObjects/3Olives.woa/wo/b4Th2gV9u6EN0Uq607PQh0/
1.0.9.0.3"><img height=21 width=90 border=0
src="/3olive/imx/header/OFF/t04.gif"></a><a
href="/cgi-bin/WebObjects/3Olives.woa/wo/b4Th2gV9u6EN0Uq607PQh0/
1.0.9.0.4"><img height=21 width=90 border=0
src="/3olive/imx/header/OFF/t05.gif"></a><img height=21 width=90
border=0 src="/3olive/imx/header/OFF/t07.gif"> </nobr></td>
<td align="right" valign="bottom">
<br>
WOD:
Typical binding:
Hyperlink2: WOHyperlink {
pageName = "RequestMaster";
}
Looks good to me!
James
On May 1, 2004, at 5:54 PM, Chuck Hill wrote:
1. What does the generated HTML for the links in these tabs look like?
2. What does the definition for the WOHyperlinks in the WOD file look
like?
Chuck
On May 1, 2004, at 3:44 PM, James Cicenia wrote:
Hello -
My class is a subclass of WOComponent and I was of the understanding
that there is a session() method in WOComponent.
My situation is this. A person logs into my system, I authenticate
them and then bring up the page. This page is comprised
of 6 tabs. Every time I click a tab it generates a new Session!
However, in all other parts of my application, even within the
tabbed pages I can click links, popup windows and no new session is
created!??
I am thinking that somehow the tabs which are in a WOParentComponent
are not in a session? However, there is ((Session)session())
type code in those components too.
Very confused and worried a bit too.
-James Cicenia