|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Dynamic CommandLink in JSF Custom ComponentHi,
I created a custom component which uses ajax4jsf command links. The command links are written dynamically such that: HtmlAjaxCommandLink nextLink = new HtmlAjaxCommandLink(); nextLink.... which results in: Some Text</div>(The /div is mine. The problem is that the closing tag is not being generated.) The issue is that the links that get written are not XHTML compliant. As a result, I get parsing errors in my browser. My code must be XHTML, so is there a way to set the dynamically written command link to render with a closing tag? The command link is not rendering with a closing tag. I have recently changed to Netbeans 6.0 due to project requirements, so I don't know for certain that it hasn't messed up my environment. Previously, I was not seeing this issue. ..\wbossons |
|
|
Re: Dynamic CommandLink in JSF Custom ComponentPlease see my more recent post, http://www.nabble.com/Stumper---CommandLink-throwing-IOException-on-encodeBegin-tf4920713.html for more complete information...
******
|
|
|
Re: Dynamic CommandLink in JSF Custom ComponentThis mailing list is not active. Use JBoss RichFaces forum for questions
about A4J ----- Original Message ----- From: "wbossons" <wbossons@...> To: <users@...> Sent: Friday, November 30, 2007 10:57 AM Subject: Re: Dynamic CommandLink in JSF Custom Component > > Please see my more recent post, > http://www.nabble.com/Stumper---CommandLink-throwing-IOException-on-encodeBegin-tf4920713.html > for more complete information... > > ****** > > wbossons wrote: >> >> Hi, >> >> I created a custom component which uses ajax4jsf command links. The >> command links are written dynamically such that: >> >> HtmlAjaxCommandLink nextLink = new HtmlAjaxCommandLink(); >> nextLink.... >> >> which results in: >> >> # Some Text</div>(The /div is mine. The problem is that the closing tag >> is not being generated.) >> >> >> The issue is that the links that get written are not XHTML compliant. As >> a >> result, I get parsing errors in my browser. My code must be XHTML, so is >> there a way to set the dynamically written command link to render with a >> closing tag? The command link is not rendering with a closing tag. >> >> I have recently changed to Netbeans 6.0 due to project requirements, so I >> don't know for certain that it hasn't messed up my environment. >> Previously, I was not seeing this issue. >> >> ..\wbossons >> > > -- > View this message in context: > http://www.nabble.com/Dynamic-CommandLink-in-JSF-Custom-Component-tf4900129.html#a14088973 > Sent from the Ajax4jsf users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free Forum Powered by Nabble | Forum Help |