Programmatically change an HTML attribute value.

2010-09-30 Thread Ichiro Furusato
Hi, I'm assuming this is a dumb question but I wasn't able to locate an answer for what must be an extremely common need. I found the docs on How to modify an attribute on a HTML tag but that doesn't quite fit, as the examples are all for elements that are themselves created programmatically.

Re: Programmatically change an HTML attribute value.

2010-09-30 Thread Ichiro Furusato
Hmm. Thanks for the answers guys but from what I've understand so far from my own digging and your answers is that the container div I want to modify still needs to be created programmatically, and I'm distinctly trying to modify the attribute of one that begins its life in markup (i.e., in the

Re: Programmatically change an HTML attribute value.

2010-09-30 Thread Ichiro Furusato
! Ichiro On 10/1/10, Ichiro Furusato ichiro.furus...@gmail.com wrote: Hmm. Thanks for the answers guys but from what I've understand so far from my own digging and your answers is that the container div I want to modify still needs to be created programmatically, and I'm distinctly trying

Re: Modular XHTML DTD for Wicket?

2010-09-28 Thread Ichiro Furusato
, Bring it on! Find all xhtml tags here: https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html. Here you will also find a link to the current DTDs. Regards, Erik. Op 28-09-10 04:53, Ichiro Furusato schreef: I brought this up previously under Wicket pages are invalid XHTML on Thu

Modular XHTML DTD for Wicket?

2010-09-27 Thread Ichiro Furusato
I brought this up previously under Wicket pages are invalid XHTML on Thu, 16 Sep 2010 13:11:06 +1200 but the conversation got sidetracked by a solution to a question I'd asked without addressing an offer I'd made. Would anyone be interested in replacing the misnamed and incomplete XHTML DTD used

Wicket serving DocBook?

2010-09-24 Thread Ichiro Furusato
Hi, I'm not asking anyone to solve this one (ie., write any code), just tell me *how* it might be done via Wicket, if it's possible. In one of my earlier messages regarding validation of Wicket pages, Jeremy Thomerson replied that Wicket only generates whatever HTML you want it to generate and

Re: Job opportunity in Tahiti

2010-09-24 Thread Ichiro Furusato
Damn, I wish I spoke French! :-) On 9/25/10, Emmanouil Batsis (Manos) ma...@abiss.gr wrote: On 09/24/2010 10:35 PM, Gabriel Landon wrote: Our client wants a CMS, so we have chosen to use Liferay. Liferay is a java portal, so we need to use portlets with it. That as simple as that. When we

Re: Wicket serving DocBook?

2010-09-24 Thread Ichiro Furusato
-processing you need. Regards, Ernesto On Fri, Sep 24, 2010 at 3:00 PM, Ichiro Furusato ichiro.furus...@gmail.com wrote: Hi, I'm not asking anyone to solve this one (ie., write any code), just tell me *how* it might be done via Wicket, if it's possible. In one of my earlier messages

Re: Wicket serving DocBook?

2010-09-24 Thread Ichiro Furusato
Hah! Just found XsltTransformerBehavior. I'm now thinking about an XML database web service, lots of possibilities. Wicket may have a lot of more general-purpose XML application. Hmmm... On 9/25/10, Ichiro Furusato ichiro.furus...@gmail.com wrote: Hi Ernesto, Yes, that was the plan (in terms

Re: Wicket serving DocBook?

2010-09-24 Thread Ichiro Furusato
Oh, believe me, I already have a few nails in mind... On 9/25/10, James Carman ja...@carmanconsulting.com wrote: Sounds like a hammer looking for a nail On Fri, Sep 24, 2010 at 7:38 PM, Ichiro Furusato ichiro.furus...@gmail.com wrote: Hah! Just found XsltTransformerBehavior. I'm now thinking

The Long, Long Dependency Trail

2010-09-23 Thread Ichiro Furusato
Hello, I've been working with Wicket for about a week now and things were moving along all cruisy until I started adding Hibernate and Databinder dependencies into my POM. Then all hell broke loose and I seem to now find myself in the NoClassDefFoundError, then find and manually install jar

Re: The Long, Long Dependency Trail

2010-09-23 Thread Ichiro Furusato
Thanks very much all for your helpful replies. I'll try to answer all at once: Josh, I'm using Hibernate 3.5.6-Final. I'm going to clean out my .m2 repository of the Hibernate stuff, then try Bas' suggestion and see if it works without me having to manually install the jars to my local repository

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2010-09-17 Thread Ichiro Furusato
I haven't been following this that closely (I've only been acquainted with Wicket for a few days) but on installing Wasp and Swarm and then (on learning it wouldn't be a final solution) giving up on it to go back to wicket-auth-roles as a simpler solution, might there be another possibility? Why

Re: Wicket pages are invalid XHTML

2010-09-16 Thread Ichiro Furusato
September 2010 03:50:35 Ichiro Furusato wrote: Hi Jeremy, Thanks for the quick reply. Is the reason I'm seeing the wicket:id in my output then that I'm working in development mode? If so, I'd say that was a nice design decision (not surprising from what else I've seen in Wicket). Cheers, Ichiro

Wicket pages are invalid XHTML

2010-09-15 Thread Ichiro Furusato
Hi, I'm a new Wicket user and am unclear about a couple of things regarding what type of markup Wicket delivers to clients. Because some of the clients I work with have government guidelines restricting what document types are permitted (typically XHTML 1.0 Strict or Transitional), I'm concerned

Re: Wicket pages are invalid XHTML

2010-09-15 Thread Ichiro Furusato
...@wickettraining.com wrote: On Wed, Sep 15, 2010 at 8:11 PM, Ichiro Furusato ichiro.furus...@gmail.comwrote: Hi, I'm a new Wicket user and am unclear about a couple of things regarding what type of markup Wicket delivers to clients. Because some of the clients I work with have government guidelines