Applying multiple regexp to the same text.

2002-07-30 Thread Cliffano Subagio
checked jakarta.../oro. Please direct me if I missed the documentation. Thank you, Cliffano Subagio. = Cliffano Subagio http://digital.yahoo.com.au - Yahoo! Digital How To - Get the best out of your PC! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

doesn't work inside struts template?

2002-06-27 Thread Cliffano Subagio
recommend a workaround? Basically I want to redirect the page to another adress, but I want this page as part of the application's template (I chose to use Struts in this case). I'm using Tomcat 4.0.3 on Windows 2000. = Cliffano Subagio http://www.sold.com.au - SOLD.com.au - F

doesn't work inside struts template?

2002-06-23 Thread Cliffano Subagio
to redirect the page to another adress, but I want this page as part of the application's template (I chose to use Struts in this case). Thank you. = Cliffano Subagio http://www.sold.com.au - SOLD.com.au - Find yourself a bargain! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: str to replace tags

2002-05-27 Thread Cliffano Subagio
t > way and would both be handled nicely I guess. > > Hen > > = Cliffano Subagio http://travel.yahoo.com.au - Yahoo! Travel - Plan and book your dream holiday online! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

str to replace tags

2002-05-27 Thread Cliffano Subagio
Any recommendation how to replace "" with "" using str taglibs? Kung Foo This doesn't work. I tried to use <foo> instead, and it also failed. TIA, = Cliffano Subagio http://travel.yahoo.com.au - Yahoo! Travel - Plan and book your dream holiday onl

jstl x:transform samples confusion

2002-05-19 Thread Cliffano Subagio
ce in x:transform. The examples at standard-examples.war (/xml/Transform.jsp) uses c:set to set the content of the xml and xslt, how to grab them from the external files and how to use them in x:transform? TIA, Cliffano Subagio = Cliffano Subagio http://briefcase.yahoo.com.au - Yahoo! Brie

Error: Loader Contstraints Violated

2002-05-13 Thread Cliffano Subagio
What are the specific things to do to fix this problem? Is it fine to just delete the jars in common lib? Providing that we are going to use different version of jar packages, those jars in common/lib won't be useful sooner or later (e.g. xerces.jar). Regards, Cliffano Sub

retrieveing data using ${foo.bar} (JSTL examples)

2002-04-28 Thread Cliffano Subagio
quick search for the string "876-9784" reveals that the file Init.class located at WEB-INF/classes has that string. How does this Init.class actually store this data (876-9784)? In general, how to store data such that it can be retrieved by using ${foo.bar}? Thank you.

taglibs scope

2002-04-23 Thread Cliffano Subagio
d in b.jsp? Will it rewrite and overwrite the old myGlobalVar? or will it ignore the rewriting of the same myGlobalVar since myGlobalVar is already set with application scope? And will it behave differently if I set the scope as 'page' in the same scenario? TIA, ===== Cl